SkillAgentSearch skills...

ModLoader

A mod loader for Tomb Raider games running cdcEngine

Install / Use

/learn @TombRaiderModding/ModLoader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1mo ago
Forks1

Languages

C++

Security Score

90/100

Audited on Feb 26, 2026

No findings