Naninovel

Command integration with Naninovel

Step

  1. Install RGS

  2. Install Naninovel

  3. Download and install RGSNaninovelIntegration.unitypackage

  4. Check out the NaninovelDemo scene in the Demo folder

Tips

Make sure the DemoScript is set to the "Start Game Script"

Adding a new song is as easy as dragging and dropping to RGSNaninovelManager

Play song and stop song

CommandDescriptionParams
rgsPlay

Play specific song by key configured in RGSNaninovelManager

name, waitForCompletion

rgsStop

Stop any playing song

Available variables

Variables
rgs_combo

Current combo

rgs_score

Total score

rgs_maxCombo

Max combo

rgs_missed

Missed note count

rgs_level_<name>

Hit level count (e.g. Perfect, Ok)

Last updated