How i edit my server?

PearlJ

Contributor
Contributor
Aug 14, 2014
86
17
8
34
Italy
misternerd.eu
Last edited by a moderator:
  • Like
Reactions: david castro

BogdanWDK

Administrator
Administrator
Jul 31, 2014
109
288
63
29
United Kingdom
I recommend adding the following statement to your server .bat file :
Code:
-cfg cfg/server.cfg
Then create a folder named "cfg" and a file inside named server.cfg with the following content :
Code:
rcon.password "ultra-secret-rcon-password-2015"
server.hostname "Ultra Awesome Rust Server"
server.maxplayers "150"
server.port "28015"
server.pvp "true"
sleeper.on "true"
airdrop.min_players "22"
truth.enforce "true"
cheaters.log "true"
server.pvp "true"
falldamage.enabled "true"
player.backpackLockTime "15"
server.sendrate "6"
server.framerate "3000"
conditionloss.damagemultiplier "0.0"
conditionloss.armorhealthmult "0.0"
chat.serverlog "true"
 
  • Like
Reactions: david castro