Skip to content

Commit

Permalink
Adding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisTheAncient committed Sep 16, 2024
1 parent 8dafde1 commit e7251ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions worlds/tracker/docs/re-gen-passthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ This is to prevent a game trying to process a different game's `interpret_slot_d
![image](https://github.com/FarisTheAncient/Archipelago/assets/162540354/03b22004-8017-457e-be3c-26d20091f678)


# Location Alias

UT provides a way for the world to alias a generically named location to give a more useful name on a slot by slot instance

If the world wants to rename their locations, they just need to define a map( `location_id_to_alias: Dict[int, str]` ) from location_id to alias_string on the world, and if a location id is found in the map, the alias name will be appended to the entry in UT

0 comments on commit e7251ad

Please sign in to comment.