Record of Lodoss War – Deedlit in Wonder Labyrinth – Save File Editing Guide

Warning: This ruins the gaming experience. Only use this guide after you finished the game and experienced all the game has to offer. This is recommended only for achievement hunters who don’t like to grind.

Guide to Save File Editing

All credit goes to kakefumi!

Main

Similar to Luna Nights, the save file for this game is easy to navigate and edit. With the help of a good text editing software (Sublime, VS Code, or others), you can basically go and become anything you want within the game’s boundaries.

Note the save file is read and loaded to the game every time you press “Game Start”.

First, find your save file. For Windows, it will be in

  • C:\Users\%USERNAME%\AppData\Local\Deedlit_in_Wonder_Labyrinth.

The files are named: game0.sav for the first save slot, game1.sav for the second, and game2.sav for the third.

In the file, you will see a couple hundred lines of alphanumeric strings occasionally ending with equal signs. These are Base64 encoding of values of your save file – they are basically an alternate representation of numbers or sentences that is easy for engineers to work with. If this is new to you, you can google for “Base64 encoding/decoding” for an easy way to encode or decode these values.

Each line of these few hundred lines correspond to values, like time elapsed, the room Deedlit saved in, and so on. Here are the ones that would help your achievement hunt:

  • Line 107: Experience points. Your levels are not stored in the game, but your experience points are. If you want to become Level 99 immediately for your boss rush, change the value to “OTk5OTk5” (for 999999 exoerience points) or change it to “MA==” for level 0.
  • Line 119: The amount of money you have. As in line 107, you can give yourself infinite money, or 0 money for the Gambling achievement.
  • Line 122: Swords in your inventory. If you decode it, you notice it is very easy to read, like “=sword00,=sword01,…” and so on. The following string unlocks all swords immediately.
PXN3b3JkMDAsPXN3b3JkMDEsPXN3b3JkMDQsPXN3b3JkMDIsPXN3b3JkMDMsPXN3b3JkMDUsPXN3b3JkMDYsPXN3b3JkMDksPXN3b3JkMTAsPXN3b3JkMTEsPXN3b3JkMTIsPXN3b3JkMTMsPXN3b3JkMTQsPXN3b3JkMTYsPXN3b3JkMTcsPXN3b3JkMTgsPXN3b3JkMTksPXN3b3JkMjAsPXN3b3JkMjEsPXN3b3JkMTUsPXN3b3JkMjQsPXN3b3JkMjUsPXN3b3JkMjYsPXN3b3JkMjcsPXN3b3JkMjIsPXN3b3JkMjMsPXN3b3JkMzAsPXN3b3JkMzEsPXN3b3JkMzIsPXN3b3JkMzQsPXN3b3JkMjgsPXN3b3JkMjksPXN3b3JkMzMsPXN3b3JkMzUsPXN3b3JkMzYsPXN3b3JkMzcsPXN3b3JkMDgsPXN3b3JkMDcs
  • Line 123: Bows in your inventory. Very similar to Swords. The following string unlocks all bows immediately.
PWJvdzAwLD1ib3cwMSw9Ym93MDIsPWJvdzAzLD1ib3cwNCw9Ym93MDUsPWJvdzA2LD1ib3cwNyw9Ym93MDgsPWJvdzA5LD1ib3cxMCw9Ym93MTEsPWJvdzEyLD1ib3cxMyw9Ym93MTQsPWJvdzE1LD1ib3cxNiw9Ym93MTcsPWJvdzE4LD1ib3cxOSw9Ym93MjAsPWJvdzIxLD1ib3cyMiw9Ym93MjMsPWJvdzI0LD1ib3cyNSw9Ym93MjYsPWJvdzI3LD1ib3cyOCw=

Note that the achievement for 100% weapons collected is checked only when you receive a new weapon. If you have unlocked all Beastiary entries for weapons, simply go to a shop and sell and repurchase one of the Shop-exclusive weapon/bow.

Egor Opleuha
About Egor Opleuha 7678 Articles
Egor Opleuha, also known as Juzzzie, is the Editor-in-Chief of Gameplay Tips. He is a writer with more than 12 years of experience in writing and editing online content. His favorite game was and still is the third part of the legendary Heroes of Might and Magic saga. He prefers to spend all his free time playing retro games and new indie games.

Be the first to comment

Leave a Reply

Your email address will not be published.


*