Editing your save file in the game can be a useful way to customize your gaming experience. Whether you want to increase your gold reserves or modify other game parameters, this guide will walk you through the process step-by-step.
Steps to Edit Your Save File
1. Locate Your Save File
Your save file is stored in the following directory:
C:\Users\(your_user_name)\AppData\LocalLow\NANOO COMPANY Inc_\Tower Of Babel\SaveFile.es3
Make sure to back up the original file before making any changes.
2. Decrypt the Save File
To edit the save file, you need to decrypt it first. Use the following editor: ES3 Editor.
The decryption password is: sksnrpdl#eo#kr
(this may change in the future).
3. Find and Modify the Desired Values
Once decrypted, open the file in a text editor. To modify your gold amount, search for the following entries:
- AmountGold: This section contains multiple elements. Ensure that
"fakeValueActive"
is set tofalse
. - Calculate the New Value: The gold value is determined by two elements:
"currentCryptoKey"
and"hiddenValue"
. To change the gold amount:- Perform an XOR operation between your desired gold value and the current
currentCryptoKey
. - Update the
hiddenValue
with the result of the XOR operation. Use an online XOR calculator and ensure all values are in base 10.
- Perform an XOR operation between your desired gold value and the current
4. Save and Re-encrypt the File
After making your changes, save the edited file. Use the ES3 Editor to encrypt it again and download the new encrypted file. Rename it to SaveFile.es3
and place it back in the original directory.