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.0.3"
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{}/* 116 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 ¶
Click to show internal directories.
Click to hide internal directories.