From a28ef86c60ef35b141c139b745fdb1e514a933dc Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 17 Dec 2022 16:08:55 -0800 Subject: [PATCH] fix some mistakes in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11277b30..8f5d1fb9 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ If you're using an older AMD64 Mac, you're running Linux, or you just want to bu After building newserv or downloading a release, do this to set it up and use it: 1. In the system/ directory, make a copy of config.example.json named config.json, and edit it appropriately. -2. Run `./newserv` in the newserv directory. This will start the game server and run the interactive shell. You may need `sudo` if newserv's built-in DNS server is enabled. -3. Use the interactive shell to add a license. Run `help` in the shell to see how to do this. -4. If you plan to play PSO Blue Burst on newserv, set up the patch directory appropriately. See the "Client patch directories" section below. +2. If you plan to play PSO Blue Burst on newserv, set up the patch directory appropriately. See the "Client patch directories" section below. +3. Run `./newserv` in the newserv directory. This will start the game server and run the interactive shell. You may need `sudo` if newserv's built-in DNS server is enabled. +4. Use the interactive shell to add a license. Run `help` in the shell to see how to do this. 5. Set your client's network settings appropriately and start an online game. See the "Connecting local clients" or "Connecting remote clients" section to see how to get your game client to connect. ### Installing quests @@ -134,7 +134,7 @@ There are multiple PSO quest formats out there; newserv supports most of them. I | Compressed | .bin and .dat | Yes | None (1) | | Compressed Ep3 | .bin or .mnm | Download only | None (1) | | Uncompressed | .bind and .datd | Yes | --compress-data (2) | -| Uncompressed Ep3 | .bind or .mnm | Download only | --compress-data (2) | +| Uncompressed Ep3 | .bind or .mnmd | Download only | --compress-data (2) | | Unencrypted GCI | .bin.gci and .dat.gci | Yes | --decode-gci=FILENAME | | Encrypted GCI with key | .bin.gci and .dat.gci | Yes | --decode-gci=FILENAME | | Encrypted GCI without key | .bin.gci and .dat.gci | No | --decode-gci=FILENAME (3) |