(RUST) How To Write Plugins - Part 1: Setting Up

Welcome to the series! My goal by the end is to teach you the necessary tools needed to create your own plugins, whether it be a small mod or an entire gamemode overhaul! Hope you enjoy :) In this video I’ll be showing you guys how to set up a local test server easily, and setup your test plugin project using Visual Studio Community. ////////RESOURCES\\\\\\\\ EZ-Rust (Windows): EZ-Rust (Ubuntu): RustOxideUpdate Source Files: ^Not needed for this tutorial, but if you would like to read the source code here you go! My GitHub : Code Snippet: (Your code should look something like this by the end) using ; using ; using
Back to Top