-
-
Notifications
You must be signed in to change notification settings - Fork 57
How to use templates
piotrulos edited this page May 10, 2017
·
23 revisions
If you installed templates correctly under File > New > Project
you should see that
Let's go and create this I named my Mod TestMod.
- Go ahead and click
TestMod.cs
(or whatever you named it) on the right.
- 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
- 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.
- Click Add and then ok on Reference manager and BAM you are good to go.
- How to install MSCLoader using MSCPatcher
- MSCPatcher explained
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- All Playmaker Global Variables and Events
- How to create and use Asset Bundles