Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 507 Bytes

SMInjector

This project is a tool that allows modders to create c++ addons for the game ScrapMechanic.

Inside the PluginDevFolder you will find examples of how to make plugins.

Creating a plugin

To add a new plugin you can copy the settings from the PluginDevFolder/SMPluginTemplate project. You need to place the compiled plugin into the plugins folder for it to be loaded by the injector.

Credits

Special thanks to https://github.com/TechnologicNick for helping me with this project.