Solved config problem

AglarCZ

New Member
Member
Aug 20, 2014
11
2
3
Hello,
i am using rust server files v 1069 with fougerite 1.0.5 but i am not able to find server.cfg? My server setting (rcon.password etc) are not saving and i have not idea where is the config file?

Can somebody help me pls?

PS: serverdata/cfg is empty and manually created config doesnt work.
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Do you have this in your Batch file?
Code:
-cfg cfg/server.cfg
Example of my Start.Bat file:
Code:
@echo off

rust_server.exe -batchmode -hostname "Enter Hostname Here" -maxplayers 700 -port 28015 -datadir "serverdata/" -cfg cfg/server.cfg
This is what my server.cfg looks like:
Code:
rcon.password "123"
server.hostname "Poop"
server.pvp true
sleepers.on true
airdrop.min_players 3
falldamage.enabled false
conditionloss.damagemultiplier 0
conditionloss.armorhealthmult 0
Also if you add the instacraft setting here it will not work, Go to Rust++ and enabled/Disable it there.
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Do you have this in your Batch file?
Code:
-cfg cfg/server.cfg
Example of my Start.Bat file:
Code:
@echo off

rust_server.exe -batchmode -hostname "Enter Hostname Here" -maxplayers 700 -port 28015 -datadir "serverdata/" -cfg cfg/server.cfg
This is what my server.cfg looks like:
Code:
rcon.password "123"
server.hostname "Poop"
server.pvp true
sleepers.on true
airdrop.min_players 3
falldamage.enabled false
conditionloss.damagemultiplier 0
conditionloss.armorhealthmult 0
Also if you add the instacraft setting here it will not work, Go to Rust++ and enabled/Disable it there.
Reminds me of someone :rolleyes: