1. 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.
     
  2. 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
    just edit everything to your liking and then press the Host.bat or Server.bat or Start.bat
    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
     
  3. 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?
     
  4. Wulf

    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?
     
  5. No i said it quite a few times that wasn't the issue changing the map it was making Oxide and Rust Dedicated work together!
    [DOUBLEPOST=1513350081][/DOUBLEPOST]
    Let me re-write that I basically mean that changing the map normally wasn't an issue. It was an issue to make so that my map works with oxide i wanted Oxide on a HapisIsland server that i created to mess around on. It didn't work cause when i launched the Server.bat in the Server file the one you download it has the map but not oxide and when i launch RustDedicated.exe it worked with oxide just not the map.

    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.
     
  6. Bump

    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?
     
  7. just click on your left mouse button and press text document or notepad++
    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,