When I try and download Oxide to make my server modded, I'm having an issue. It's a bunch of DLLs that are used in making a plugin, but I am looking to download the files for converting the server from vanilla to Modded.
when I download them, I get the "RustDedicated_Data" folder but where are the rest of the files? I don't remember it being like this. It's just "RustDedicated_Data > Managed" where it contains all these DLLs.
Shouldn't it be like this still?
https://i.imgur.com/g8BtnXu.png
Solved Can't figure out how to install Oxide
Discussion in 'Rust Discussion' started by Etnzlx, Dec 2, 2017.
-
Wulf Community Admin
That is Oxide, it's a mod. Those DLLs are Oxide's core DLLs, dependency DLLs, and patched DLLs.
-
So how do i convert my server to being modded?
[DOUBLEPOST=1512182211][/DOUBLEPOST]Do I just put the folder in it's directory and restart the server? -
Wulf Community Admin
-
is the latest zip this? where do i put it exactly?
[DOUBLEPOST=1512183596][/DOUBLEPOST]For example, the guy in this video gets more files then me that i don't have. -
Wulf Community Admin
-
So then, what is the updated tutorial on installing oxide? I'm a bit confused.
Like i said all the files i got where DLLs? Are these the right ones? if so, where do i put the folder? (RustDedicated_Data) -
Wulf Community Admin
The steps haven't changed; it's still just download, extract, and overwrite. -
i'll try that, so after i overwrite it, i startup the server and so i'll also have the oxide folders?
[DOUBLEPOST=1512237939][/DOUBLEPOST]I did what you said, then I ran the "Run_DS.bat" file. I don't see any new folder for oxide under my server dir. G:\Server\rustds\server\my_server
What did i do wrong? xD
[DOUBLEPOST=1512238258][/DOUBLEPOST]Do I have to run RustDedicated.exe? My friend downloaded oxide the same as me, ran that, and it made the c# compiler and then it made the oxide files. So I assume the Run_DS.bat file overwritten oxide to vanilla? -
Wulf Community Admin
-
Mistake on my part, I haven't ran a server for a while. I've figured it out I believe and got the oxide folder to be made. Running the server now. (My issue was using the default script to run the server, which was overwriting the server with vanilla.)
-
Wulf Community Admin
-
Hi chaps, I am having the same issue, how do I get rid of the auto updater within the server?
-
Wulf Community Admin
-
Yeah, what I did was remove the first few lines that contained updating.
Sample:
Code:cd rustds RustDedicated.exe -batchmode +server.hostname "Modded oxide server" +server.port 28015 +server.identity "Modded" +server.seed 587954 -logFile "logfilewashere.txt" -autoupdate
-
Thanks guys
-