id Tech 1 games: Add command line instructions/info (#3757)

This commit is contained in:
Kaito Sinclaire 2024-11-30 19:10:43 -08:00 committed by GitHub
parent 6cfc3a4667
commit 3af2b1dc66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 56 additions and 3 deletions

View File

@ -17,7 +17,7 @@
You can find the folder in steam by finding the game in your library, You can find the folder in steam by finding the game in your library,
right-clicking it and choosing **Manage -> Browse Local Files**. The WAD file is in the `/base/` folder. right-clicking it and choosing **Manage -> Browse Local Files**. The WAD file is in the `/base/` folder.
## Joining a MultiWorld Game ## Joining a MultiWorld Game (via Launcher)
1. Launch apdoom-launcher.exe 1. Launch apdoom-launcher.exe
2. Select `Ultimate DOOM` from the drop-down 2. Select `Ultimate DOOM` from the drop-down
@ -28,6 +28,24 @@
To continue a game, follow the same connection steps. To continue a game, follow the same connection steps.
Connecting with a different seed won't erase your progress in other seeds. Connecting with a different seed won't erase your progress in other seeds.
## Joining a MultiWorld Game (via command line)
1. In your command line, navigate to the directory where APDOOM is installed.
2. Run `crispy-apdoom -game doom -apserver <server> -applayer <slot name>`, where:
- `<server>` is the Archipelago server address, e.g. "`archipelago.gg:38281`"
- `<slot name>` is your slot name; if it contains spaces, surround it with double quotes
- If the server has a password, add `-password`, followed by the server password
3. Enjoy!
Optionally, you can override some randomization settings from the command line:
- `-apmonsterrando 0` will disable monster rando.
- `-apitemrando 0` will disable item rando.
- `-apmusicrando 0` will disable music rando.
- `-apfliplevels 0` will disable flipping levels.
- `-apresetlevelondeath 0` will disable resetting the level on death.
- `-apdeathlinkoff` will force DeathLink off if it's enabled.
- `-skill <1-5>` changes the game difficulty, from 1 (I'm too young to die) to 5 (Nightmare!)
## Archipelago Text Client ## Archipelago Text Client
We recommend having Archipelago's Text Client open on the side to keep track of what items you receive and send. We recommend having Archipelago's Text Client open on the side to keep track of what items you receive and send.

View File

@ -15,7 +15,7 @@
You can find the folder in steam by finding the game in your library, You can find the folder in steam by finding the game in your library,
right clicking it and choosing *Manage→Browse Local Files*. The WAD file is in the `/base/` folder. right clicking it and choosing *Manage→Browse Local Files*. The WAD file is in the `/base/` folder.
## Joining a MultiWorld Game ## Joining a MultiWorld Game (via Launcher)
1. Launch apdoom-launcher.exe 1. Launch apdoom-launcher.exe
2. Select `DOOM II` from the drop-down 2. Select `DOOM II` from the drop-down
@ -26,6 +26,24 @@
To continue a game, follow the same connection steps. To continue a game, follow the same connection steps.
Connecting with a different seed won't erase your progress in other seeds. Connecting with a different seed won't erase your progress in other seeds.
## Joining a MultiWorld Game (via command line)
1. In your command line, navigate to the directory where APDOOM is installed.
2. Run `crispy-apdoom -game doom2 -apserver <server> -applayer <slot name>`, where:
- `<server>` is the Archipelago server address, e.g. "`archipelago.gg:38281`"
- `<slot name>` is your slot name; if it contains spaces, surround it with double quotes
- If the server has a password, add `-password`, followed by the server password
3. Enjoy!
Optionally, you can override some randomization settings from the command line:
- `-apmonsterrando 0` will disable monster rando.
- `-apitemrando 0` will disable item rando.
- `-apmusicrando 0` will disable music rando.
- `-apfliplevels 0` will disable flipping levels.
- `-apresetlevelondeath 0` will disable resetting the level on death.
- `-apdeathlinkoff` will force DeathLink off if it's enabled.
- `-skill <1-5>` changes the game difficulty, from 1 (I'm too young to die) to 5 (Nightmare!)
## Archipelago Text Client ## Archipelago Text Client
We recommend having Archipelago's Text Client open on the side to keep track of what items you receive and send. We recommend having Archipelago's Text Client open on the side to keep track of what items you receive and send.

View File

@ -15,7 +15,7 @@
You can find the folder in steam by finding the game in your library, You can find the folder in steam by finding the game in your library,
right clicking it and choosing *Manage→Browse Local Files*. The WAD file is in the `/base/` folder. right clicking it and choosing *Manage→Browse Local Files*. The WAD file is in the `/base/` folder.
## Joining a MultiWorld Game ## Joining a MultiWorld Game (via Launcher)
1. Launch apdoom-launcher.exe 1. Launch apdoom-launcher.exe
2. Choose Heretic in the dropdown 2. Choose Heretic in the dropdown
@ -26,6 +26,23 @@
To continue a game, follow the same connection steps. To continue a game, follow the same connection steps.
Connecting with a different seed won't erase your progress in other seeds. Connecting with a different seed won't erase your progress in other seeds.
## Joining a MultiWorld Game (via command line)
1. In your command line, navigate to the directory where APDOOM is installed.
2. Run `crispy-apheretic -apserver <server> -applayer <slot name>`, where:
- `<server>` is the Archipelago server address, e.g. "`archipelago.gg:38281`"
- `<slot name>` is your slot name; if it contains spaces, surround it with double quotes
- If the server has a password, add `-password`, followed by the server password
3. Enjoy!
Optionally, you can override some randomization settings from the command line:
- `-apmonsterrando 0` will disable monster rando.
- `-apitemrando 0` will disable item rando.
- `-apmusicrando 0` will disable music rando.
- `-apresetlevelondeath 0` will disable resetting the level on death.
- `-apdeathlinkoff` will force DeathLink off if it's enabled.
- `-skill <1-5>` changes the game difficulty, from 1 (thou needeth a wet-nurse) to 5 (black plague possesses thee)
## Archipelago Text Client ## Archipelago Text Client
We recommend having Archipelago's Text Client open on the side to keep track of what items you receive and send. We recommend having Archipelago's Text Client open on the side to keep track of what items you receive and send.