Skip to content

glennuke1/LightspeedModLoader

Repository files navigation

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

License

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

Used Libriaries

  • 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages