1. @echo off
    D:\Games\Steam\SteamCMD\steamcmd.exe +login anonymous +force_install_dir D:\Games\Servers For Games\SnoWarriors\rustserver\ +app_update 258550 +quit
    cls
    :start
    RustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "..." +server.maxplayers 50 +server.hostname "SnoWarriors" +server.level "Procedural Map" +server.seed 6035 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Welcome ;)"
    @echo.
    @echo Restarting server...
    @echo.
    goto start

    sorry to bother you guys aprreciate the help.
     
  2. Wulf

    Wulf Community Admin

    Add validate to your update checking. If you plan on using Oxide, I'd split your scripts too otherwise you'd uninstall Oxide.

    Code:
    D:\Games\Steam\SteamCMD\steamcmd.exe +login anonymous +force_install_dir D:\Games\Servers For Games\SnoWarriors\rustserver\ +app_update 258550 validate +quit
     
  3. okay i added it and i run it now when it's done whats next ?
     
  4. Wulf

    Wulf Community Admin

    Start the server.
     
  5. now my bat file looks like that:

    echo off

    cls
    :start
    RustDedicated -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password "Liel1976" +server.maxplayers 50 +server.hostname "SnoWarriors" +server.level "Procedural Map" +server.seed 6035 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Welcome ;)"
    @echo.
    @echo Restarting server...
    @echo.
    goto start

    and when i run it it just shows the commands in the cmd and doesnt do anything should i wait or to do something ?
     
  6. Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password Liel1976 +server.maxplayers 50 +server.hostname "SnoWarriors" +server.level "Procedural Map" +server.seed 6035 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Welcome ;)"echo.
    echo Restarting server...
    echo.
    goto start
    
    Dont put rcon password inside "
     
  7. Wulf

    Wulf Community Admin

    It's a string, it can be in quotation marks. ;)
     
  8. it's happened to me also,

    my script install is:
    @steamcmd +login anonymous +force_install_dir C:\rust_server +app_update 258550 +quit
    pause

    and my script to update is:
    @steamcmd +login anonymous +app_update 258550 validate +quit
    pause

    but when i update it , the server not working ?!

    should i give path or something to update script?

    ------------------------
    when i install it, server working with my start.bat script without any problem but when i need to update the server, the server not working with me after update it.
     
  9. I hate it in side " sorry my ocd shows at times
     
  10. i'm so dumb sorry, but it says in the cmd "Starting server..." an nothing happeneds should i just wait ?
     
  11. Wulf

    Wulf Community Admin

    Check your output_log.txt for errors.
     
  12. Give it a while it can take a while to start
     
  13. [DOUBLEPOST=1468003547][/DOUBLEPOST]
    how much time can it takes ? like i do have patience but i was just wonering.
    and its still says the same
     
    Last edited by a moderator: Jul 8, 2016
  14. If still nothing then you might not have built the files right
     
  15. i see so how can i fix it ? or to know what i didnt build right ?
     
  16. Can build you one and pm you the download link
     
    Last edited by a moderator: Jul 8, 2016
  17. whats ? i don't under whats youre saying
     
  18. spelling mistake in above post I fixed it
     
  19. thanks i answered
     
  20. Bump please help i have a problem with my ports something is blocking it