You are not logged in.
Pages: 1
I liked that with AE 2.0 we can set UnlockLevel -> x in Mod.cfg to unlock it .. however I haven't really tested it since my save file already had the available levels unlocked when the respective mods came out using : (level maze, old china, junkyard, parkour etc)
but now I'm trying to use it to unlock a new level : 25 .. it doesn't work ... I set in mod.cfg but the level doesn't show up in the load list ... if i change it to say level 7 which i already had unlocked before AE2.0 came out the level loads and all is well.
Lukas made this tool before : .. maybe this could be added to AE.
Join our
Check My for my Oni Videos.
Check for all my stuff
Offline
Samer: You need to create an ONLDlevel_25.oni file and put it in level0_Final
It would look something like this:
<?xml version="1.0" encoding="utf-8"?>
<Oni>
<ONLD id="0">
<LevelNumber>25</LevelNumber>
<NextLevelNumber>26</NextLevelNumber>
<DisplayName>New Level</DisplayName>
</ONLD>
</Oni>Offline
Thanks Ed that solves it.
Join our
Check My for my Oni Videos.
Check for all my stuff
Offline
Pages: 1