1.4.1 • Published 11 months ago
sonolus-llsif-engine v1.4.1
Sonolus LLSIF Engine
A recreation of Love Live! School idol festival engine in Sonolus.
Links
Installation
npm install sonolus-llsif-engine
Custom Resources
Skin Sprites
Name |
---|
LLSIF Connection Active |
Documentation
version
Package version.
databaseEngineItem
Partial database engine item compatible with sonolus-express.
engineConfigurationPath
Path to Engine Configuration file.
enginePlayDataPath
Path to Engine Play Data file.
engineWatchDataPath
Path to Engine Watch Data file.
enginePreviewDataPath
Path to Engine Preview Data file.
engineTutorialDataPath
Path to Engine Tutorial Data file.
engineThumbnailPath
Path to Engine Thumbnail file.
nssToSIFC(nss)
Converts NSS (note setting asset) to SIFC (SIF Chart).
nss
: note setting asset.
sifcToLevelData(chart, offset?)
Converts SIFC (SIF Chart) to Level Data.
chart
: SIF Chart.offset
: offset (default:0
).