adding a level after BCZ3

HenryStickminFan2

Creator of the LotM web series
I'm trying to make a mod that adds dimension warp from MRCE to the main level lineup after BCZ3 (probably won't upload it to the message board), but when I beat Brak Eggman and enter the escape pod, it just shows the ending cutscene. Can someone explain what's happening?
 
You haven't rewritten the MAINCFG, and Black Core 3 points to the ending cutscene still. You need to make it go to your level header.
 
here is what is in the MAINCFG currently
Lua:
Level 27
Levelname = Black Core
Act = 3
Music = VSBRAK
TypeOfLevel = Singleplayer,Co-op
NextLevel = 28
SkyNum = 22
RecordAttack = true
LevelSelect = 1
SaveGame = true
BonusType = Boss
SkyboxScale = 64
StartRings = 10
ForceResetMusic = On
WarningTitle = true

Level 28
Levelname = Dimension Warp
Act = 0
Keywords = DWZ
Music = DWZ1
NextLevel = ENDING
TypeOfLevel = Singleplayer,Co-op
Weather = 0
SkyNum = 58
RecordAttack = true
BonusType = ERZ3
WarningTitle = true
NoSSMusic = true
LevelSelect = 1
SaveGame = true
ForceResetMusic = On
Lua.mcredits = "Marcos"
Lua.lcredits = "Xian, Mystic"
even still, the ending cutscene plays after BCZ3.
 
Last edited:

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top