- Joined
- Aug 14, 2009
- Messages
- 2,307
- Reaction score
- 1,191
Because I was working on getting the whole source-code to compile, and re-structured. I figured I change the RAServerController to not be a service anymore. Great for people who want to play locally. Or don't want to install a service.
(It auto reads the config from the execute path + RAServerController.ini)
Download:
Virustotal:
changed RAServerController.cpp:
Changed stuff:
- When compiled in debug, it is no longer a service, but a generic win32 console
- (Only in debug) Changed output from EventLog to printf
- (Only in debug) Changed reading config path from registry to .\RAServerController.ini
(It auto reads the config from the execute path + RAServerController.ini)
Download:
To view the content, you need to sign in or register
Virustotal:
To view the content, you need to sign in or register
changed RAServerController.cpp:
To view the content, you need to sign in or register
Changed stuff:
- When compiled in debug, it is no longer a service, but a generic win32 console
- (Only in debug) Changed output from EventLog to printf
- (Only in debug) Changed reading config path from registry to .\RAServerController.ini