Jump to content

pls patch and check client version


Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

if I understand it correctly, follow the steps :)

Channel+1+2+3+4 and game99 add ; CONFIG

"CheckClientVersion: 1
ClientVersion: 5855858808"

game/src/config.cpp

search code : string    g_stClientVersion = "5855858808";

your version number edit

search code blog: if (version > date) change  --> if (version != date)

continuation

client/UserInterface/PythonNetworkStreamPhaseGame.cpp

search code blog: strncpy(kVersionPacket.timestamp, "5855858808", sizeof(kVersionPacket.timestamp)-1);

your version number edit.. fnish

good use for :D

Link to comment
Share on other sites

Open file: game/src/config.cpp --> Find: g_stClientVersion = "1215955205" --> Change it like you want, example to: g_stClientVersion = "2251955171"

Open file: game/src/config.cpp --> Find: if (version > date) --> Change it to: if (version != date)

And if you haven't binary source, open your .exe file with notepad++ and find (click CTRL+F, Search type: Text String): 1215955205. Change this "1215955205" to your number from config.cpp.

Regards, Asdator.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.