Skip to content

TombRaiderModding/ModLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.