Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 07:10

  • Please register to post and access all features, it's quick, easy and FREE!

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.

Reply
 
Old 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:
IchVerabschiedeMich is offline  
Old 01/07/2014, 18:55   #107
 
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
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:
it's wrong you commented out only if xD
5203307a is offline  
Old 01/07/2014, 19:27   #108
 
elite*gold: 0
Join Date: Dec 2010
Posts: 80
Received Thanks: 5
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

But I have new errors:



Thank.
MrFrancisc is offline  
Old 01/07/2014, 20:16   #109
 
TheTutMan's Avatar
 
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 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?
TheTutMan is offline  
Old 01/07/2014, 21:46   #110
 
.Captor's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
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
.Captor is offline  
Old 01/07/2014, 22:22   #111
 
TheTutMan's Avatar
 
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 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?
TheTutMan is offline  
Old 01/07/2014, 22:33   #112
 
miszczuuuuu's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 55
Received Thanks: 25
Code:
/usr/bin/ld: cannot find -lcryptopp
how fix this error?
miszczuuuuu is offline  
Old 01/07/2014, 22:34   #113
 
.Captor's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
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!
.Captor is offline  
Thanks
1 User
Old 01/07/2014, 22:39   #114
 
miszczuuuuu's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 55
Received Thanks: 25
Quote:
Originally Posted by .Captor View Post
cd /usr/ports/graphics/devil
make install clean

Works perfectly!
No, i have installed this ports
miszczuuuuu is offline  
Old 01/07/2014, 22:39   #115
 
.Captor's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
Quote:
Originally Posted by miszczuuuuu View Post
No, i have installed this ports
Hmm, for me this works xD
.Captor is offline  
Old 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 View Post
it's wrong you commented out only if xD
By Commenting out the if, the function won´t be called more.
IchVerabschiedeMich is offline  
Old 01/07/2014, 23:23   #117
 
miszczuuuuu's Avatar
 
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
miszczuuuuu is offline  
Old 01/07/2014, 23:51   #118
 
elite*gold: 0
Join Date: Sep 2013
Posts: 10
Received Thanks: 9
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?
WSThink is offline  
Old 01/08/2014, 00:42   #119
 
miszczuuuuu's Avatar
 
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
miszczuuuuu is offline  
Old 01/08/2014, 00:54   #120
 
.Inya's Avatar
 
elite*gold: 50
Join Date: Mar 2013
Posts: 2,401
Received Thanks: 1,613
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
.Inya is offline  
Reply


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.