Halkel da Thunderhog
Member
Make a level in Doom Builder and add this code to a text document. Save the code file as MAINCFG.ini
<a> : Map number
<b> : Music Number
<c> : Any one of these:
4865 is a 2D Mario Level
4099 is a Normal 3D Level
4097 is a Boss Level
4160 is a NIGHTS Level
4353 is a Mario Level
5121 is Emerald Hunt
4224 is a Sonic Adventure Level
16 is a CTF level
44 is a Match level
Hope this helps you out! If your not sure what sky number you want, examine a random number by testing it on DoomBuilder's test mode.
Code:
Level <a>
Levelname = <Insert Zone Name here>
Act = <0 if it's a single leveled zone>
MusicSlot = [b]
NextLevel = <where it leads after the end of the level>
Hidden = <If it's hidden, to be unlocked>
TypeOfLevel =<c>
SkyNum = <Insert Skynum here>
<a> : Map number
<b> : Music Number
<c> : Any one of these:
4865 is a 2D Mario Level
4099 is a Normal 3D Level
4097 is a Boss Level
4160 is a NIGHTS Level
4353 is a Mario Level
5121 is Emerald Hunt
4224 is a Sonic Adventure Level
16 is a CTF level
44 is a Match level
Hope this helps you out! If your not sure what sky number you want, examine a random number by testing it on DoomBuilder's test mode.