Skip to content

Releases: ScrappySM/SM-KeyAPI

v1.0.3

22 Jan 18:48
Compare
Choose a tag to compare
fix: sm-dllinjector patch

v1.0.2

18 Jan 02:03
Compare
Choose a tag to compare
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

17 Jan 01:33
Compare
Choose a tag to compare
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

16 Jan 03:49
Compare
Choose a tag to compare

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.