can someone explane me how this should work on GS 1.00.18:
SetByte(0x0052D6DA,0xEB);
is it mean i need to make it 0xEB52D6DA ?
can someone explane me how to fix this M:\ drive error on JPN protocol
that is the code in GS:
Code:CPU Disasm Address Hex dump Command Comments 0052D6CB |. 50 PUSH EAX ; /pFindData => OFFSET LOCAL.88 0052D6CC |. 68 E45C6C00 PUSH OFFSET GameServer.006C5CE4 ; |FileName = "M:\commonserver.cfg" 0052D6D1 |. FF15 DCBC8C0C CALL NEAR DWORD PTR DS:[<&KERNEL32.FindF ; \KERNEL32.FindFirstFileA 0052D6D7 |. 83F8 FF CMP EAX,-1 ; CONST FFFFFFFF => INVALID_HANDLE_VALUE 0052D6DA |. 75 1B JNE SHORT GameServer.0052D6F7 0052D6DC |. 6A 10 PUSH 10 ; /Type = MB_OK|MB_ICONHAND|MB_DEFBUTTON1|MB_APPLMODAL 0052D6DE |. 68 FCCD6B00 PUSH OFFSET GameServer.006BCDFC ; |Caption = "Error" 0052D6E3 |. 68 C85C6C00 PUSH OFFSET GameServer.006C5CC8 ; |Text = "Cannot find M:\ Drive." 0052D6E8 |. 6A 00 PUSH 0 ; |hOwner = NULL 0052D6EA |. FF15 18C28C0C CALL NEAR DWORD PTR DS:[<&USER32.Message ; \USER32.MessageBoxA 0052D6F0 |. 33C0 XOR EAX,EAX 0052D6F2 |. E9 38020000 JMP GameServer.0052D92F




