Eden supports two separate enhancement features: cheat codes applied through structured text files in the mod directory, and Amiibo emulation that lets you scan virtual Amiibo figures without owning the physical accessories. Both work on desktop; Amiibo on Android is not yet available.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/eden-emulator/mirror/llms.txt
Use this file to discover all available pages before exploring further.
- Cheats
- Amiibo
Cheats in Eden are plain text files placed inside a specific folder structure under the game’s mod directory. Each cheat file is tied to a build ID — a 16-character hexadecimal string that identifies the exact version of the game binary — so cheats only activate on a matching build.
Finding the build ID
Adding a cheat (desktop)
Open the mod data location
Right-click the game in Eden and select Open Mod Data Location. A file explorer opens to the mod directory for that title.
Create the cheat folder structure
Inside the mod directory, create a folder named after the cheat (this name appears in the Add-Ons list). Inside that folder, create a subfolder called
cheats.Create the cheat text file
Inside the Paste the cheat code into the file, with an optional name header:The final path should look like:
cheats folder, create a .txt file named with the game’s build ID. For example:Verify in Eden
Right-click the game and select Configure Game. The cheat should appear in the Add-Ons section with the name of the folder you created.
Adding a cheat (Android)
Create the cheat folder structure
On your device, create a folder named after the cheat. Inside it, create a subfolder called
cheats.Create the cheat text file
Inside
cheats, create a .txt file named with the game’s build ID (for example, AEE6DCCC06D9C05B.txt) and paste your cheat code into it.Install the cheat in Eden
In Eden, press and hold the game to open its properties. Scroll to Add-ons and tap + Install, then select Mods and cheats and tap OK.
Select the cheat folder
In the file explorer that opens, navigate to the folder you created in step 1 and select it. Confirm the screen shows the
cheats subdirectory before confirming.Enabling and disabling cheats
Cheats are enabled by default once installed. To toggle them:- Desktop: Right-click the game, select Configure Game, tick or untick the cheat in the Add-Ons section, then click OK.
- Android: Press and hold the game, scroll to Add-ons, and tap the cheat entry to select or deselect it. Tap OK to apply.
Multiple cheats
Each cheat requires its own named folder andcheats/BuildID.txt file. You cannot combine multiple cheats into a single file during installation.