Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how to change the language in the Cabalmain?

Junior Spellweaver
Joined
Jan 14, 2015
Messages
153
Reaction score
8
Please tell me where in the Cabalmain change the language from Portuguese into any other language !?Now I opened the program OLLYDBG.EXE but what is there to do I do not know, or the case is not Cabalmain?
 
Joined
Aug 3, 2011
Messages
963
Reaction score
506
0045b529 -> cmp eax,0f
00410069 -> jmp 00455ac0
00455970 -> mov byte ptr ds:[ecx],4
00455980 -> mov dword ptr ds:[ecx+75],2
00455990 -> int3
00455991 -> int3
00455992 -> int3
00455993 -> int3
00455994 -> int3
00455995 -> int3
00455996 -> int3
00455997 -> int3
00455998 -> int3
00455999 -> int3
00455ac0 -> mov eax,dword ptr ds:[ecx+75]
00455ac3 -> cmp eax,5
00455ac6 -> je 00455ae3
00455ac8 -> cmp eax,0c
00455acb -> je 00455ae3
00455acd -> cmp eax,0d
00455ad0 -> je 00455ae3
00455ad2 -> cmp eax,0e
00455ad5 -> je 00455ae3
00455ad7 -> cmp eax,0f
00455ada -> je 00455ae3
00455adc -> mov dword ptr ds:[ecx+75],2
00455ae3 -> retn


005e022a -> jnz 005e02e8
005e0211 -> jmp 005e02eb
005e017f -> jmp 005e02ec
005e02e8 -> xor eax,eax
005e02ea -> inc eax
005e02eb -> pop ebx
005e02ec -> pop edi
005e02ed -> pop esi
005e02ee -> add ebp,74
005e02f1 -> leave
005e02f2 -> retn 4
005e02f5 -> int3
005e02f6 -> int3
005e02f7 -> int3
005e02f8 -> int3
 
Upvote 0
Junior Spellweaver
Joined
Jan 14, 2015
Messages
153
Reaction score
8
I want to change from Portuguese to Russian me change 6 in 8
00455970 -> mov byte ptr ds:[ecx],4
00455980 -> mov dword ptr ds:[ecx+75],2
ut it is I do not understand to what should be done
00455ac0 -> mov eax,dword ptr ds:[ecx+75]
00455adc -> mov dword ptr ds:[ecx+75],2
Optimus - how to change the language in the Cabalmain? - RaGEZONE Forums
Optimus - how to change the language in the Cabalmain? - RaGEZONE Forums


 
Upvote 0
Newbie Spellweaver
Joined
Jan 19, 2017
Messages
27
Reaction score
0
I want to change it into Chinese



Edit the no effect
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jan 19, 2017
Messages
27
Reaction score
0
[QUOTE = GODSKIN; 8744937] ui.dat -中国
ui.dts -中国
字体文件夹-中国[/ QUOTE]

ui.dts -中国
字体文件夹-中国

被替换

ui.dat如何编辑

我觉得我们编辑此

cabalmain.exe
为了显示中国语文

 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top