Skip to content

Creating a mod project

glennuke1 edited this page Feb 23, 2025 · 1 revision

Currently there isn't a template to easily create a mod project (sorry)

There are two ways of creating a LML mod project for Visual Studio

Creating an MSCLoader mod project and modifying it

  1. Simply create an MSCLoader mod using its template
  2. Optionally, you can delete the MSCLoader.dll reference and add LightspeedModLoader.dll as a reference

Creating a blank project

  1. Create a new .NET class library project and set it to target .NET Framework 3.5
  2. Add the required Dlls as references: LightspeedModLoader.dll, UnityEngine.dll
  3. Optionally add more references found in mysummercar_Data/Managed

Clone this wiki locally