1. Hi,

    I have created my own Rust server but i have problem...
    The server has no description, url and headerimage.

    When i put on .bat
    Code:
    +server.description "TEST" +server.url "http://www.google.com" +server.headerimage "link..."
    in Rust the description is "" <- nothing, and i have no image and no view WEB button.

    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 ?
     
  2. please post full bat file info only hide the rcon password
     
  3. 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
    Thanks
     
  4. 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
    It should look like this.
     
  5. it needs to be all on one line and -load is not needed
     
  6. 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
  7. 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
    Just change the server.hostname and rcon password I set it to 1234
     
    Last edited by a moderator: Oct 25, 2016
  8. I just past this in my server.bat and i have the server "HIDDEN" in list with no description, image or Webpage ...
     
  9. No idea what you are saying
     
  10. 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...
     
  11. thats because you have not put the image into the bat file upload your image to here then in your bat file put something like +server.headerimage "http://i.imgur.com/H3EdffM.jpg?1"
     
  12. Ok but why no description or default ?
     
  13. because you never added it if you want something you need to add it
     
  14. 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
     
  15. What do you want to add as the description and upload a image to here will add it to your bat file so all you will need to do is copy and paste it
    [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"
    I made this for you but you will need to change a few things to your own info
    server.hostname
    server.description
    server.headerimage
     
    Last edited by a moderator: Oct 25, 2016
  16. 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 !
     
  17. You can still see that even in local host but if you have it working then will leave it
     
  18. I don't know why in localhost this don't work but for "Public" it work xD
     
  19. Wulf

    Wulf Community Admin

    The image and such will not show if you connect directly, only if you connect via the server list.
     
  20. It does work if you are running it from the same pc as your client but only if you connect from the modded tab