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:

image

Click next...

obraz

I used default name MyMod1. Click Create
You should see a menu like this

obraz

Click Browse... to setup your location to my summer car folder (where .exe is)

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.

obraz

NOTE: When building mod, always make sure you are on Release instead of Debug

obraz

See Also