How to use templates (pre 1.2 version) - piotrulos/MSCModLoader GitHub Wiki
How to use templates
If you installed templates correctly in new project dialog you should see that, when searching for msc:
Click next...
I used default name MyMod1. Click Create
- On the "Solution explorer" (on the right of your screen), right click References and select Add Reference...:
- Click Browse...
- Go to
\Steam\steamapps\common\My Summer Car\mysummercar_Data\Managed
and select two needed .dlls
These are: MSCLoader.dll
and UnityEngine.dll
- Click OK
- Now Double-click MyMod1.cs in soulution explorer and this is your place to add your code.
NOTE: When building mod, always make sure you are on Release instead of Debug