Rhythm Game Starter
  • 🎹Rhythm Game Starter
  • 🌈Showcase
  • 💡FAQ
  • 💻Demo
  • Quick Start
  • ➡️Getting Started
    • Template Workflow
    • Bare Workflow
  • ⭐Components Overview
    • Input Handling [New]
    • Song Manager
    • Stats System
    • Track Manager
    • Track
  • 🎙️Importing Songs
  • 🎼Creating Song Map
    • Recording Mode [0.5+]
    • Sequence Editor
    • Midi Import
      • Track Mapping
      • Note Type Mapping
  • ⏯️Control Song Play / Pause
  • ✨Customization
    • Custom Notes
    • Customize note instance in runtime
    • Note Effects
  • Integration
    • Naninovel
  • Advance
    • Asmdef
  • Notices
    • ⚠️ Limitations
  • Development
    • 💡Development Tips
    • 🔧Changelog
  • Support
    • 💬Discord
    • Asset Store
    • Main Site
Powered by GitBook
On this page
  • Step
  • Tips

Was this helpful?

  1. Integration

Naninovel

Command integration with Naninovel

PreviousNote EffectsNextAsmdef

Last updated 3 years ago

Was this helpful?

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

Command
Description
Params

Play specific song by key configured in RGSNaninovelManager

name, waitForCompletion

Stop any playing song

Available variables

Variables

Current combo

Total score

Max combo

Missed note count

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

rgsPlay
rgsStop
rgs_combo
rgs_score
rgs_maxCombo
rgs_missed
rgs_level_<name>
639KB
RGSNaninovelIntegration V1.unitypackage