Setting up a Rust server with Windows
Discussion in 'Guides and Tips' started by Wulf, Oct 9, 2014.
-
Did that and it still gives the Infopanel.cs error and Missing Exception error
-
Wulf Community Admin
If you are having errors with just that plugin now, please post in the plugin's support thread. -
How can I get past the MissingException for Easy cheat?
-
Wulf Community Admin
That errors means Rust is somehow not fully updated, so all that can really be done is to make sure both Rust and Oxide are fully updated. -
Ok, I downloaded the oxide from github and it seemed to be missing EasyCheat dll in the managed folder. Now I am getting an error that the map is outdated. Is it possible to update the map or do I have to startover?
-
Wulf Community Admin
Oxide doesn't provide any of that, it's all from Rust. -
I did all these steps, and every time I start the .bat its not loading the plugins. Any help?
-
Wulf Community Admin
Are you doing any updating in your .bat? Any sort of updating will uninstall Oxide. -
This is how I was told over youtube..
@echo off
D:\SteamCMD\steamcmd.exe +login anonymous +force_install_dir D:\SteamCMD +app_update 258550 validate +quit
@echo off
RustDedicated.exe -batchmode +server.hostname "Nude Rust" +server.identity my_server_identity -datadir "server\my_server_identity\save" -cfg "server\my_server_identity\save\server.cfg" -oxidedir "server\my_server_identity\oxide\plugins" -logfile "logs.txt" +server.port 28015 +rcon.port 28016 +rcon.password 2**** +server.maxplayers 30 +server.worldsize 5000 +server.seed 5**** -
Wulf Community Admin
The updating at the start is removing Oxide, removing it and re-installing Oxide will solve it. You should have the update script in a separate script that you only run on Rust update days.
The -datadir, -cfg, and -oxidedir options are not needed or used either, they can be removed. -
Oh, okay cool, I'll try that. Thanks Wulf!
-
Never go by the videos on youtube I have fixed so many bat files from members going by the videos on there only go by the topic on this site
-
Yeah lol, I got everything working now. Unfortunately I need more of a visual to understand it so just reading it doesn't help me all that much.. =[
-
If you are ever having a problem understanding anything pm me your skype I can show you how things work
-
Hey Wulf I have my server all up and its running great! the only problem I am having is my friend can't join it.. I port forwarded both 28015 and 28016.. I can see port 28016 but not 28015 any help man would be greatly appreciated!
-
Wulf Community Admin
Make sure you have +server.ip set to 0.0.0.0 and that you are forwarding UDP. -
does it strictly have be only UDP or can it be both UDP and TCP? and I added in the 0.0.0.0 nowLast edited by a moderator: Mar 5, 2016
-
Wulf Community Admin
Rust only uses UDP. The only time TCP is used is when Rust:IO is used. -
Oh okay cool, so just do both just incase.. But I have everything you are saying and I still cant get friends to join the server...
This is what the .bat looks like
Code:@echo off RustDedicated.exe -batchmode +server.hostname "Nude Rust" +server.identity my_server_identity -datadir "server\my_server_identity\save" -cfg "server\my_server_identity\save\server.cfg" -oxidedir "server\my_server_identity\oxide\plugins" -logfile "logs.txt" +server.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password 2**** +server.maxplayers 30 +server.worldsize 5000 +server.seed 5****
Last edited by a moderator: Mar 5, 2016

i get it