diff --git a/README.md b/README.md index bc8ece5b..03e5393c 100644 --- a/README.md +++ b/README.md @@ -32,27 +32,27 @@ See TODO.md for a list of known issues and future work I've curated, or go to th ## Compatibility newserv supports several versions of PSO. Specifically: -| Version | Login | Lobbies | Games | Proxy | -|----------------|--------------|--------------|--------------|--------------| -| DC Trial | Yes | Yes | Yes | No | -| DC 11/2000 | Yes | Yes | Yes | No | -| DC 12/2000 | Yes | Yes | Yes | Yes | -| DC 01/2001 | Yes | Yes | Yes | Yes | -| DC V1 | Yes | Yes | Yes | Yes | -| DC 08/2001 | Untested (1) | Untested (1) | Untested (1) | Untested (1) | -| DC V2 | Yes | Yes | Yes | Yes | -| PC | Yes | Yes | Yes | Yes | -| GC Ep1&2 Trial | Untested (1) | Untested (1) | Untested (1) | Untested (1) | -| GC Ep1&2 | Yes | Yes | Yes | Yes | -| GC Ep1&2 Plus | Yes | Yes | Yes | Yes | -| GC Ep3 Trial | Yes | Yes | Partial (3) | Yes | -| GC Ep3 | Yes | Yes | Yes | Yes | -| Xbox Ep1&2 | Yes | Yes | Yes | Yes | -| BB (vanilla) | Yes | Yes | Yes (2) | Yes | -| BB (Tethealla) | Yes | Yes | Yes (2) | Yes | +| Version | Lobbies | Games | Proxy | +|----------------|--------------|--------------|--------------| +| DC Trial | Yes | Yes | No | +| DC 11/2000 | Yes | Yes | No | +| DC 12/2000 | Yes | Yes | Yes | +| DC 01/2001 | Yes | Yes | Yes | +| DC V1 | Yes | Yes | Yes | +| DC 08/2001 | Untested (1) | Untested (1) | Untested (1) | +| DC V2 | Yes | Yes | Yes | +| PC | Yes | Yes | Yes | +| GC Ep1&2 Trial | Yes | Yes | No | +| GC Ep1&2 | Yes | Yes | Yes | +| GC Ep1&2 Plus | Yes | Yes | Yes | +| GC Ep3 Trial | Yes | Partial (3) | Yes | +| GC Ep3 | Yes | Yes | Yes | +| Xbox Ep1&2 | Yes | Yes | Yes | +| BB (vanilla) | Yes | Yes (2) | Yes | +| BB (Tethealla) | Yes | Yes (2) | Yes | *Notes:* -1. *newserv's implementations of these versions are based on disassembly of the client executables and have never been tested.* +1. *newserv's implementations of this version is based on disassembly of the client executable and has never been tested.* 2. *BB games are mostly playable, but there are still some unimplemented features (for example, some quests that use rare commands may not work). Please submit a GitHub issue if you find something that doesn't work.* 3. *Creating a game works and battle setup behaves mostly normally, but starting a battle doesn't work.* diff --git a/TODO.md b/TODO.md index f542c4a0..ef93d9f1 100644 --- a/TODO.md +++ b/TODO.md @@ -11,6 +11,7 @@ - Figure out what causes the corruption message on PC proxy sessions and fix it - Make $edit for DC/PC - Add an idle connection timeout for proxy sessions +- Make the proxy work with the various trial and beta versions ## Episode 3