I'm a dumbass and don't know how to properly add custom levels #153
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
That's weird. Are you sure you're loading into rm_myroom? If title card says "TEMPLATE ZONE" it means m_stage_set isn't being processed at all. The crash is also caused by obj_giganorbi which tries to find a player. Did you add the boss into your new room? |
Beta Was this translation helpful? Give feedback.
-
Start game by default loads into rm_stage_tsz0. You have deleted its case from the stage_setup script, therefore it crashes due to player being absent from the room Restore rm_stage_tsz0 case and load into your rm_my via room select |
Beta Was this translation helpful? Give feedback.
Start game by default loads into rm_stage_tsz0. You have deleted its case from the stage_setup script, therefore it crashes due to player being absent from the room
Restore rm_stage_tsz0 case and load into your rm_my via room select