delete
.Quote:
1) How can i disable client function going to co website after client close? or at least change it for my website.
The conquer.exe opens the Conquer Online website, using a loader will disable/modify this.
2) Where can i edit npcs: add, remove, translate their dialogs?
It depends on how the source is programmed and is different per source.
But since you are asking on how you want to translate the dialogs, you are most likely talking about TQ Binaries. Those binaries are illegal on the forum because of copyrights.
3) How can i fix this problem: when create account on cyrillic, it shows '?????' name instead of the correct one. How can i fix that?
See answer on question 2.
4) Where can i find system things to be edited? Like, all that system messages that appear when player online in center of screen and in chat.
See answer on question 2.
I am not 100% sure as I dont work with client files but I believe that the fints displayed on names and such are embedded in the Conquer.exe itself... If I am wrong please someone correct meQuote:
Thanks! But when i translate NPC names, it works correctly. The problem is, i can't make a player in cyrillic name. When log in, it shows '????' question marks. This is my problem...
You're right. It's the encoding that the client uses to read the file, not too much the file itself, though it does have to be written in the new encoding for text to be displayed properly. The client uses CP1252. If you know some reverse engineering, you could change the encoding, though it's not just in one area, it's almost anywhere there's text. You'd also have to edit the resources.Quote:
I am not 100% sure as I dont work with client files but I believe that the fints displayed on names and such are embedded in the Conquer.exe itself... If I am wrong please someone correct me
Well, probably only needing a call to set locale to change the program locale at the entry point. I don't think there is any forced locale in the client, except for validating few strings.Quote:
You're right. It's the encoding that the client uses to read the file, not too much the file itself, though it does have to be written in the new encoding for text to be displayed properly. The client uses CP1252. If you know some reverse engineering, you could change the encoding, though it's not just in one area, it's almost anywhere there's text. You'd also have to edit the resources.
if casino and poker was your idea then you fucked up conquer, thx XDQuote:
Yuki,
Thanks, you are right. And russian version of TQ was really supporting cyrillic. I would also say that all casino things and poker in conquer was my suggestion :) if you need proof i have it.
And my source supported cyrillic too, until i changed System Locale on dedic server to Russia :) lol. After that all cyrillic names became question marks.
I can do a simple code, i can edit some things, but yes, serious things in coding is not for me. So, i just want to know, how can i change what NPC says and other things from 1st post.