A recreation of Love Live! School idol festival engine in Sonolus.
npm install sonolus-llsif-engine
Name |
---|
LLSIF Connection Active |
Package version.
Partial database engine item compatible with sonolus-express.
Converts NSS (note setting asset) to SIFC (SIF Chart).
-
nss
: note setting asset.
Converts SIFC (SIF Chart) to Level Data.
-
chart
: SIF Chart. -
offset
: offset (default:0
).
The following assets are exposed as package entry points:
EngineConfiguration
EnginePlayData
EngineWatchData
EnginePreviewData
EngineTutorialData
EngineThumbnail
In Node.js, you can obtain path to assets using require.resolve('sonolus-llsif-engine/EngineConfiguration')
or import.meta.resolve('sonolus-llsif-engine/EngineConfiguration')
.