Hi everyone, I used the commands to start a vanilla server on an oxide server. Unfortunately, when uploading the server, I do not read the "file" oxide. Are there different setting commands to start an oxide server? Pls help me.
I'm using this:
C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir "install path" +app_update 258550 validate +quit
RustDedicated.exe -batchmode +server.hostname "Il mio server Rust" +server.identity RustServer +server.maxplayers 500 +server.port 28015 +rcon.port 28016 +rcon.password maranza
+server.level "HapisIsland" or "SavasIsland_koth"
+server.worldsize 4000
+server.seed 2147483647
+server.saveinterval 600
-logfile “output.txt”
+server.headerimage "www.tuosito.com/logo.jpg"
+server.url www.tuosito.it
+server.description "Descrizione server"
For vanilla server.
Commands Setting for Rust Server Oxide
Discussion in 'Rust Discussion' started by xWaia, May 8, 2017.
-
Wulf Community Admin
Rust is the server, Oxide is just the mod for it. Your command-line shouldn't be spaced out onto each line though, that won't be read when ran. All of those settings are from Rust though, and would not affect Oxide running or not. What "file" isn't being read that you are referring?
-
I do not remember the error well, but a red string with c sharp or something like that
____________________________
So I compile the file .txt, save it in .bat
ex setting:
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 "wulf_server" +server.port 50500 +server.identity "prova_1" +server.seed 1234567 +server.maxpalyers 10 +server.worldsize 4000 +rcon.web 0 +decay.scale 0 +rcon.ip 192.168.1.4 +rcon.password "wulfo" +server.description "Wulf spacca i culi" +server.url "www.nonktube.com" -logFile "output.txt" -autoupdate
cd ../
goto start
Before I start the file .bat , I insert oxide.config and RustDedicated_data ... right? @Wulf -
Wulf Community Admin
-
Nothing, i was strarting .bat with those command-line and it was starting a vanilla server. So i'm trying to start _start-example changing command-line and this is the error
TypeLoadException: Could not load type 'GoogleAnalytics.Worker' from assembly 'Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. -
Wulf Community Admin
-
I've copied and pasted all the files in the managed folder in the same folder on my server but I do not understand why it does not work.
Now i try to start the file _start-example -
Wulf Community Admin
-
Fuck shit steamcmd! LOL - I did updated and now it work... I hope
______________________________________________________
I dnt know why cmd say me "success update" so i was closed cmd
Thx @Wulf
[DOUBLEPOST=1494255459][/DOUBLEPOST]@Wulf sorry, but could you help me? doesn't read plugins -.-"Last edited by a moderator: May 8, 2017 -
Wulf Community Admin