Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.19 KB

ModLoader

Mod loader for Tomb Raider games running on cdcEngine, allows loading files from mods folder without modifying the bigfiles. This code is orginally part of TRLAU-Menu-Hook but available standalone without all other functionality.

Currently the following games are supported:

  • Tomb Raider: Legend
  • Tomb Raider: Anniversary
  • Tomb Raider: Underworld
  • Lara Croft and the Guardian of Light

If you get an error message about your version not being compatible please open an issue.

Installation

  1. Head to the Releases page and download the latest version
  2. Unzip all files in your game folder, overwriting any existing files.
  3. Drop any files or mods in the mods folder.

Build

Install premake5 and clone the repository. Next invoke premake5 to create the solution files.

git clone --recurse-submodules https://github.com/TombRaiderModding/ModLoader.git
cd ModLoader
premake5 vs2022

Now open the generated generated solution (.sln) and build.

License

This code is licensed under GPL-3.0, the license can be found in the LICENSE file.