Hello guys.. I have sourcecode ep3.5, i want to change server's language into Vietnamese but i dont know where to edit, and i cant build it which into file server bin..
For that error you need to include Dx9bLink/include in your visual studio properties.
Language dependent settings are already configured in the project configurations.
Check the project configurations for a Vietnamese configuration and compile your game with this configuration.
06-07-15
xSilver
Re: Edit and Rebuild bin server ep3.5
Hello, you have to add your include folder, and I guess your library folder, into the setting.
Normally the include folder must be: ...\Client\ProjectAtum_Dve(Live)_KOR\DX9bLink\Include
and your library folder: ..\Client\ProjectAtum_Dve(Live)_KOR\DX9bLink\Lib
If you want to change the language you have two ways, first you can keep the wikigames build configuration and only change the string folder on the Content.h which looks like
and the seconde way is to simply change the build configuration and do it as Win32 R_Intecom_Viet, to change the configuration you can add the Build combo box into your toolbar, do right click on it and check Build, and you will have something like it:
EDIT: Or you can just add another configuration ^^
It not working...
06-07-15
Aesir
Re: [Help] Edit and Rebuild bin server ep3.5
Then add just the code without #ifdef LIN_ARG and final #endif
06-07-15
St34lth4ng3l
Re: [Help] Edit and Rebuild bin server ep3.5
it's better to select a valid configuration (i would use Wikigames_R because thats the Suba config)
06-07-15
Future
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by Aesir
Then add just the code without #ifdef LIN_ARG and final #endif
That's pretty bad behaviour.
You should check why your configuration does not define the counts. I'm sure Vietnamese servers have this setting aswell...
06-07-15
St34lth4ng3l
Re: [Help] Edit and Rebuild bin server ep3.5
All Servers have this define, and compiling without config is bad, because features are defined with these configs (which server has which features) and with the standart ones you will just run into more errors
06-07-15
Aesir
Re: [Help] Edit and Rebuild bin server ep3.5
On released 3.5 source some definitions are not inside,i dont know why,but for make them work just rewrite the missing ones,and just after insert what Masang didn't maked.
06-07-15
St34lth4ng3l
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by Aesir
On released 3.5 source some definitions are not inside,i dont know why,but for make them work just rewrite the missing ones,and just after insert what Masang didn't maked.
Not really, you just need to add 1 lib and fix that "new" error in monster.h, then you are fine to compile
06-07-15
vietnamese
Re: [Help] Edit and Rebuild bin server ep3.5
so how to fix it, may be something wrong??? please...
06-07-15
St34lth4ng3l
Re: [Help] Edit and Rebuild bin server ep3.5
Silver already gave you the answer, just select a valid config
06-07-15
vietnamese
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by St34lth4ng3l
Silver already gave you the answer, just select a valid config