Solved Installing Oxide?

Discussion in 'Rust Discussion' started by TheImaginaryCow, May 28, 2015.

  1. Hi,

    So i'm new to modding etc, and I am wondering how to install oxide.

    I have installed the dedicated server and downloaded : Oxide Legacy. I just drag and dropped the folder in because before, when I dragged the files in my main server folder, I started the cmd prompt and no "starting oxide" message came up.

    All help appreciated,

    Cow :3
     
  2. Wulf

    Wulf Community Admin

    Download, extract, overwrite, and don't run SteamCMD again after installing Oxide. ;)
     
  3. When I extracted it, no overwrite option was given, suprisingly.
     
  4. Wulf

    Wulf Community Admin

    It's possible that it wasn't extracted to the right place then, as you'd have at least one file to overwrite, with that file being the most important one.
     
  5. I extracted it and no oxide message is coming up still :/
    [DOUBLEPOST=1432831135][/DOUBLEPOST]What's the file name?
     
  6. Wulf

    Wulf Community Admin

    Assembly-CSharp.dll
     
  7. I don't have that file. Perhaps I got the wrong download, sorry about this, but could you link me to the correct download?
     
  8. Wulf

    Wulf Community Admin

  9. I replaced the files and still no oxide message :eek:
     
  10. Wulf

    Wulf Community Admin

    Could you show me a screenshot of your root folder?
     
  11. Wulf

    Wulf Community Admin

    You didn't place the files in the right location, they should be placed where rustserver.exe is located.

    Also make sure that you aren't trying to update the server after installing Oxide.
     
  12. 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 "yo" +server.port 28015 +server.identity "my_server" +server.seed 1234567 -logFile "output.txt" -cfg -maxplayers 1 -cfg "save/server.cfg" -oxidedir "save/oxide" ../

    goto start

    I tried to get rid of the auto save at the bottom of the code, but I have no idea whether to leave the ../ in. Also what else shall I change to stop auto update
     
  13. Wulf

    Wulf Community Admin

    RustDedicated.exe is for Rust Experimental, not Rust Legacy, which version are you trying to install this for? Any steamcmd update script should be removed, as that will unmod the server.
     
  14. I actually have no idea which one to go for, if I'm being perfectly honest. I guess i'll go for legacy, but isn't that a map aswell!? Sorry, I have no clue where to start
     
  15. Wulf

    Wulf Community Admin

    Rust Experimental is the current and default version of Rust, Rust Legacy is the old version that isn't developed by Facepunch anymore. The Downloads tab at the of the site here has downloads for both available, both with the same install steps.
     
  16. Ah thanks for that information. I'll be going for experimental then. Sorry for my noobiness :p
     
  17. Wulf

    Wulf Community Admin

  18. With my bat file, could you send me an edited version that will work as I am not familiar with the batch coding language yet.
     
  19. Wulf

    Wulf Community Admin

    There's a basic one posted on the thread linked above.