- Notifications
You must be signed in to change notification settings - Fork36
Mod Loader for GTA III, Vice City and San Andreas
License
thelink2012/modloader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 areever 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 themodloader/ 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 outthis nice video from Ivey. For more, check out ourGTAForums thread and ourGTAGarage page.
Requirements:
- Premake 5(pre-built executable available in this repository root)
- Visual Studio 2013 or greater.
Run the following command in the root of this directory to generate the project files:
premake5 vs2013You 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
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.