Once decoded, the data displays as a structured JSON text file. Look for key terms (see variables below).
The location of your save data depends on your platform and operating system version: Windows (Steam) : Typically found in your Documents folder under Exiled Kingdoms Android (Older Versions) : Usually located at /Android/data/net.fdgames.ek.android/files/ Android (Newer Versions)
Players often move save files from Android/iOS to a PC version of the game to use desktop editing tools, then sync the modified file back to mobile. File Locations To use an editor, you must first locate your save files:
Launch Exiled Kingdoms and access the save management menu. The path is typically: Continue Game > Export & Cloud Save > Export your saves to a file . The game will generate an EK.bak file. On Android , this is usually saved to the root of your device's internal storage ( /storage/emulated/0/ ). For PC , you may be prompted to choose a location or it may default to your Documents folder. Exiled Kingdoms Save Editor
: Add millions of gold pieces to your pouch or spawn rare endgame items that otherwise have extremely low drop rates.
The exported data is often a long, encoded string (usually Base64). To edit it, you will need to decode it. Copy the exported string.
Go to the menu and select Export to File or Cloud/File Functions . Once decoded, the data displays as a structured
Can't find save file or backup to the cloud | Exiled Kingdoms
Before editing, you must find where your game stores its data. /Android/data/com.exiledkingdoms.rpg/files/
When looking at the decoded save data, you will see hundreds of lines of code. To avoid breaking the game, focus only on these highly stable parameters: Variable Parameter Description Recommended Maximum "gold" Your current inventory gold. Keep under 1,000,000 to avoid integer overflows. "level" Your character's current level. File Locations To use an editor, you must
Adjust Level, XP, Gold, and Trait points (Strength, Endurance, etc.).
"version":"1.0", "meta":"name":"MyRanger","class":"Archer","level":50,"date":"2026-04-07", "stats":"str":12,"dex":30,"int":8,"con":14, "skills":["id":"s_rapid_shot","rank":5,"id":"s_trap_mastery","rank":3], "items":["slot":"main_hand","id":"i_longsbow_rare","mods":["id":"m_crit","value":12]], "currency":"gold":125000
Keep a pristine copy of your original .bak file in a completely separate folder. If the edited version crashes your game, delete it and restore the backup.
Enter the .
Save files are typically stored in the device's internal storage under the game's data folder ( com.andgamedev.ek.android ). They are often formatted as .bak or plain data files depending on whether you export them manually.