How to use templates - piotrulos/MSCModLoader GitHub Wiki
Old version: How to use templates (pre 1.2 version)
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
You should see a menu like this
Click Browse... to setup your location to mysummcercar managed path, usually it's something like this D:\Steam\steamapps\common\My Summer Car\mysummercar_Data\Managed
Also fill info about your mod (name, author, version)
To learn more about functions and order of execution check here:
Order of execution in mod class
Mod class functions explained
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