An APWorld for Yoku's Island Express
docs | ||
test | ||
.gitignore | ||
__init__.py | ||
Items.py | ||
ItemTable.py | ||
LICENSE | ||
Locations.py | ||
LocationTable.py | ||
Options.py | ||
README.md | ||
Regions.py |
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.