Guest Posted April 2, 2020 Share Posted April 2, 2020 I am running the server on version 0.6.2.401. And the dev version client is another one, 0.6.1 if I'm not mistaken. How do I compile in version 0.6.2.401 and have access to the server already compiled? Link to comment Share on other sites More sharing options...
0 jcsnider Posted April 2, 2020 Share Posted April 2, 2020 To change the version numbers of your projects you need to open the properties for each project:  In the project properties you can then set the assembly and file versions.  You must change the versions for all components (Server, Core, Client, Editor, Network, etc).     A quicker method is to use Find/Replace. Find the version you have, enter the version you want to build and replace for the whole solution:    Be careful.. if you change version numbers to make clients and servers connect that have incompatible code you will encounter bugs. It's best to always compile your own client and server at the same time so you know they are based off the same exact code base.  Link to comment Share on other sites More sharing options...
Question
Guest
I am running the server on version 0.6.2.401.
And the dev version client is another one, 0.6.1 if I'm not mistaken.
How do I compile in version 0.6.2.401 and have access to the server already compiled?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts