Skip to content

Commit eccd08e

Browse files
remyjetteKonoTyran
authored andcommitted
Docs, StS: Document setup for Slay the Spire GOG/Game Pass installations (ArchipelagoMW#1913)
Co-authored-by: KonoTyran <[email protected]>
1 parent 352afdb commit eccd08e

File tree

1 file changed

+40
-7
lines changed

1 file changed

+40
-7
lines changed

worlds/spire/docs/slay-the-spire_en.md

+40-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,36 @@
22

33
## Required Software
44

5-
For steam-based installation, subscribe to the following mods:
5+
For Steam-based installation, subscribe to the following mods:
66

7-
- ModTheSpire from the [Slay the Spire Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1605060445)
8-
- BaseMod from the [Slay the Spire Workshop](https://steamcommunity.com/workshop/filedetails/?id=1605833019)
9-
- Archipelago Multiworld Randomizer Mod from
10-
the [Slay the Spire Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2596397288)
7+
- [ModTheSpire](https://steamcommunity.com/sharedfiles/filedetails/?id=1605060445)
8+
- [BaseMod](https://steamcommunity.com/workshop/filedetails/?id=1605833019)
9+
- [Archipelago Multiworld Randomizer](https://steamcommunity.com/sharedfiles/filedetails/?id=2596397288)
10+
- (optional) [Downfall](https://steamcommunity.com/sharedfiles/filedetails/?id=1610056683)
11+
- (required for downfall) [StSLib](https://steamcommunity.com/workshop/filedetails/?id=1609158507)
12+
13+
For GOG or Xbox PC Game Pass installation:
14+
15+
1. Download the official Steam Console Client [SteamCMD](https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip).
16+
2. Unpack that .zip file into some folder and double-click on `steamcmd.exe`.
17+
3. The client will now update itself. When it's ready type `login anonymous`. Now you are ready to download the actual
18+
mods.
19+
4. Run the following commands to download the required mod files:
20+
- Mod the Spire: `workshop_download_item 646570 1605060445`
21+
- BaseMod: `workshop_download_item 646570 1605833019`
22+
- ArchipelagoMW: `workshop_download_item 646570 2596397288`
23+
- (optional) Downfall: `workshop_download_item 646570 1610056683`
24+
- (required for Downfall) StSLib: `workshop_download_item 646570 1609158507`
25+
5. Open your Slay the Spire installation directory. By default on GOG this is `C:\GOG Games\Slay the Spire`, on PC Game
26+
Pass this is `C:\XboxGames\Slay The Spire\Content`.
27+
6. In the folder where you unzipped SteamCMD there will now be a `steamapps` folder. Copy ModTheSpire.jar from
28+
`steamapps\workshop\content\646570\1605060445\ModTheSpire.jar` to your Slay The Spire installation directory.
29+
7. Create a folder named `mods` inside the Slay the Spire installation directory. Each folder inside
30+
`steamapps\workshop\content\646570` will have a single .jar file. Copy each of them except ModTheSpire.jar into the
31+
`mods` folder you made.
32+
8. Now open Notepad. Paste in the following text: `jre\bin\java.exe -jar ModTheSpire.jar`. Go to "File -> Save as" and
33+
save it into your Slay the Spire installation directory with the name `"start.bat"`. Make sure to include the quotes
34+
in the file name!
1135

1236
## Configuring your YAML file
1337

@@ -25,12 +49,21 @@ the [Slay the Spire Settings Page](/games/Slay%20the%20Spire/player-settings).
2549
### Connect to the MultiServer
2650

2751
For Steam-based installations, if you are subscribed to ModTheSpire, when you launch the game, you should have the
28-
option to launch the game with mods. On the mod loader screen, ensure you only have the following mods enabled and then
29-
start the game:
52+
option to launch the game with mods.
53+
54+
For GOG or Xbox PC Game Pass intallations, launch the game by double-clicking the `start.bat` file you created earlier
55+
which will give you the option to launch the game with mods.
56+
57+
On the mod loader screen, ensure you only have the following mods enabled and then start the game:
3058

3159
- BaseMod
3260
- Archipelago Multiworld Randomizer
3361

62+
If playing with Downfall, also make sure the following are enabled:
63+
64+
- Downfall
65+
- StSLib
66+
3467
Once you are in-game, you will be able to click the **Archipelago** menu option and enter the ip and port (separated by
3568
a colon) in the hostname field and enter your player slot name in the Slot Name field. Then click connect, and now you
3669
are ready to climb the spire!

0 commit comments

Comments
 (0)