|
You last visited: Today at 07:10
Advertisement
[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts
Discussion on [SAMMELTHREAD] Metin2 Source Compile Tips/Tuts within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
01/07/2014, 16:56
|
#106
|
elite*gold: 25
Join Date: Sep 2011
Posts: 5,536
Received Thanks: 1,266
|
Dissable Textfile Protos
File: ClientManagerBoot.cpp
Comment out (CTRL + K + C) lines 23 - 26 and 35 - 39.
Should look like this:
|
|
|
01/07/2014, 18:55
|
#107
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
Quote:
Originally Posted by Padrio
Dissable Textfile Protos
File: ClientManagerBoot.cpp
Comment out (CTRL + K + C) lines 23 - 26 and 35 - 39.
Should look like this:

|
it's wrong you commented out only if xD
|
|
|
01/07/2014, 19:27
|
#108
|
elite*gold: 0
Join Date: Dec 2010
Posts: 80
Received Thanks: 5
|
Quote:
Originally Posted by .He3o Crysis
This is from the Hackshield i think (not Sure) Just take the file from the novaline.^^
|
Thank , works
But I have new errors:
Thank.
|
|
|
01/07/2014, 20:16
|
#109
|
elite*gold: 0
Join Date: Mar 2011
Posts: 567
Received Thanks: 162
|
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 C1903: unable to recover from previous error(s); stopping compilation
2>.\StdAfx.cpp(7) : error C2418: cannot delete browser file: .\Debug\StdAfx.sbr
How can i fix this :O?
|
|
|
01/07/2014, 21:46
|
#110
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Kann mir jemand bei diesem Problem helfen? (VS2008):
PHP Code:
fatal error LNK1181: Eingabedatei "cryptlib.lib" kann nicht geöffnet werden. No 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
|
#111
|
elite*gold: 0
Join Date: Mar 2011
Posts: 567
Received Thanks: 162
|
PHP Code:
2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(144) : error C2146: syntax error : missing ';' before identifier 'strModelFileName' 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(144) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(144) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(145) : error C2146: syntax error : missing ';' before identifier 'strSourceSkinFileName' 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(145) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(145) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(146) : error C2146: syntax error : missing ';' before identifier 'strTargetSkinFileName' 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(146) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(146) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(273) : error C2146: syntax error : missing ';' before identifier 'm_strShapeDataPathName' 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(273) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2>c:\users\TA\desktop\kssa\worldeditor\./DataCtrl/ObjectData.h(273) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
How can i fix this?
Wie kann ich das fixen?
|
|
|
01/07/2014, 22:33
|
#112
|
elite*gold: 0
Join Date: Jun 2008
Posts: 55
Received Thanks: 25
|
Code:
/usr/bin/ld: cannot find -lcryptopp
how fix this error?
|
|
|
01/07/2014, 22:34
|
#113
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Quote:
Originally Posted by miszczuuuuu
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
|
#114
|
elite*gold: 0
Join Date: Jun 2008
Posts: 55
Received Thanks: 25
|
Quote:
Originally Posted by .Captor
cd /usr/ports/graphics/devil
make install clean
Works perfectly! 
|
No, i have installed this ports
|
|
|
01/07/2014, 22:39
|
#115
|
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
|
Quote:
Originally Posted by miszczuuuuu
No, i have installed this ports
|
Hmm, for me this works xD
|
|
|
01/07/2014, 22:50
|
#116
|
elite*gold: 25
Join Date: Sep 2011
Posts: 5,536
Received Thanks: 1,266
|
Quote:
Originally Posted by 5203307a
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
|
#117
|
elite*gold: 0
Join Date: Jun 2008
Posts: 55
Received Thanks: 25
|
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
|
#118
|
elite*gold: 0
Join Date: Sep 2013
Posts: 10
Received Thanks: 9
|
Quote:
Originally Posted by Padrio
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
|
#119
|
elite*gold: 0
Join Date: Jun 2008
Posts: 55
Received Thanks: 25
|
next error
Code:
/usr/bin/ld: cannot find -lgame
fixed, get libs from novaline
|
|
|
01/08/2014, 00:54
|
#120
|
elite*gold: 50
Join Date: Mar 2013
Posts: 2,401
Received Thanks: 1,613
|
Quote:
Originally Posted by WSThink
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
|
|
|
Similar Threads
|
Reverse Crypt Systems [Tips/Hints/Tuts needed]]
03/01/2012 - CO2 Private Server - 8 Replies
Hello PVPers,
So the Title says it all, Since i came here and i am trying to learn how to be a good Coder and Co2 P.Server Specially , i guess i dd well so far but i'v noticed that all my prev experience ddnt came near Encrypting/Decrypting systems , i also aware of that most of good coders around here are very busy coding stuff and so ,i was away for sometime and about 2 months ago i came back from AD (work trip) and a friend asked for an up to date P.Server , actually i miss that fun so...
|
All times are GMT +1. The time now is 07:14.
|
|