Nicklas Nygren Wiki

Modifying save games[]

Deep Forest uses the "savegame.ini" file to store saved game information. The following code is an example of a state saved in Slot 1 after completing the game on Normal:

[Slot 1]
GameInProgress=Yes
EasyMode=1
Entrance=1
HasPracticeBall=1
HasNormalBall=1
HasIronBall=1
HasGlassBall=1
HasYogaBall=1
HasPatheticBall=1
HasSpeedBall=1
HasJumpBall=1
HasFreezeBall=1
HasFreeBall=1
EndingAvaliable=Yes

Secret Levels[]

To unlock the secret levels without having to find and enter the codes for them in the main game, add the following code to the "savegame.ini" file:

[Secrets]
Square=3680
Balloon=6910

After both Dodgesquare and Pop are unlocked, Hidden automatically becomes available as well.[1]

References[]