Skip to content

File Formats

Aurora supports importing games from multiple archive formats.

FormatExtensionNotes
ZIP.zipMost common format. Standard compression.
7-Zip.7zHigh compression ratio. Good for large games.
RAR.rarSupported. If a RAR extracts incompletely, re-pack the game as ZIP or 7z.
TAR family.tar, .tar.gz, .tgz, .bz2Supported.
APK / IPA.apk, .ipaTreated as ZIP archives.

Native RGSS1–3 games (XP / VX / VX Ace) usually have a Game.ini next to the game’s encrypted archive and data folders:

GameName/
Game.ini
Game.rgssad ← or Game.rgss2a / Game.rgss3a
Data/
Graphics/
Audio/

Aurora recognizes the game by its Game.ini, project file (.rxproj / .rvproj / .rvproj2), or its Data/Scripts files — even if the ini was renamed, Aurora normalizes it automatically.

Web-engine games are recognized by an index.html next to a js/ folder — either at the game root (MZ) or inside a www/ folder (MV):

GameName/
www/
index.html ← required
js/ ← required
data/
img/
package.json ← optional
  • Large games (1 GB+) may take a while to extract
  • If a game appears but won’t launch, try changing the Ruby runtime in the game’s settings
  • PE games import like any other XP game — Aurora detects PE automatically