zone addition #165
Answered
by
TrianglyRU
SonicVHSOfficial
asked this question in
Q&A
zone addition
#165
-
i was wandering on how to remove the test zone and replace it with a different zone without crashing the game |
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
Jul 2, 2025
Replies: 2 comments 2 replies
-
I think it has to do with the stage index. When in scr_stage_setup, one of the values is the stage index, which determines what level is loaded before the rest. Justb change the index to that of the test stage, and you should be fine. |
Beta Was this translation helpful? Give feedback.
2 replies
-
ok |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does not determine which level the framework should load. It simply saves the value into a savefile, so you can determine which level the game should load.
Game Start of the dev menu by default loads into the rm_stage_tsz0 regardless of the value stored in a savefile: