Hello, I am new, and I would like to know how I can create a patch for my client, since I made some translations, but they are not reflected in the client.
How can I make a patch?
Thanks...
How can I make a patch?
Thanks...
Quote:
I'm having a hard time following this... what's the problem, exactly? Can you state some details, like what you did, what you're expecting, what you're actually seeing, pictures, videos, etc? You made translations to the client, how? You expected to see what change?
Oh, so this is more of a private server question than a generic client patch question. You need to recompile the server. I'm assuming you're using a C# server source, since you didn't specify. Here's a guide: [Only registered and activated users can see links. Click Here To Register...]. C# is a compiled language. That means it packages the English-based language you see for editing NPCs into a type of machine language for your computer (usually packaged as an EXE or DLL file for Windows).Quote:
I only translated NPC dialogues with visual studio, but when running the server and entering the client, it is as if I had not done any translation of dialogues, or will I have to do something and I do not know? the file that I translated is NPCDialog and some more, the only thing I translated were texts.
And what are the steps to follow to recompile the server with the changes I made?? Sorry im very noob jajaja:(Quote:
Oh, so this is more of a private server question than a generic client patch question. You need to recompile the server. I'm assuming you're using a C# server source, since you didn't specify. Here's a guide: [Only registered and activated users can see links. Click Here To Register...]. C# is a compiled language. That means it packages the English-based language you see for editing NPCs into a type of machine language for your computer (usually packaged as an EXE or DLL file for Windows).
Look at the first two sections of the resource I sent you. It goes over building a C# project.Quote:
And what are the steps to follow to recompile the server with the changes I made?? Sorry im very noob jajaja:(
[Only registered and activated users can see links. Click Here To Register...]