improve support for 11/2000 prototype
This commit is contained in:
@@ -58,8 +58,11 @@ newserv supports several versions of PSO. Specifically:
|
||||
| Version | Login | Lobbies | Games | Proxy |
|
||||
|----------------|--------------|--------------|--------------|--------------|
|
||||
| DC Trial | Yes | Yes | Yes | No |
|
||||
| DC Prototype | Yes (3) | Yes (3) | Yes (3) | No |
|
||||
| DC 11/2000 | Yes (3) | Yes (3) | Yes (3) | No |
|
||||
| DC 12/2000 | Untested (1) | Untested (1) | Untested (1) | No |
|
||||
| DC 01/2001 | Untested (1) | Untested (1) | Untested (1) | No |
|
||||
| DC V1 | Yes | Yes | Yes | Yes |
|
||||
| DC 08/2001 | Untested (1) | Untested (1) | Untested (1) | No |
|
||||
| DC V2 | Yes | Yes | Yes | Yes |
|
||||
| PC | Yes | Yes | Yes | Yes |
|
||||
| GC Ep1&2 Trial | Untested (1) | Untested (1) | Untested (1) | Untested (1) |
|
||||
@@ -74,8 +77,7 @@ newserv supports several versions of PSO. Specifically:
|
||||
*Notes:*
|
||||
1. *newserv's implementation 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. *Support for the December 2000 prototype is somewhat incomplete and probably never will be complete. This version is rather unstable and seems to crash often, but it's not obvious whether it's because it's a prototype or because newserv sends data it can't handle.*
|
||||
4. *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.*
|
||||
|
||||
## Setup
|
||||
|
||||
@@ -109,7 +111,7 @@ newserv automatically finds quests in the subdirectories of the system/quests/ d
|
||||
|
||||
Within the category directories, quest files should be named like `q###-VERSION-LANGUAGE.EXT` (although the `q` is ignored, and can be any letter). The fields in each filename are:
|
||||
- `###`: quest number (this doesn't really matter; it should just be unique across the PSO version)
|
||||
- `VERSION`: dn = Dreamcast NTE, d1 = Dreamcast v1, dc = Dreamcast v2, pc = PC, gcn = GameCube Trial Edition, gc = GameCube Episodes 1 & 2, gc3 = Episode 3 (see below), xb = Xbox, bb = Blue Burst
|
||||
- `VERSION`: dn = Dreamcast NTE, dp = Dreamcast 11/2000 prototype, d1 = Dreamcast v1, dc = Dreamcast v2, pc = PC, gcn = GameCube Trial Edition, gc = GameCube Episodes 1 & 2, gc3 = Episode 3 (see below), xb = Xbox, bb = Blue Burst
|
||||
- `LANGUAGE`: j = Japanese, e = English, g = German, f = French, s = Spanish
|
||||
- `EXT`: file extension (see table below)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user