update quest format compatibility table

This commit is contained in:
Martin Michelsen
2023-02-10 12:53:56 -08:00
parent 95c1b4b6e8
commit 6955b7ea0c
+2 -2
View File
@@ -137,8 +137,8 @@ For example, the GameCube version of Lost HEAT SWORD is in two files named `q058
There are multiple PSO quest formats out there; newserv supports most of them. It can also decode any known format to standard .bin/.dat format. Specifically: There are multiple PSO quest formats out there; newserv supports most of them. It can also decode any known format to standard .bin/.dat format. Specifically:
| Format | Extension | Supported online? | Decode action | | Format | Extension | Supported | Decode action |
|---------------------------|-----------------------|-------------------|------------------| |---------------------------|-----------------------|---------------|------------------|
| Compressed | .bin and .dat | Yes | None (1) | | Compressed | .bin and .dat | Yes | None (1) |
| Compressed Ep3 | .bin or .mnm | Yes (4) | None (1) | | Compressed Ep3 | .bin or .mnm | Yes (4) | None (1) |
| Uncompressed | .bind and .datd | Yes | compress-prs (2) | | Uncompressed | .bind and .datd | Yes | compress-prs (2) |