mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 22:23:24 -07:00
Docs 2
This commit is contained in:
@@ -48,6 +48,7 @@ class HatInTimeWorld(World):
|
||||
act_connections: Dict[str, str] = {}
|
||||
shop_locs: List[str] = []
|
||||
item_name_groups = relic_groups
|
||||
web = AWebInTime()
|
||||
|
||||
def generate_early(self):
|
||||
adjust_options(self)
|
||||
|
||||
@@ -8,19 +8,20 @@
|
||||
|
||||
## Instructions
|
||||
|
||||
1. Have Steam running. Open the Steam console with [this link](steam://open/console)
|
||||
1. Have Steam running. Open the Steam console with [this link.](steam://open/console)
|
||||
|
||||
2. In the Steam console, enter the following command: `download_depot 253230 253232 7770543545116491859`. Wait for the console to say the download is finished.
|
||||
2. In the Steam console, enter the following command:
|
||||
`download_depot 253230 253232 7770543545116491859`. Wait for the console to say the download is finished.
|
||||
|
||||
3. Once the download finishes, go to `steamapps/content/app_253230` in Steam's program folder.
|
||||
|
||||
4. There should be a folder named `depot_253232`. Rename it to HatinTime_AP and move it to your `steamapps/common` folder.
|
||||
|
||||
5. In the HatinTime_AP folder, navigate to `Binaries/Win64` and create a new file: `steam_appid.txt`. In this new text file, input the number `253230` on the first line.
|
||||
5. In the HatinTime_AP folder, navigate to `Binaries/Win64` and create a new file: `steam_appid.txt`. In this new text file, input the number **253230** on the first line.
|
||||
|
||||
6. Create a shortcut of `HatinTimeGame.exe` from that folder and move it to wherever you'd like. You will use this shortcut to open the Archipelago-compatible version of A Hat in Time.
|
||||
|
||||
7. Start up the game using your new shortcut. To confirm if you are on the correct version, go to Settings -> Game Settings. If you don't see an option labelled `Live Game Events` you should be running the correct version of the game. In Game Settings, make sure `Enable Developer Console` is checked.
|
||||
7. Start up the game using your new shortcut. To confirm if you are on the correct version, go to Settings -> Game Settings. If you don't see an option labelled ***Live Game Events*** you should be running the correct version of the game. In Game Settings, make sure ***Enable Developer Console*** is checked.
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +32,7 @@ When you create a new save file, you should be prompted to enter your slot name,
|
||||
|
||||
## Console Commands
|
||||
|
||||
Commands will not work on the title screen, you must be in-game to use them. To use console commands, make sure `Enable Developer Console` is checked in Game Settings and press the tilde key or TAB while in-game.
|
||||
Commands will not work on the title screen, you must be in-game to use them. To use console commands, make sure ***Enable Developer Console*** is checked in Game Settings and press the tilde key or TAB while in-game.
|
||||
|
||||
`ap_say <message>` - Send a chat message to the server. Supports commands, such as !hint or !release.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user