Kronavarb / modloader

Mod Loader for GTA III, Vice City and San Andreas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mod Loader

Mod Loader is a plugin for Grand Theft Auto III, Vice City and San Andreas that adds an easy and user-friendly way to install and uninstall modifications into the game, as if the game had official modding support. No changes are ever made to the original game files, everything is injected on the fly, at runtime!

The usage is as simple as inserting the mod files into the modloader/ directory. Uninstalling is as easy as that too, delete the mod files and you are done. Hot swapping mods while the game is running? By using Mod Loader you can!

Still not sure? Check out this nice video from Ivey. For more, check out our GTAForums thread and our GTAGarage page.

Building and Installing

Requirements:

Run the following command in the root of this directory to generate the project files:

premake5 vs2013

You can install the generated binaries into your game directory by running:

premake5 install "C:/Program Files (x86)/Rockstar Games/GTA San Andreas"

Or, you might want the files to be automatically installed everytime you build the solution:

premake5 vs2013 "--idir=C:/Program Files (x86)/Rockstar Games/GTA San Andreas"

About

Mod Loader for GTA III, Vice City and San Andreas

License:MIT License


Languages

Language:C++ 97.7%Language:C 1.4%Language:Lua 0.9%Language:Batchfile 0.0%