Quote:
Originally Posted by atherounge3
Are you sure you're doing _RU, not _AR?
Are you sure you have windows-1251 in launch arguments?
Are you sure you are starting european sframe (SFrame.exe), not arabic (SFrame_arabic.exe)?
Code:
RappelzCmdLauncher.exe SFrame.exe /auth_ip:127.0.0.1 /auth_port:4615 /help_url_w:611 /help_url_h:625 /locale:windows-1251 /country:CN /cash /gift /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /use_nprotect:0 /notenc
And put db_string(windows-1251).rdb in resource
|
Dear Atherounge3! Thank you for your help and participation in this matter! Yes, I have done everything as it should be, but the following helped me solve the issue:
1. I disassembled a third-party client and took the localeinfo.ini file from it.
2. I disassembled the official client and took the db_string file from it. This solved almost all the problems, and I just need to work on the correct translation to get it right.
However, I have another question:
1. The "Guy" race has two types of clothing that appear to have corrupted resource files.
The screenshot shows the issue:
I tried to fix it by exporting the db_item and converting it to rdb. However, this caused further complications. Some of the costumes are not working properly.
I tried using different resource files, but I did not notice any improvement. Can you please suggest a solution to this problem?
I am using the client from your guide.