Skip to content

BattletechModders/ModTek

Repository files navigation

ModTek

ModTek is a mod-loader for HBS's BattleTech PC game. It allows modders to create self-contained mods that do not over-write game files. ModTek is run at game startup and dynamically loads mods that conform to the mod.json format. Mod dependencies are resolved and load order enforced without needing to edit the VersionManifest.csv.

Since BattleTech 1.7, HBS introduced their own mod-loader, which is based on an older ModTek version. It is missing many features of newer ModTek versions, including DLC support.

Topics

Modding

JSON Modding

DLL Modding

Custom Types