An APWorld for Yoku's Island Express
Find a file
2025-07-13 20:32:40 -07:00
docs update README to include Epic games support 2025-02-26 16:16:18 -08:00
test Reconcile logic with main branch 2025-07-13 19:31:06 -07:00
.gitignore initial commit 2025-02-17 23:13:26 -08:00
__init__.py Add get_filler_item_name function 2025-07-13 20:23:43 -07:00
Items.py Generate new item and location, and region tables 2025-03-12 04:13:06 +00:00
ItemTable.py Fix item ids 2025-03-31 19:06:12 -07:00
LICENSE initial commit 2025-02-17 23:13:26 -08:00
Locations.py Generate new item and location, and region tables 2025-03-12 04:13:06 +00:00
LocationTable.py fix: Correct region for Fruit 87 2025-07-12 18:17:50 -07:00
Options.py Clean up option description. 2025-07-13 20:32:40 -07:00
README.md initial commit 2025-02-17 23:13:26 -08:00
Regions.py Reconcile logic with main branch 2025-07-13 19:31:06 -07:00

Yoku's Island Express AP World

Using

Download the latest release and install the .apworld to Archipelago (you can do this from the client).

The client will generate a sample yaml for you, but the only option is "mode" with options 0, 1, and 2 corresponding to Normal, Hard, and Very Hard (same settings as in the game's built-in randomizer).

You'll need the mod as well.

Notes

This apworld does not provide nice region names; it's built from the game's own randomizer data which only says which locations are reachable (from the start) with which items, rather than which locations are connected by which items. Future versions may fix this.