GitXplorerGitXplorer
o

RustExamples

public
4 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
06f7698fae58beb5fae3d5fdbc813965bb67c6ab

Add MIT license.

committed 5 years ago
Unverified
57e92837ba2ce782bfb64014d794a3d8431a179a

Add a main method for testing purposes.

committed 5 years ago
Unverified
1fd7f3055be8a39d445ca4f6b61318f1cd3d41aa

Add an example /spawngift command.

committed 5 years ago
Unverified
b6ff2a1b95257b3e37a9e9ec6c3ca2a3663e3c52

Initial commit.

committed 5 years ago

README

The README file for this repository.

Rust Example Mods

This is a collection of examples to help with learning how to develop custom Rust plugins.

Development

Currently developed and tested on:

  • Visual Studio 2019
  • uMod v2.0.4374 or later (12/6/2019)

Setup

  1. Install the Rust dedicated server for local development
  2. Download and extract the uMod files into any directory.
  3. Copy the extracted uMod files into your server installation directory. Use the uMod installation guide for reference.
  4. git clone this repo.
  5. Additionally copy the extracted uMod files into your repo's lib directory. The path should look like lib/RustDedicated_Data/Managed.
  6. Copy the resources/start.bat batch script into your server installation so it's next to RustDedicated.exe
  7. Open the solution file in Visual Studio.
  8. Right click on the SurvivalRoyale project, select properties, and edit the output path in the post-build copy event so your source files are copied into your server plugins directory.
  9. Build the project.