So i've downloaded Oxide and you put it in the RustDS But the Run_DS .Bat Doesn't work with Oxide and when i launch Rust Dedicated Server in RustDS, Oxide Works but not the Map.
Not an Issue Server not working (lack of details)
Discussion in 'Rust Discussion' started by Charlie 11, Dec 15, 2017.
-
Make a brand new Host.bat or Server.bat or Start.bat its just different what you wanted to call it,
and then place this inside of it Someone here on the oxide forms help me with it because I had the same thing,
Code:cls :start echo Starting server...RustDedicated.exe -batchmode -nographics ^ +server.stability true ^ +server.ip 0.0.0.0 ^ +server.port 28015 ^ +server.secure true ^ +server.worldsize 4500 ^ +server.seed 1986 ^ +server.maxplayers 100 ^ +server.hostname "[NL/EU]UniversalGamingClan" ^ +server.identity "GamingClan" ^ +server.level "Procedural Map" ^ +rcon.ip 0.0.0.0 ^ +rcon.port 28016 ^ +server.globalchat true ^ +rcon.password 1234 ^ +server.description "Only force wipes plus Stacksize 5k" ^ +chat.serverlog True ^ +server.tickrate 30 ^ +antihack.enabled ^ +nav_wait True ^ +decay.upkeep False ^echo. echo Restarting server... timeout /t 10 echo. goto start
as i said Its different for me because I've save it as Host.bat so open a new txt file and save the batch file as you want like what is said before in here -
-
Wulf Community Admin
To start with... what doesn't work? What did you change? What are you wanting to change it to?
Also, how to change your map has been answered in numerous threads, did none of those work for you? -
[DOUBLEPOST=1513350081][/DOUBLEPOST]
Also Wulf sorry for being rude in my previous posts it's just kind of frustrating cause i was gonna make a 1v1 server to play with a friend and it took quite some time. -
Hey Man thank you gonna try it in a min but where do you make a host.bat or start.bat in the RustDS Folder? -
open it and place the command line in there and go to save and save ass rename it like Host.bat or Server.bat or Start.bat,
it doesn't matter how you're calling it just make sure you're placing the .bat on it, otherwise, it won't work,
and after saving it just double click the batch file how you made it, that is the batch file that you needs to launch to get your server on,