add PSOX login port

This commit is contained in:
Martin Michelsen
2023-11-05 12:35:09 -08:00
parent 5957fd62e3
commit d0dbffb364
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -74,8 +74,11 @@
"bb-patch": [11000, "patch", "patch_server_bb"],
"bb-init": [12000, "bb", "data_server_bb"],
// TODO: If Xbox support ever gets built, add this port to the above config.
// "xb-login": [????, "xb", "login_server"],
// PSO Xbox tunnels its connections through the Xbox Live service (or, in
// modern times, Insignia), and that service determines which port the
// connection goes to on the server side. By default, newserv uses 9500 for
// PSO Xbox connections, but this is not hardcoded in the client.
"xb-login": [9500, "xb", "login_server"],
// Schthack PSOBB uses these ports.
// "bb-patch2": [10500, "patch", "patch_server_bb"],
+1
View File
@@ -39,6 +39,7 @@
"gc-us12t2": [9202, "gc", "login_server"],
"gc-eu3": [9203, "gc", "login_server"],
"pc": [9300, "pc", "login_server"],
"xb": [9500, "xb", "login_server"],
"pc-patch": [10000, "patch", "patch_server_pc"],
"bb-patch": [11000, "patch", "patch_server_bb"],
"bb-init": [12000, "bb", "data_server_bb"],