Skip to content
forked from Notulp/Pluton

Pluton is a mod for the active development branch of the survival sandbox game Rust

License

Notifications You must be signed in to change notification settings

ICodeMaster/Pluton

 
 

Repository files navigation

Pluton

Pluton is a mod for the active branch of the survival sandbox game Rust

Get started:

  1. Grab the files.
  2. Download the server files from steamcmd with:
app_update 258550 validate
  1. Copy these files into the ref folder next to the 'Pluton' and 'Pluton.Patcher' folders
Assembly-CSharp.dll
UnityEngine.dll
  1. Compile Pluton and Pluton.Patcher
  2. Copy Pluton.Patcher and Mono.Cecil from Pluton.Patcher/bin/debug to the downloaded server's managed folder
  3. Copy Pluton.dll from Pluton/bin/debug to the downloaded server's managed folder
  4. Copy System.Reactive.dll, Jint.dll and IronPython.Deps.dll from Pluton/ref to the downloaded server's managed folder
  5. Run the Pluton.Patcher.exe inside the managed folder
  6. Copy Pluton.cfg from Pluton/ to %serverroot%/server/your_server's_identity/Pluton/
  7. Have fun!

Q.A.

Q: Where the plugins go?

A: Into: %publicfolder%/Plugins/Plugin'sName/Plugin'sName.** (** is the plugin's extenison, .py for python, .js for javascript)

Q: Which is the public folder?

A: That's: %identityfolder%/Pluton.

Q: Uhm, identityfolder?

A: %serverroot%/server/your_server's_identity

Our sponsors:

Streamlines Servers

Revolt Servers

FPS Players

Links:

Homepage, Forum, Wiki, IRC

About

Pluton is a mod for the active development branch of the survival sandbox game Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Python 0.1%