Page 1 of 1

Modifying the default port

Posted: Fri Jul 20, 2018 10:52 pm
by Light
I've tried to change the port in the config.ini and yet the game constantly forces it back to default. The game creates a new config file if I set it to read only, then it crashes when I prohibit modification of the folder contents at all.

Is there a way to modify the default port without the game constantly giving me hell for doing so?

Re: Modifying the default port

Posted: Sat Jul 21, 2018 8:08 am
by BenSeidel
you can use either the --port or the --bind command line switch.

Re: Modifying the default port

Posted: Thu Jul 26, 2018 5:42 pm
by Rseding91
Are you un-commenting the port line? Just changing the number doesn't actually do anything since the line is commeted out (starts with a ;)

Re: Modifying the default port

Posted: Fri Jul 27, 2018 10:53 pm
by Light
Rseding91 wrote:Are you un-commenting the port line? Just changing the number doesn't actually do anything since the line is commeted out (starts with a ;)
I failed to notice this (despite it being stated in the file too) and sure enough that was the problem. Thank you.