Hi,
I have created my own Rust server but i have problem...
The server has no description, url and headerimage.
When i put on .batin Rust the description is "" <- nothing, and i have no image and no view WEB button.Code:+server.description "TEST" +server.url "http://www.google.com" +server.headerimage "link..."
When i put setting in cfg/server.cfg i have the same error ...
But when i write server.description in Rcon i have : "server.description "TEST""
Why ? It's normal ? What i have forgot ?
Solved Problem with server config
Discussion in 'Rust Discussion' started by Alextronick, Oct 25, 2016.
-
please post full bat file info only hide the rcon password
-
Ok
Code:RustDedicated.exe -batchmode -nographics^ -server.port 28015^ -rcon.port 28016^ -rcon.password "HIDDEN"^ -server.maxplayers 100^ -server.hostname "HIDDEN"^ -server.identity "HIDDEN"^ -server.level "Procedural Map"^ -server.seed 71553255^ -server.worldsize 4000^ -server.saveinterval 300^ -server.globalchat true^ -load
-
Code:
echo off :startcd rustds RustDedicated.exe -batchmode -nographics +server.identity "serveridentity" +server.seed 123456 +server.hostname "servername" +rcon.password "your pw" +server.description "discreption" +server.url "url" +server.level "mapname" +server.maxplayers "100" +server.worldsize "4000" cd ../goto start
-
-
I test it on one line and i have the same error.
This script are ok because the seed rcon hostname ... are all ok
Just problem with description, image and WEBpage
It's so hazardous ...
PS: I just change my script too have 1 ligne:
Code:RustDedicated.exe -batchmode server.port 28015 +rcon.port 28016 +rcon.password "HIDDEN" +server.maxplayers 100 +server.hostname "HIDDEN" +server.identity "HIDDEN" +server.level "Procedural Map" +server.seed 71553255 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Test" -load
Last edited by a moderator: Oct 25, 2016 -
Code:
@echo off RustDedicated.exe -batchmode -nographics +server.port 28015 +server.ip 0.0.0.0 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password 1234 +server.maxplayers 100 +server.hostname "HIDDEN" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 71553255 +server.worldsize 4000 -server.saveinterval 300 +server.globalchat true
Last edited by a moderator: Oct 25, 2016 -
I just past this in my server.bat and i have the server "HIDDEN" in list with no description, image or Webpage ...
-
-
Hum...il not good in english...
In rust server list, when i click on one server i have the image, description and webpage of the server. But on my server i haven't this ! If you go on rust you can found my server but it haven't description... -
-
Ok but why no description or default ?
-
-
I think you not understand my first problem xD
[DOUBLEPOST=1477421044][/DOUBLEPOST]If i add server.description in server.bat i haven't the description this doesn't work -
[DOUBLEPOST=1477422484][/DOUBLEPOST]Code:@echo off RustDedicated.exe -batchmode -nographics +server.port 28015 +server.ip 0.0.0.0 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password 1234 +server.maxplayers 100 +server.hostname "Test Name |FF|TP|Home|Kits|Clans" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 71553255 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.headerimage "http://i.imgur.com/H3EdffM.jpg?1" +server.description "Welcome to Test Name\nA huge map for your exploration needs.\nWhere you can build your base and combat your neighbours.\n\nPLUGINS\nClans - Teleport - LiveMap - Friendly Fire - RankME - SignArtist \nand many more"
server.hostname
server.description
server.headerimageLast edited by a moderator: Oct 25, 2016 -
Hi,
It's ok i have solve the problem ... I don't view description, headerimage, url because the server is in localhost *_*
I have test with another connection and it work fine !
Thanks for your help !!
have a nice day ! -
-
I don't know why in localhost this don't work but for "Public" it work xD
-
Wulf Community Admin
-