https://github.com/technologicnick/smerrorfixer
Application that fixes common errors in Scrap Mechanic
https://github.com/technologicnick/smerrorfixer
Last synced: 2 months ago
JSON representation
Application that fixes common errors in Scrap Mechanic
- Host: GitHub
- URL: https://github.com/technologicnick/smerrorfixer
- Owner: TechnologicNick
- Created: 2019-12-13T22:32:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T12:33:56.000Z (about 5 years ago)
- Last Synced: 2025-01-27T13:48:39.401Z (4 months ago)
- Language: Visual Basic .NET
- Homepage:
- Size: 257 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMErrorFixer
Application that fixes common errors in Scrap Mechanic# Installation
1. Download a [release build](https://github.com/TechnologicNick/SMErrorFixer/releases)
2. Extract the zip file to any folder
3. Modify the `settings.json` to your needs
4. Run `SMErrorFixer.exe`# Fixes
* Error code: 10. Extended: 3
* Player out of world
* Unable to find mod
* Missing blueprint file!
* Access denied# How to build
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](https://partner.steamgames.com/downloads/list) and copy the header files from `/public/steam` to `/SMSteamInteractor/Steam`.
Now you *should* be able to build SMSteamInteractor.