Missing references (Facepunch.Network, Facepunch.UnityEngine, etc)Not An Issue
Hello,

I'm trying to create my first plugin for Oxide, but I seemed to have hit a roadblock. I'm assuming this is a noob issue, but I swear I've googled and perused forums for over an hour trying to figure it out.

I downloaded Oxide from https://umod.org/games/rust but the zip file seems to be missing important .dlls such as Facepunch.Network, Facepunch.UnityEngine, and others. Obviously I can't use Network.Message for the OnPlayerConnected hook, PrintToChat, and several other important functions without these files.

Does anyone know where I can find them or why the download doesn't have them?

Thanks
Hey!
uMod contains only mod. You will need to find and download server dlls.
And you won't need to download server, it's dlls and uMod DLLs. They are already there.
In response to misticos ():
Hey!
uMod contains only mod. You will need to find and download server dlls.
And you won't...
Please do not encourage or share the DLLs directly, the Rust server is freely available for users to download and install; which is generally necessary for testing anyway. This will ensure that users are getting the latest, unmodified DLLs straight from the original source.

@Spiffers, you can find all of the DLLs that aren't part of Oxide (we don't bundle the entire game server) with the Rust Dedicated Server via Steam.
Sure, he can always download the server and install uMod and copy all the DLLs he needs. Okay, thank you Wulf.
Thanks guys, I knew I was just being stupid!
Locked automatically