Skip to main content

Tails Adventure Remake Guide

Install the Tails Adventure Remake App

  • Install the included .msixbundle via 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

  1. Launch the game once first so the LocalState\tails-adventure folder is created.
  2. Open the Xbox Dev Portal.
  3. Go to the app's file explorer.
  4. Open the app's LocalState folder.
  5. Open or create this folder:

tails-adventure

  1. Place your mod folders directly inside:

LocalState\tails-adventure

  1. Add or edit mods.ini in 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

  1. Create this folder structure on the external drive:

E:\TailsAdventureRemake\mods

  1. Place your mod folders inside the mods folder.
  2. Add or edit mods.ini inside the same mods folder.

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.ini does 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.ini entry match exactly.
  • After editing mods.ini, relaunch the game.

Contributor: MewLew