Tails Adventure Remake Guide
Install the Tails Adventure Remake App
- Install the included
.msixbundlevia the Xbox Dev Portal.
Internal Storage Setup
Use this method if you want to store save data, runtime files and mods inside the app's Xbox Dev Mode LocalState folder.
Internal Storage Location
The game stores internal files here:
LocalState\tails-adventure
Typical Xbox Dev Mode path:
Q:\Users\UserMgr0\AppData\Local\Packages\<package-id>\LocalState\tails-adventure
Internal Setup Steps
- Launch the game once first so the
LocalState\tails-adventurefolder is created. - Open the Xbox Dev Portal.
- Go to the app's file explorer.
- Open the app's
LocalStatefolder. - Open or create this folder:
tails-adventure
- Place your mod folders directly inside:
LocalState\tails-adventure
- Add or edit
mods.iniin the same folder.
Internal Storage Example
LocalState\tails-adventure\
mods.ini
Pinkails over Tails V2\
Another Mod Folder\
External USB Drive Setup
Use this method if you want to store mods on an external USB drive instead of inside the app's LocalState folder.
External Storage Location
The game checks this external path:
E:\TailsAdventureRemake\mods
External Setup Steps
- Create this folder structure on the external drive:
E:\TailsAdventureRemake\mods
- Place your mod folders inside the
modsfolder. - Add or edit
mods.iniinside the samemodsfolder.
External Storage Example
E:\TailsAdventureRemake\mods\
mods.ini
Pinkails over Tails V2\
Another Mod Folder\
mods.ini Setup
mods.ini controls which mods are enabled.
The file uses a simple Mod Folder Name=Value format.
Use:
1 to enable a mod.
0 to disable a mod.
Example:
; Tails Adventure Remake mods config
; 1=true (enabled), 0=false (disabled)
; Edit values below and relaunch the game.
Pinkails over Tails V2=1
Another Mod Folder=0
The mod name on the left must exactly match the mod folder name.
Correct:
Folder: Pinkails over Tails V2
mods.ini: Pinkails over Tails V2=1
Incorrect:
Folder: Pinkails over Tails V2
mods.ini: Pinkails over tails v2=1
Enabling a Mod
To enable a mod, set its value to 1:
Pinkails over Tails V2=1
Disabling a Mod
To disable a mod, set its value to 0:
Pinkails over Tails V2=0
Additional Notes
- Internal storage users must launch the game once first so the LocalState folder is created.
- External USB users must use the exact path:
E:\TailsAdventureRemake\mods
- The game checks internal storage first, then checks the external USB path.
- If
mods.inidoes not exist and the selected mod root is writable, the game will create one automatically. - If a mod does not load, check that the mod folder name and the
mods.inientry match exactly. - After editing
mods.ini, relaunch the game.
Contributor: MewLew