1. I got tired of manually updating my servers so I made a batch file that will install or update a server for me.

    Instructions:
    1. Open your favorite text editor
    2. Copy/Paste the code below
    3. Replace STEAM_CMD_LOCATION with the location you installed Steam CMD
    4. Type in a Steam Username that has purchased RoK where it says STEAM_USERNAME
    5. Type in the password to that steam account where it says STEAM_PASSWORD
    6. Save as "UpdateServer.bat" (the file name doesn't matter just make sure it has a .bat extension)
    7. Copy/Paste the .bat file you made into the folder you want to host the server from
    8. Run the .bat file
    That's it!

    UpdateServer.bat
    Code:
    @echo off
    set STEAM_CMD_LOCATION="C:\SteamCMD"
    set STEAM_USERNAME=""
    set STEAM_PASSWORD=""cd "%STEAM_CMD_LOCATION%"
    start "" steamcmd.exe +login "%STEAM_USERNAME%" "%STEAM_PASSWORD%" +force_install_dir %~dp0 +app_update 344760 validate +quit
     
  2. That's nice :)
    I'm sure it will help many people .. like me.
     
    Last edited by a moderator: Jun 18, 2015
  3. Wulf

    Wulf Community Admin

    You can't login anonymously, you have to own the game to download it.
     
  4. Is this worth a sticky so it doesn't get lost in forum oblivion?
     
  5. Wulf

    Wulf Community Admin

    I'll be writing tutorials/threads similar to the ones for Rust once I have time.