update some notes
This commit is contained in:
+1
-2
@@ -39,8 +39,7 @@ Version codes (from README.md):
|
|||||||
4OPD: PSO Xbox EU Disc
|
4OPD: PSO Xbox EU Disc
|
||||||
4OPU: PSO Xbox EU TU
|
4OPU: PSO Xbox EU TU
|
||||||
59NJ: PSO BB JP 1.25.11
|
59NJ: PSO BB JP 1.25.11
|
||||||
59NL: PSO BB JP 1.25.13
|
59NL: PSO BB JP 1.25.13 (including the Tethealla client)
|
||||||
59NL: PSO BB Tethealla
|
|
||||||
|
|
||||||
The menu code
|
The menu code
|
||||||
This code makes all disabled items in menus selectable, which allows you to e.g. use items you can't normally use
|
This code makes all disabled items in menus selectable, which allows you to e.g. use items you can't normally use
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
DC NTE: pso02.dricas.ne.jp
|
1OJ1 (DC NTE): pso02.dricas.ne.jp
|
||||||
Nov 2000 proto: test1.st-pso.games.sega.net
|
1OJ2 (11/2000): test1.st-pso.games.sega.net
|
||||||
Dec 2000 proto: sg107634.csrd.sega.co.jp OR master.pso.dream-key.com
|
1OJ3 (12/2000): sg107634.csrd.sega.co.jp OR master.pso.dream-key.com
|
||||||
Jan 2001 proto: master.pso.dream-key.com
|
1OJ4 (01/2001): master.pso.dream-key.com
|
||||||
Aug 2001 proto (v2): game01.st-pso.games.sega.net
|
2OJ5 (08/2001; v2): game01.st-pso.games.sega.net
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
patch required in TethVer12513 to get this to work: 0048210D EB
|
patch required in 59NL to get this to work: 0048210D EB
|
||||||
|
|
||||||
is_hangame callsites:
|
is_hangame callsites in 59NL:
|
||||||
0040457C - ??? (something in TDataProtocol?)
|
0040457C - don't save password on disconnect
|
||||||
004820F4 - client version check (use patch above to bypass)
|
004820F4 - client version check (use patch above to bypass)
|
||||||
00708318 - patch server domain name
|
00708318 - patch server domain name
|
||||||
00708348 - patch server port
|
00708348 - patch server port
|
||||||
|
|||||||
@@ -105,7 +105,6 @@
|
|||||||
00F5 = Weapon badge approval for gran squall //is cleared if quest is left
|
00F5 = Weapon badge approval for gran squall //is cleared if quest is left
|
||||||
00F6 = Secret delivery. Got AKIKO's FRYING PAN!
|
00F6 = Secret delivery. Got AKIKO's FRYING PAN!
|
||||||
00FB = Got Orochi-agito
|
00FB = Got Orochi-agito
|
||||||
00FB = Received OROCHI-AGITO!
|
|
||||||
00FD = Unknown addicting food
|
00FD = Unknown addicting food
|
||||||
0105 = Central dome fire swirl. Got Glory of the past!
|
0105 = Central dome fire swirl. Got Glory of the past!
|
||||||
0106 = Central dome fire swirl. Got Mark3.
|
0106 = Central dome fire swirl. Got Mark3.
|
||||||
|
|||||||
@@ -1028,7 +1028,7 @@
|
|||||||
// here, the server will allow that action even when cheat mode is off.
|
// here, the server will allow that action even when cheat mode is off.
|
||||||
"CheatingBehaviors": [
|
"CheatingBehaviors": [
|
||||||
"CreateItems", // Use of the $item command
|
"CreateItems", // Use of the $item command
|
||||||
"EditSectionID", // Use of $edit secid
|
"EditSectionID", // Use of $edit secid for characters past Level 1
|
||||||
"EditStats", // Use of $edit atp, etc.
|
"EditStats", // Use of $edit atp, etc.
|
||||||
"Ep3ReplaceAssist", // Use of $setassist
|
"Ep3ReplaceAssist", // Use of $setassist
|
||||||
"Ep3UnsetFieldCharacter", // Use of $unset
|
"Ep3UnsetFieldCharacter", // Use of $unset
|
||||||
|
|||||||
Reference in New Issue
Block a user