Jump to content
  • 0

How to compile in a different version?


Guest

Question

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

  • 0

To change the version numbers of your projects you need to open the properties for each project:

aff081e6d99e079b6697b958efefc5ec.png

 

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

 

e3b6ca4f80012b167f98e1db3e5d8b96.png

 

 

 

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:

efb8682a9aabfc19cf1f4d4d2f1f0f06.png

 

 

 

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

×
×
  • Create New...