DOOM 1993: Added various new options (#2067)

This commit is contained in:
David St-Louis
2023-11-25 09:43:14 -05:00
committed by GitHub
parent 59ed2602bd
commit c138918400
7 changed files with 316 additions and 186 deletions

View File

@@ -8,6 +8,8 @@
## Optional Software
- [ArchipelagoTextClient](https://github.com/ArchipelagoMW/Archipelago/releases)
- [PopTracker](https://github.com/black-sliver/PopTracker/)
- [OZone's APDoom tracker pack](https://github.com/Ozone31/doom-ap-tracker/releases)
## Installing AP Doom
1. Download [APDOOM.zip](https://github.com/Daivuk/apdoom/releases) and extract it.
@@ -17,10 +19,11 @@
## Joining a MultiWorld Game
1. Launch APDoomLauncher.exe
2. Enter the Archipelago server address, slot name, and password (if you have one)
3. Press "Launch DOOM"
4. Enjoy!
1. Launch apdoom-launcher.exe
2. Select `Ultimate DOOM` from the drop-down
3. Enter the Archipelago server address, slot name, and password (if you have one)
4. Press "Launch DOOM"
5. Enjoy!
To continue a game, follow the same connection steps.
Connecting with a different seed won't erase your progress in other seeds.
@@ -31,8 +34,23 @@ We recommend having Archipelago's Text Client open on the side to keep track of
APDOOM has in-game messages,
but they disappear quickly and there's no reasonable way to check your message history in-game.
### Hinting
To hint from in-game, use the chat (Default key: 'T'). Hinting from DOOM can be difficult because names are rather long and contain special characters. For example:
```
!hint Toxin Refinery (E1M3) - Computer area map
```
The game has a hint helper implemented, where you can simply type this:
```
!hint e1m3 map
```
For this to work, include the map short name (`E1M1`), followed by one of the keywords: `map`, `blue`, `yellow`, `red`.
## Auto-Tracking
APDOOM has a functional map tracker integrated into the level select screen.
It tells you which levels you have unlocked, which keys you have for each level, which levels have been completed,
and how many of the checks you have completed in each level.
For better tracking, try OZone's poptracker package: https://github.com/Ozone31/doom-ap-tracker/releases .
Requires [PopTracker](https://github.com/black-sliver/PopTracker/).