Running As Windows Service


(Chilly) #1

I’m trying to configure my server to run as a service in Windows using the Srvany/Instsrv method (). I have my service all set up and my registry Application string value is:

C:\SourceServer\27015\brink.exe  +set fs_basepath C:\SourceServer\27015 +set net_serverDedicated 1 +set net_serverPort 27015 +set net_serverPortMaster 27016 +exec server_default.cfg

This command line works perfectly from the normal command line, but when I run the service it says that the service immediately started and then stopped. Kind of stuck as to how I can even troubleshoot this.


(cralexns) #2

Try including+set fs_userpath “pathtoyourgamedir” instead of fs_basepath in the commandline.