Hey guys, how would I automatically update Rust and oxide in the bat file?
Also when I try to auto update with steam I get
'C:\Users\XXXXX\Desktop\steamcmd.exe' is not recognized as an internal or external command,
[DOUBLEPOST=1523666479][/DOUBLEPOST]oh btw my bat file for auto-update ith steam is -
echo off
:start
C:\Users\XXXX\Desktop\steamcmd.exe +login anonymous +force_install_dir "C:\Users\XXXX\Desktop\Rust" +app_update 258550 validate +quit
Automatically updating Oxide and Rust?
Discussion in 'Rust Discussion' started by ProfesorKush, Apr 14, 2018.
-
You just need to create a batch file with something like this:
Code:C:\SteamCMD\steamcmd.exe +login anonymous +force_install_dir C:\rustserver\ +app_update 258550 validate +quit
Edit updater text file only add both files where your first rust files are it will be same place your steamcmd file is
This will not install oxide for you but its not hard to download the latest and install it OxideMod/Oxide.RustAttached Files:
Last edited by a moderator: Apr 14, 2018 -
-
I use RSM Lite version, and via one click i can install/update server then 2nd click and i hav oxide up to date. Latest updates, i had problems and manualy downloaded oxide from official website, i can do batch and update server too via steam cmd. Its not hard to do everything manual but i cant find how to realy AUTOUPDATE. I just understand via autoupdate -> run server then go outside for example with friends, then facepunch release update and you cant do anything but as soon update is released, your server auto shutdown, update itself atomaticly and again run properly. If cant update oxide auto, i can use vanilla but is there possible solution for this? I am with windows 10 host.