Skip to content

How to use templates

piotrulos edited this page Oct 5, 2021 · 23 revisions

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 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.

obraz

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

obraz

See Also

Clone this wiki locally