ArchipelagoEX
A downloadable Tool for Windows, macOS, and Linux
What It Is
- frontend/UI/wrapper for Archipelago functionality
- run/YAML organizer
What It Is Not
- A game
- YAML file editor (please use a capable editor for that, e.g., VS Code)
- AP world
- A new game-generation feature
Concept
This tool is designed to be installed alongside your Archipelago installation. It helps you store YAML files and configure runs, making it easier to manage complex setups and reuse YAML files without manually copying them. It also automates moving YAML files around.
Think of it like LaunchBox/RetroArch for emulators or a Git client for Git, but for Archipelago. For example, you can configure your YAMLs, press "Run," and the tool will:
- Merge the YAML files together
- Move them to the correct directory
- Start the local generation process
- Clean up your "players" directory, so no manual copy-pasting is needed
That's the initial idea. Possible future features include:
- Apworld manager
- A game launcher to start your game with a tracker alongside it
- A YAML merger to update YAML files with new versions
- A YAML snippet store for things like:
- Priority locations for a game
- Plando blocks
Icon by: Kass(𝓪𝓷𝓭𝓻𝓪)
Please post your feedback: https://discord.com/channels/731205301247803413/1344564135656030278
FAQ
Reset your installation
- Open your AEX directory in cmd/powershell/any shell
- in windows: type
cmd
in the address bar of your explorer window
- in windows: type
- Run the AEXTui executable with
--reset
- Windows:
AEXTui.exe --reset
- Linux:
./AEXTui --reset
- Windows:
Can't find my game
- make sure it's installed in, and only in,
custom_worlds
- run the
Reload games
action in AEX - if it's still not there run Generate Template Options from the
ArchipelagoLauncher
and see if a template gets generated
Imports
- (singular) Multiworld import That's probably the most common use-case. Reads and splits all
.yaml
files in a directory, everything will be linked to one single new MW. That's the async planer one. You can basically prepare the Players folder anywhere and load it in as a MW. - Multiworlds import Also searches a directory for yamls, but this links everything to independent multiworlds, if it finds a multigame
.yaml
the configs will be split and they get linked to one MW. - Configs only Searches a directory for
.yaml
files and imports everything as a config. When it finds a multigame config (multiple games, not randomized game) it splits them into individual configs. A big bulk import of configs, useful when you have a big directory and just want to load everything in.
Download
Install instructions
Installation
- Extract the download for your OS
- Drop the
AEX
directory in your archipelago directory. (same level asArchipelagoGenerate.exe
) - That's it...
Uninstall
- Reset your installation (See below)
- Delete the `AEX` directory
Reset your installation
- Open your AEX directory in cmd/powershell/any shell
- in windows: type
cmd
in the address bar of your explorer window
- in windows: type
- Run the AEXTui executable with
--reset
- Windows:
AEXTui.exe --reset
- Linux:
./AEXTui --reset
- Windows:
Development log
- Beta Build 1.0.9043 days ago
- Beta Build 1.0.9039 days ago
- Beta Build 1.0.9029 days ago
- Beta Build 1.0.90111 days ago
- Patch notes 1.0.118 days ago
- ArchipelagoEX 1.0.021 days ago
- Patch notes 0.1.91230 days ago
- Patch Notes 0.1.91131 days ago