back to the original page
Test Play
Cautions
All changes are overwritten in the project file when you run the test play
You can change it in Editor settings
Test Contents
- Play through
all scenes from beginning to end
- Stage Solo
Stage Drop it on the run window to enter this mode
- Character itself
CharacterIn this mode, you can drop You can select a position.
- Execute
FormationDrop it in the window to enter this mode. You can select a position.
- Execute
Barrage, which is a single barrage Dropping it in the window causes this mode. Firing position is fixed from the top center.
You can also switch between the above modes using the combo box
- Debug
Press the debug button to open the debug information window
- Total frames
- Total number of frames set for the stage being run
- Current frame
- Current frame of the stage being executed
- Scale
- Window size for debugging, valid for debugging only
- Load and display buttons to switch between the following
- ms (milliseconds)
The time taken to process one frame
- FPS
Frame rate in seconds
- Total number of characters
Number of characters appearing
- Toggle switch between acceleration
16x playback and constant magnification
- Invincible
God Mode
- Mute
Mute all sounds
- Draw a hit decision
judge the hit decision
- Disable keyboard
Disable keyboard controls in the game
Shortcut Keys
Available even if another edit window is active
- F5
Execute. If running, re-execute
- F6
Stop
- CTRL+D
Display debug window
Debug Window
- You can view and change the system variables in the running game, choose which one you want
- Flag to be initialized at the start of the game
- Flag to be saved even after the game ends
You can select the display format and number of digits to be displayed
- Click on the area you want to change with your mouse
Edit the numbers in the upper right edit box and press the ENTER key to reflect them.
- Log
The contents of the script command "Variable - Debug" are displayed
The contents of the watch set system variables are displayed.
- You can configure the watch from the right-click menu
The contents of each system variable are output to the log when it is read or written.
Back to the top of the page