Lightspeed Mod Loader (or LML) is a new mod loader for My Winter Car
LML is built with optimizations and compatability in mind for low end hardware users
Note: LML is an early beta
- Download and run the installer
- Select your MWC Executable file
- Click install
LML is compatible with most, if not all MSCLoader mods and is constantly improving in compatability and performance
LML comes installed with a modified version of MSCLoader.dll for loading MSCLoader mods and redirecting methods called by mods to LML
LML is FOSS (Free open source software)
It is written in C#, which means you can freely decompile it and look at all of the code (including the official mods and the installer)
Even though the mod loader source code is available on github, you can still look through the code of the installer and official mods using DnSpy
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
This project contains and modifies code from MSCLoader: https://github.com/piotrulos/MSCLoader
- NAudio/NVorbis - MIT License (MIT)
- Ionic.Zip (DotNetZip) - Microsoft Public License (Ms-PL)
- Newtonsoft.Json - MIT License (MIT)
- UnityDoorstop - v3 - CC0 (Public Domain) / v4 - LGPL-2.1 license (LGPL-2.1)
- Harmony - MIT License (MIT)