update compatibility table

This commit is contained in:
Martin Michelsen
2023-12-03 00:04:24 -08:00
parent e49e159eee
commit b8d4ab589e
2 changed files with 20 additions and 19 deletions
+19 -19
View File
@@ -32,27 +32,27 @@ See TODO.md for a list of known issues and future work I've curated, or go to th
## Compatibility ## Compatibility
newserv supports several versions of PSO. Specifically: newserv supports several versions of PSO. Specifically:
| Version | Login | Lobbies | Games | Proxy | | Version | Lobbies | Games | Proxy |
|----------------|--------------|--------------|--------------|--------------| |----------------|--------------|--------------|--------------|
| DC Trial | Yes | Yes | Yes | No | | DC Trial | Yes | Yes | No |
| DC 11/2000 | Yes | Yes | Yes | No | | DC 11/2000 | Yes | Yes | No |
| DC 12/2000 | Yes | Yes | Yes | Yes | | DC 12/2000 | Yes | Yes | Yes |
| DC 01/2001 | Yes | Yes | Yes | Yes | | DC 01/2001 | Yes | Yes | Yes |
| DC V1 | Yes | Yes | Yes | Yes | | DC V1 | Yes | Yes | Yes |
| DC 08/2001 | Untested (1) | Untested (1) | Untested (1) | Untested (1) | | DC 08/2001 | Untested (1) | Untested (1) | Untested (1) |
| DC V2 | Yes | Yes | Yes | Yes | | DC V2 | Yes | Yes | Yes |
| PC | Yes | Yes | Yes | Yes | | PC | Yes | Yes | Yes |
| GC Ep1&2 Trial | Untested (1) | Untested (1) | Untested (1) | Untested (1) | | GC Ep1&2 Trial | Yes | Yes | No |
| GC Ep1&2 | Yes | Yes | Yes | Yes | | GC Ep1&2 | Yes | Yes | Yes |
| GC Ep1&2 Plus | Yes | Yes | Yes | Yes | | GC Ep1&2 Plus | Yes | Yes | Yes |
| GC Ep3 Trial | Yes | Yes | Partial (3) | Yes | | GC Ep3 Trial | Yes | Partial (3) | Yes |
| GC Ep3 | Yes | Yes | Yes | Yes | | GC Ep3 | Yes | Yes | Yes |
| Xbox Ep1&2 | Yes | Yes | Yes | Yes | | Xbox Ep1&2 | Yes | Yes | Yes |
| BB (vanilla) | Yes | Yes | Yes (2) | Yes | | BB (vanilla) | Yes | Yes (2) | Yes |
| BB (Tethealla) | Yes | Yes | Yes (2) | Yes | | BB (Tethealla) | Yes | Yes (2) | Yes |
*Notes:* *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.* 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.* 3. *Creating a game works and battle setup behaves mostly normally, but starting a battle doesn't work.*
+1
View File
@@ -11,6 +11,7 @@
- Figure out what causes the corruption message on PC proxy sessions and fix it - Figure out what causes the corruption message on PC proxy sessions and fix it
- Make $edit for DC/PC - Make $edit for DC/PC
- Add an idle connection timeout for proxy sessions - Add an idle connection timeout for proxy sessions
- Make the proxy work with the various trial and beta versions
## Episode 3 ## Episode 3