Jump to content

Source Client Clean & Fixed


Reboot

Recommended Posts

  • Premium

 

http://mir.cr/0KZSQVYV

 

Password:

metin2dev

 

 

My previous link is offline due to a dns change.

 

 

Edit:

Dns propagation finished:

 

Mirror link(direct one)

Who are you to repost this , whitout accord of the autor.

Why are you so arogant ?

 

Maybe he deleted this whit a scope.

 

Just say.

 

Im a metin2dev member.

Where im i being arrogant?

Re-uploading is being arrogant?

Losing free time so you can have the source is arrogant? Really?

 

I can re-upload without author consent. Why?

     He didnt't informed that didnt want reuploads

 

He deleted it to redirect people to his own forum.

 

 

 

 

 d3s4st3r

There was no library builder in the release also.

 

 

 

I can't see buildings or character, how to fix that?

 

 

Are you using a 40k client?

Or did you change anything on the source?

 

Just compiling it and using for example on the 40k test client, gave me no issues.

Link to comment
Share on other sites

  • 2 weeks later...

 

In a few days / hours you will post the best source to client: D

 

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif/

 

-Binary Folder (The place is saved .exe after compilation.)

-extern Folder (You realize only)

-source Folder ( Contain source files .cpp and .h )

-vs_files Folder ( Containt files that's necesary for visual studio )

 

 

List of fix and definitions:

Python >2.2 long overflow
All mount can attack
All toolset set to v120_xp (Windows xp compatibility)  include source files of the client and library, all set to v120)xp toolset

ENABLE_COSTUME_SYSTEM
ENABLE_ENERGY_SYSTEM 
ENABLE_DRAGON_SOUL_SYSTEM 
ENABLE_BELT_SYSTEM


Cryptopp 5.6.2
boost 1.55

I did not do updates because in my opinion are not required.

 
-library builder folder(This folder contains source to absolutely all the libraries it needs client.
All can be built with Visual Studio 2013.)
 
I solved all compilation errors, absolutely everything.
There are only three errors that you will solve soon: D
 
Currently working on the client, I want to pass it on OpenGL: D For linux.
 
 
The link will appear in about a few hours / days, up to you if you are interested in the source :))))
Soon windows server (Game & db)
 
All projects in libraries (CWebBrowser, EffectLib etc. ..) are made by me with their own settings different from the Ymir.
 
 
And if you are obedient to post a cythonized client source.
 
If you are interested, I'll post it. So it is pointless: D
 
 
 
 
Pleasw wait 24h , i make a special root files for this client src
 
If you find bugs, leave message in topic so I can fix them, each update will be posted here.

 

 

link not available :(

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Premium

http://mir.cr/0KZSQVYV

 

Password:

metin2dev

 

 

My previous link is offline due to a dns change.

 

 

Edit:

Dns propagation finished:

 

Mirror link(direct one)

Please guys, read previous posts.

With avua re-up, now you got 3 links.

Always search the topic before posting, thank you.

 

Edit: This wasnt directed to you .Avua, but for the ppl asking for re-up.

Edited by tierrilopes
  • Love 1
Link to comment
Share on other sites

  • Premium

 

http://mir.cr/0KZSQVYV

 

Password:

metin2dev

 

 

My previous link is offline due to a dns change.

 

 

Edit:

Dns propagation finished:

 

Mirror link(direct one)

Please guys, read previous posts.

With avua re-up, now you got 3 links.

Always search the topic before posting, thank you.

 

 

Sorry, but suitable for more reupload.

  • Love 1
Link to comment
Share on other sites

  • 2 weeks later...

Its possible compile this client in Visual Studio 2012? I cant install VS 2013 on Windows 7 :( When im trying compile then i must change toolset to v110 ... Later i have problems with standard includes after install Windows SKD :/ Please help me :( Or better is download Windows 10 and then compile client ?

Link to comment
Share on other sites

  • Former Staff

Its possible compile this client in Visual Studio 2012? I cant install VS 2013 on Windows 7 :( When im trying compile then i must change toolset to v110 ... Later i have problems with standard includes after install Windows SKD :/ Please help me :( Or better is download Windows 10 and then compile client ?

Download this one http://download.microsoft.com/download/7/1/B/71BA74D8-B9A0-4E6C-9159-A8335D54437E/vs_community.exe
Link to comment
Share on other sites

  • 2 weeks later...

Before asking for help, I have read and applied the following:

In PythonLauncher.cpp:
 
search:
PyModule_AddIntConstant(builtins, "TRUE", 1);
 
and add:
 
PyModule_AddIntConstant(builtins, "TRUE", 1);
PyModule_AddIntConstant(builtins, "FALSE", 0);
PyModule_AddIntConstant(builtins, "True", 1);
PyModule_AddIntConstant(builtins, "False", 0);

and in locale_inc.h
 
#define LOCALE_SERVICE_SINGAPURE or what ever           // ½Ì°¡Æú
#define ENABLE_COSTUME_SYSTEM
#define ENABLE_ENERGY_SYSTEM
 
and add
 
#define ENABLE_DRAGON_SOUL_SYSTEM
#define ENABLE_NEW_EQUIPMENT_SYSTEM


and yet continued with problems running the compiled exe.


hEasXzS.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 1
Link to comment
Share on other sites

  • 5 weeks later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.