Multiple versions numbers

Post Reply
Wannabc5
Posts: 25
Joined: Tue Feb 24, 2015 8:28 am

Multiple versions numbers

Post by Wannabc5 » Fri Aug 12, 2016 4:35 pm

Is it possible to have multiple version number? Or is there away to disable the connect server from checking the version number?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Multiple versions numbers

Post by whasf » Sat Aug 13, 2016 2:25 pm

Yes, you can comment out the code in the lobby server that does the check.
-- Whasf

siuhamlop
Posts: 21
Joined: Thu Aug 04, 2016 3:50 am

Re: Multiple versions numbers

Post by siuhamlop » Sun Aug 14, 2016 5:06 am

How to comment out the version check? I only know the version.info method. :P

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Multiple versions numbers

Post by TeoTwawki » Sun Aug 14, 2016 4:48 pm

https://github.com/DarkstarProject/dark ... y.cpp#L476

Be aware having the client and server mismatched will likely cause misc issues, and we haven't caught up to latest client in the project yet.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

siuhamlop
Posts: 21
Joined: Thu Aug 04, 2016 3:50 am

Re: Multiple versions numbers

Post by siuhamlop » Sun Aug 14, 2016 9:21 pm

Thank you so much ;)

Post Reply