Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.21 KB

File metadata and controls

33 lines (18 loc) · 1.21 KB

Lightspeed Mod Loader

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

Wiki

Lightspeed Mod Loader wiki

Installation

  1. Download and run the installer
  2. Select your MWC Executable file
  3. Click install

MSCLoader compatability

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

Is LML a virus?

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

LML Installer Repo