Can start my rust server without issue using commandline
C:\Games\Rustserver\RustDedicated.exe -batchmode -nographics +server.ip ## +server.port 28215 -maxplayers 50 +server.identity "Ragonz" +server.maxplayers 50 +server.seed 6738 +datadir"serverdata/" +rcon.ip 88.150.145.86 +rcon.port 28216 -logFile "log.txt"
But cannot get it to read anything in the config file located
C:\Games\Rustserver\server\Ragonz\cfg\server.cfg
Any ideas?Code:rcon.port "28216" rcon.ip "88.150.145.86" rcon.password "####"##Uncomment these variables to activate them##Sets a hostname. server.hostname "Test Server" server.description "Does this work?" server.worldsize "3000" rcon.web "1" weather.rain "0.3" weather.fog "0.3" weather.clouds "0.8" heli.bulletDamageScale "0.2" heli.bulletAccuracy "20" ai.move "false" ai.think "disable"
Some things are hidden by ## thats not the actual value
Cant get rust to read config file
Discussion in 'Rust Discussion' started by Ragonz, Jan 2, 2017.
-
Wulf Community Admin
Remove the #comment lines, they will cause it to not load.
-
So
Code:rcon.port "28216" rcon.ip "88.150.145.86" rcon.password "####"server.hostname "Test Server" server.description "Does this work?" server.worldsize "3000" rcon.web "1" weather.rain "0.3" weather.fog "0.3" weather.clouds "0.8" heli.bulletDamageScale "0.2" heli.bulletAccuracy "20" ai.move "false" ai.think "disable"
-
Wulf Community Admin
-
Not working unfortunately, description/hostname have not changed neither have any of the other parameters.
-
Wulf Community Admin
Code:server.hostname "Test Server" server.description "Does this work?" server.worldsize "3000" rcon.web "1" weather.rain "0.3" weather.fog "0.3" weather.clouds "0.8" heli.bulletDamageScale "0.2" heli.bulletAccuracy "20" ai.move "false" ai.think "disable"