[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts

01/07/2014 16:56 IchVerabschiedeMich#106
Dissable Textfile Protos

File: ClientManagerBoot.cpp
Comment out (CTRL + K + C) lines 23 - 26 and 35 - 39.

Should look like this:
[Only registered and activated users can see links. Click Here To Register...]
01/07/2014 18:55 5203307a#107
Quote:
Originally Posted by Padrio View Post
Dissable Textfile Protos

File: ClientManagerBoot.cpp
Comment out (CTRL + K + C) lines 23 - 26 and 35 - 39.

Should look like this:
[Only registered and activated users can see links. Click Here To Register...]
it's wrong you commented out only if xD
01/07/2014 19:27 MrFrancisc#108
Quote:
Originally Posted by .He3o Crysis View Post
This is from the Hackshield i think (not Sure) Just take the file from the novaline.^^
Thank , works :handsdown:

But I have new errors: :(

[Only registered and activated users can see links. Click Here To Register...]

Thank.
01/07/2014 20:16 TheTutMan#109
PHP Code:
1>c:\users\ta\desktop\cro\eter2\include\python-2.2\pyport.h(235) : warning C4005'Py_IS_INFINITY' macro redefinition
1
>        c:\users\ta\desktop\cro\eter2\include\python-2.2\pyconfig.h(217) : see previous definition of 'Py_IS_INFINITY'
2>.\StdAfx.cpp(7) : fatal error C1903unable to recover from previous error(s); stopping compilation
2
>.\StdAfx.cpp(7) : error C2418cannot delete browser file: .\Debug\StdAfx.sbr 
How can i fix this :O?
01/07/2014 21:46 .Captor#110
Kann mir jemand bei diesem Problem helfen? (VS2008):

PHP Code:
fatal error LNK1181Eingabedatei "cryptlib.lib" kann nicht geöffnet werdenNo such file or directory 
Das komische ist nur, ich habe bereits einen Pfad zu der Lib und auch zu allen anderen benötigten Ordner/files etc. pp gemacht...

Benutzer Source: Novaline
01/07/2014 22:22 TheTutMan#111
PHP Code:
2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(144) : error C2146syntax error missing ';' before identifier 'strModelFileName'
2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(144) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(144) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(145) : error C2146syntax error missing ';' before identifier 'strSourceSkinFileName'
2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(145) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(145) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(146) : error C2146syntax error missing ';' before identifier 'strTargetSkinFileName'
2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(146) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(146) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(273) : error C2146syntax error missing ';' before identifier 'm_strShapeDataPathName'
2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(273) : error C4430missing type specifier int assumedNoteC++ does not support default-int
2
>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(273) : error C4430missing type specifier int assumedNoteC++ does not support default-int 
How can i fix this?

Wie kann ich das fixen?
01/07/2014 22:33 miszczuuuuu#112
Code:
/usr/bin/ld: cannot find -lcryptopp
how fix this error?
01/07/2014 22:34 .Captor#113
Quote:
Originally Posted by miszczuuuuu View Post
Code:
/usr/bin/ld: cannot find -lcryptopp
how fix this error?
cd /usr/ports/graphics/devil
make install clean

Works perfectly! :)
01/07/2014 22:39 miszczuuuuu#114
Quote:
Originally Posted by .Captor View Post
cd /usr/ports/graphics/devil
make install clean

Works perfectly! :)
No, i have installed this ports
01/07/2014 22:39 .Captor#115
Quote:
Originally Posted by miszczuuuuu View Post
No, i have installed this ports
Hmm, for me this works xD
01/07/2014 22:50 IchVerabschiedeMich#116
Quote:
Originally Posted by 5203307a View Post
it's wrong you commented out only if xD
By Commenting out the if, the function won´t be called more.
01/07/2014 23:23 miszczuuuuu#117
Ok i fix my error - i install cryptopp from ports, but i have next error:
Code:
/usr/bin/ld: cannot find -lgtest
In makefile:
Code:
LIBS += -lcryptopp -lgtest
How fix this error?

ok fixed - inf you get this error install googletest
01/07/2014 23:51 WSThink#118
Quote:
Originally Posted by Padrio View Post
By Commenting out the if, the function won´t be called more.
Yes but which function is not getting called? mirrorToDB doesn't sound like "Dissable Textfile Protos" to me... or does it do that?
01/08/2014 00:42 miszczuuuuu#119
next error :)
Code:
/usr/bin/ld: cannot find -lgame
fixed, get libs from novaline :)
01/08/2014 00:54 .Inya#120
Quote:
Originally Posted by WSThink View Post
Yes but which function is not getting called? mirrorToDB doesn't sound like "Dissable Textfile Protos" to me... right? MirrorToDB ports the .txt files to DB. Commenting it won't change the fact that they are read from a .txt
The db first ports everything to the db and then reads from DB

I like the txt method anyways. Its a lot more organized and if you create little apps for it, it works pretty nice to me