Documentation
¶
Index ¶
- Constants
- Variables
- func CopyFile(src, dst string) error
- func DetectAviUtl() (string, string, string)
- func DownloadBackground(source Source, level sonolus.LevelInfo, destPath string, chartId string, ...) error
- func DownloadBackgroundGenerator(destPath string) error
- func DownloadENLang(destPath string) bool
- func DownloadJacket(source Source, level sonolus.LevelInfo, destPath string) error
- func DownloadPreview(source Source, level sonolus.LevelInfo, destPath string) error
- func FetchChart(source Source, chartId string) (sonolus.LevelInfo, error)
- func FetchLevelData(source Source, level sonolus.LevelInfo) (sonolus.LevelData, error)
- func FontInstalled() bool
- func ModifyAviUtlConfig(aviutlPath string, aviutlProcess string) bool
- func SetOverlayDefault() ([]string, []string)
- func TryInstallObject(aviutlPath string, aviutlProcess string, mappingObj []string) bool
- func TryInstallScript(aviutlPath string, aviutlProcess string) bool
- func WriteAliasFiles(assets string, destDir string, title string, description []string, ...) error
- func WriteExoFiles(assets string, destDir string, title string, description []string, ...) error
- func WritePedFile(frames []PedFrame, assets string, path string, levelInfo sonolus.LevelInfo, ...) error
- type BpmChange
- type PedFrame
- type Source
Constants ¶
View Source
const Version = "1.2.0"
Variables ¶
View Source
var ALL_FLICK = map[string]string{
"NormalTapNote": "NormalFlickNote",
"CriticalTapNote": "CriticalFlickNote",
"NormalSlideEndNote": "NormalSlideEndFlickNote",
"CriticalSlideEndNote": "CriticalSlideEndFlickNote",
"NormalTraceNote": "NormalTraceFlickNote",
"CriticalTraceNote": "CriticalTraceFlickNote",
"NormalTraceSlideEndNote": "NormalTraceSlideEndFlickNote",
"CriticalTraceSlideEndNote": "CriticalTraceSlideEndFlickNote",
"NormalTailTapNote": "NormalTailFlickNote",
"CriticalTailTapNote": "CriticalTailFlickNote",
"NormalTailTraceNote": "NormalTailTraceFlickNote",
"CriticalTailTraceNote": "CriticalTailTraceFlickNote",
"NormalTailReleaseNote": "NormalTailFlickNote",
"CriticalTailReleaseNote": "CriticalTailFlickNote",
}
View Source
var WEIGHT_MAP = map[string]float64{}/* 126 elements not displayed */
Functions ¶
func DetectAviUtl ¶
func DownloadBackground ¶
func DownloadENLang ¶
func DownloadJacket ¶
func DownloadPreview ¶
func FetchLevelData ¶
func FontInstalled ¶
func FontInstalled() bool
func ModifyAviUtlConfig ¶
func SetOverlayDefault ¶
func TryInstallObject ¶
func TryInstallScript ¶
func WriteAliasFiles ¶
func WriteExoFiles ¶
Types ¶
type Source ¶
func DetectChartSource ¶
This part is not documented. I decided to document it here. ID: identifies the charting server. Name: The name of the server Color: Hex code color for the server Host: The source URL, without slashes, without https:// Status: The status. There are a couple of meanings: 0: Normal server 1: Server is dead (discontinued) 2: Server is in beta. You have been warned.
func DetectLocalChartSource ¶
Click to show internal directories.
Click to hide internal directories.