- Joined
- Aug 22, 2013
- Messages
- 18
- Reaction score
- 18
Hey guys,
I'm re-writing a server manager program I made last year from a vb form into a c# console application, and I'm wanting to clean up a few methods of functionality.
First off, I'd like to know if there is a file online or something that contains the current live version, that I can compare with my servers installed version, to detect updates.
Secondly, I'd like to update the game from command line, without it starting the server right after (I believe using -nogui does this, or am I wrong?)
Thanks
I'm re-writing a server manager program I made last year from a vb form into a c# console application, and I'm wanting to clean up a few methods of functionality.
First off, I'd like to know if there is a file online or something that contains the current live version, that I can compare with my servers installed version, to detect updates.
Secondly, I'd like to update the game from command line, without it starting the server right after (I believe using -nogui does this, or am I wrong?)
Thanks