Application that fixes common errors in Scrap Mechanic
- Download a release build
- Extract the zip file to any folder
- Modify the
settings.json
to your needs - Run
SMErrorFixer.exe
- Error code: 10. Extended: 3
- Player out of world
- Unable to find mod
- Missing blueprint file!
- Access denied
The SMErrorFixer project is written in VB.NET and should build without a problem. If it complains about packages, you can download all of them from the NuGet package manager.
The SMSteamInteractor project is written in C++ and does require some manual work.
Download the Steamworks SDK and copy the header files from /public/steam
to /SMSteamInteractor/Steam
.
Now you should be able to build SMSteamInteractor.