Hi,
So i'm new to modding etc, and I am wondering how to install oxide.
I have installed the dedicated server and downloaded : Oxide Legacy. I just drag and dropped the folder in because before, when I dragged the files in my main server folder, I started the cmd prompt and no "starting oxide" message came up.
All help appreciated,
Cow :3
Solved Installing Oxide?
Discussion in 'Rust Discussion' started by TheImaginaryCow, May 28, 2015.
-
Wulf Community Admin
Download, extract, overwrite, and don't run SteamCMD again after installing Oxide.
-
When I extracted it, no overwrite option was given, suprisingly.
-
Wulf Community Admin
-
I extracted it and no oxide message is coming up still :/
[DOUBLEPOST=1432831135][/DOUBLEPOST]What's the file name? -
Wulf Community Admin
-
I don't have that file. Perhaps I got the wrong download, sorry about this, but could you link me to the correct download?
-
Wulf Community Admin
-
I replaced the files and still no oxide message
-
Wulf Community Admin
-
Wulf Community Admin
Also make sure that you aren't trying to update the server after installing Oxide. -
echo off
:start
cd steam
steamcmd.exe +runscript ../update_script.txt
steamcmd.exe +runscript ../update_script.txt
cd ..
cd rustds
RustDedicated.exe -batchmode +server.hostname "yo" +server.port 28015 +server.identity "my_server" +server.seed 1234567 -logFile "output.txt" -cfg -maxplayers 1 -cfg "save/server.cfg" -oxidedir "save/oxide" ../
goto start
I tried to get rid of the auto save at the bottom of the code, but I have no idea whether to leave the ../ in. Also what else shall I change to stop auto update -
Wulf Community Admin
-
I actually have no idea which one to go for, if I'm being perfectly honest. I guess i'll go for legacy, but isn't that a map aswell!? Sorry, I have no clue where to start
-
Wulf Community Admin
-
Ah thanks for that information. I'll be going for experimental then. Sorry for my noobiness
-
Wulf Community Admin
-
With my bat file, could you send me an edited version that will work as I am not familiar with the batch coding language yet.
-
Wulf Community Admin