Page 1 of 1

Multiple versions numbers

Posted: Fri Aug 12, 2016 4:35 pm
by Wannabc5
Is it possible to have multiple version number? Or is there away to disable the connect server from checking the version number?

Re: Multiple versions numbers

Posted: Sat Aug 13, 2016 2:25 pm
by whasf
Yes, you can comment out the code in the lobby server that does the check.

Re: Multiple versions numbers

Posted: Sun Aug 14, 2016 5:06 am
by siuhamlop
How to comment out the version check? I only know the version.info method. :P

Re: Multiple versions numbers

Posted: Sun Aug 14, 2016 4:48 pm
by TeoTwawki
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.

Re: Multiple versions numbers

Posted: Sun Aug 14, 2016 9:21 pm
by siuhamlop
Thank you so much ;)