I just blew away the entire server dir again....
this is my update file (steamcmd is in Steam dir & Rust is the rust dedicated folder):
cd steam
steamcmd.exe +runscript ../Update.txt
after doing this I downloaded oxide and copied the contents into /rust - it overwrote 13 files (copy pasted a second time for good measure and it overwrote 49 files)Code:Update.txt contents: @ShutdownOnFailedCommand 1 @NoPromptForPassword 1 login anonymous force_install_dir ../rust app_update 258550 validate quit
This is my server launch command(censored some stuff):
Code:RustDedicated.exe -batchmode +server.hostname "AwesomeServer" +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "password" +server.identity "awesomeserver" +server.seed 12314 +server.worldsize 5000 +server.maxplayers 25 +server.description "blah" +server.url "blah" +server.headerimage "blah"
Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Wulf Community Admin
Are you doing any update checking before the server is started? Could you upload your RustDedicated_Data/output_log.txt too please? -
yes. and it seems to have updated as i started the server....
EDIT: there we go, disabled validation/updating before starting the server... seems to have worked. not sure why though, worked fine before todayAttached Files:
-
-
Wulf Community Admin
Right, if you update before starting the server, then that would uninstall Oxide. According to your logs, Oxide is not installed. -
there we go, disabled validation/updating before starting the server... seems to have worked. not sure why though, worked fine before today
-
Wulfie, when do u plan to update to:
Protocol: 1344.113.1
Build Version: 757.81
? -
Wulf Community Admin
It's already updated, been updated for 2 hours. -
oh, i see. u just changed those figures now 749.54 to 757.81) thx.
-
Wulf Community Admin
Yup, just didn't update it when I copied over the old text.
-
huh, still no support from gameservers.com for oxide.. are they sleeping?..
-
I seriously need help with setting up my Rust Dedicated server using Oxide.
This is my configuration
@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 "bjdbjd98" +server.maxplayers 100 +server.hostname "Brent2016" +server.identity "server1" +server.level "Procedural Map" +server.seed 12345 +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Coming Soon" .
@echo Restarting server...
@echo.
goto start
My Skype is TTSocialBrent for those able to help, I can pay... thanks -
Wulf Community Admin
What is the issue you are having? Did you follow the steps in this thread? -
Yes, I did and everything is set up correctly.
Screenshot
I can't connect to it from the IP, and I can't find it in the server list. -
Wulf Community Admin
Did you open the ports with your server's firewall? -
All ports are open and firewall is off
-
Try removing the +server.ip or change it to the real server IP.
-
I understand right now which go oxide just throw them in a folder? using cmd no longer need to update? or each oxide output update via cmd
-
My server is acting completely different after the latest update. Oxide is working now, but the server updates every time I restart it now. It used to be that after I had the update, the next time I would reboot it would check for updates but not actually download anything since it's updated. Now every time I restart the server (even after a couple minutes) it will download a fresh update of the server. Everything seems to be working which is great but it's an odd change that now I have to actually download something each reboot.
-
Hi Guys !
I got the same problem as "Portal The Salty New Year". After starting the batch-file the CMD is stuck at this
I added my output_log.txt so its easier to understand. I dont think that Oxide isn't fully installed because I installed it like 3 or 4 times. -
Wulf Community Admin
You shouldn't be doing any update checking when starting your server, doing any updates will cause Oxide to be uninstalled.
