8000 GitHub - Kaucsenta/Rust.ModLoader: A simple server-side script loader for Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple server-side script loader for Rust

License

Notifications You must be signed in to change notification settings

Kaucsenta/Rust.ModLoader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust.ModLoader

A simple server-side script loader for Rust.

Goals

  • Support modding for Rust servers
  • Allow hotloading of mods (adding, removing, or updating them at runtime)
  • Extensible hooks system so you can Bring Your Own Hooks if you need something else
  • Minimal impact on server performance (CPU use, memory use, GCs, ...)
  • ...

Note: This is very early in development and isn't very useful yet. Contributions are welcome.

Features

  • Hooks into the game server dynamically using Harmony
  • Scripts can implement hook methods which the mod loader calls
  • Compiles and loads C# scripts automatically, without server restarts

About

A simple server-side script loader for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0