Releases: ScrappySM/SM-KeyAPI
Releases · ScrappySM/SM-KeyAPI
v1.0.3
v1.0.2
feat: use `LuaExecutor` class and initialise whilst playing This means that the main function is further simplified and the mod can also be injected whilst in game and it will still initialise
v1.0.1
feat: use CarbonLib for contraption support CarbonLib, my SM modding lib, has support for getting Contraption, logging using fmt and also a full Lua and Lauxlib wrapper allowing for more stable usage
v1.0.0
Installation
Tip
The recommended method of installing this is Carbon Launcher which is maintained by me and will let you simply press download and launch the game!
However, there are many other ways. Here's a launcher agnostic way of installing this mod:
- Go to releases and download the latest
.dll
file. - Open a tool like Process Hacker/System Informer and find the process of Scrap Mechanic.
- Inject the
.dll
file as a module into the process.
You can also use a tool like SM-DLL-Injector maintained by QuestionableM and will let you simply inject any DLL files in a folder called DllModules
, you could use this project and put the .dll
file in the folder and it will automatically inject it for you.