Skip to content

How to use templates

piotrulos edited this page May 10, 2017 · 23 revisions

How to use templates

If you installed templates correctly under File > New > Project you should see that MSCLoader Mod Let's go and create this I named my Mod TestMod.

testmod

  • Go ahead and click TestMod.cs (or whatever you named it) on the right.

TestMod2

  • There are errors but don't worry, this is ok.
  • I think you already used MSCPatcher and installed MSCLoader on My Summer Car?
  • If yes go ahead, on the right menu (Solution Explorer), Right Click on references and click Add Reference...
  • In the new window click Browse... on the bottom

browse

  • Go to \Steam\steamapps\common\My Summer Car\mysummercar_Data\Managed and select two needed .dlls

These are: MSCLoader.dll and UnityEngine.dll

You may also add: UnityEngine.UI.dll and PlayMaker.dll if you will be using them.

ok

  • Click Add and then ok on Reference manager and BAM you are good to go.

SUPA DUPA

Clone this wiki locally