Jump to content

Source Client Clean & Fixed


Reboot

Recommended Posts

  • Premium

 

 

This How To Compile Reboot ? 

What ?

 

It's easy, open .sln and click build solution :(

 

What's This ? 

 

thank you Metin2 dev

 
What you say ? I don't understand.

 

What do we do with this file?

 

thank you :)

 

 

Open it with Visual Studio 2013, set mode to release, and then:

 

ctrl+shit+b

 

The file will be on the folder binary with the name Metin2Release.exe

 

 

 

found a bug, do not show defenses, show them UNKNOWN_VALUE

 

SCREEN:

nLl8zR0.jpg

 

It's something you edited, i just compiled it too check and its working fine: 

 

P8Piy9D.png

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

 

 

 

This How To Compile Reboot ? 

What ?

 

It's easy, open .sln and click build solution :(

 

What's This ? 

 

thank you Metin2 dev

 
What you say ? I don't understand.

 

What do we do with this file?

 

thank you :)

 

 

Open it with Visual Studio 2013, set mode to release, and then:

 

ctrl+shit+b

 

The file will be on the folder binary with the name Metin2Release.exe

 

 

 

found a bug, do not show defenses, show them UNKNOWN_VALUE

 

SCREEN:

nLl8zR0.jpg

 

It's something you edited, i just compiled it too check and its working fine: 

 

P8Piy9D.png

 

solved

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

  • Former Staff

help me

qE9tv8h.png?1

@Reboot;

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);

 

Now TRUE and True works

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

 

Can anyone send me this binarys lib files?

or How can i make this files? I dont have 'library builder' folder. how can i build this libs? thx.

Removed by me.

 

How can i build it? Can you help me, please?

I have a error:

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

 

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

 

 

Can anyone send me this binarys lib files?

or How can i make this files? I dont have 'library builder' folder. how can i build this libs? thx.

Removed by me.

 

How can i build it? Can you help me, please?

I have a error:

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

 

 

Read above posts ,and you will find the solution.

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

  • Former Staff

How can i build it? Can you help me, please?

I have a error:

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

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);

 

Now TRUE and True works

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

 

0225 05:06:08291 ::

networkModule.py(line:208) SetSelectCharacterPhase

system.py(line:130) __pack_import

system.py(line:110) _process_result

introSelect.py(line:30) ?

system.py(line:130) __pack_import

system.py(line:110) _process_result

interfaceModule.py(line:24) ?

system.py(line:130) __pack_import

system.py(line:110) _process_result

uiSystem.py(line:6) ?

system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 335)

0225 05:06:08292 :: ============================================================================================================

0225 05:06:08292 :: Abort!!!!

I want to use my own root file

help me :(

Link to comment
Share on other sites

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.