-
Notifications
You must be signed in to change notification settings - Fork 1
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
- Simply create an MSCLoader mod using its template
- Optionally, you can delete the MSCLoader.dll reference and add LightspeedModLoader.dll as a reference
- Create a new .NET class library project and set it to target .NET Framework 3.5
- Add the required Dlls as references: LightspeedModLoader.dll, UnityEngine.dll
- Optionally add more references found in mysummercar_Data/Managed