Skip to content

Developer Mode

Developer Mode gives you the information needed to replace audio or movies with Ryo Framework, especially useful for games lacking documentation.

  1. Enable the Reloaded Console.

  2. In the game’s Mods List, right-click Ryo Framework and select Configure.

Right-click Ryo Framework in the Mods List, and select Configure.
  1. In the Configure Mod window, enable Developer Mode. Click Save or close the window to save your settings.
Enable Developer Mode in Ryo's Configure Mod window.
  1. The Reloaded Console will now show info about currently playing audio and movies.
The Reloaded Console showing audio info after enabling Developer Mode.

Developer Mode: Cues

SetCue || Player: PLAYER_ID || ACB: ACB_NAME || Cue: CUE_ID / CUE_NAME

The most common type of audio played.

Example

SetCue || Player: 0 || ACB: bgm || Cue: 1068 / 68_demo

  • ACB Name: bgm
  • Cue ID: 1068
  • Cue Name: 68_demo

Developer Mode: Movies

TODO