MCPcopy Create free account
hub / github.com/GTAmodding/III.VC.SA.LimitAdjuster

github.com/GTAmodding/III.VC.SA.LimitAdjuster @v1.7.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.7.0 ↗ · + Follow
715 symbols 1,224 edges 58 files 270 documented · 38% updated 23d agov1.7.0 · 2026-06-21★ 24834 open issues

Browse by type

Functions 549 Types & classes 166
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Open Limit Adjuster

This is a open source limit adjuster for Grand Theft Auto III, Vice City and San Andreas aiming to bring back limit adjusters to the scene.

However it does not aim to be just a limit adjuster, but a limit purger, that's, turning whatever previously was limited into unlimited, being only limited by the machine/application capacity.

Not sure how to contribute? Take a look here and here. Not sure what to contribute? Check the open issues.

Goals

  • Bring limit adjusters back to the scene, but not totally centralized into one person
  • Avoid little limit adjusters here and there
  • Be an extremely stable limit adjuster
  • Purge out limits from the face of the community, we are in a dynamic world!

Compiling

The source code targets pre-C++11 compilers with naked attribute, that is Visual Studio 2010 or greater.

Then run premake5 (executable included) from the base directory to generate the projects file in the build/ directory specifying the compiler you're using. By using command line, this can be done by the following command for Visual Studio 2010:

premake5 vs2010

That's it, you have a Visual Studio 2010 solution now, you are ready to contribute and compile. To generate solution for another Visual Studio version just change the 2010 to the version you are using (e.g. vs2013).

Core symbols most depended-on inside this repo

Shape

Method 460
Class 162
Function 89
Enum 4

Languages

C++100%

Modules by API surface

src/shared/injector/hooking.hpp60 symbols
src/limits/Coronas/yacl/General.h60 symbols
src/shared/injector/injector.hpp49 symbols
src/shared/injector/gvm/gvm.hpp35 symbols
src/limits/Pools/DynamicPool.hpp26 symbols
src/shared/cpatch/SCM/CPatch.cpp23 symbols
src/shared/cpatch/hook.h21 symbols
src/shared/cpatch/CPatch.h20 symbols
src/limits/EntityPtrs/InVisibleEntityPtrs.cpp19 symbols
src/dllmain.cpp19 symbols
src/limits/Pools/PoolAdjusterDynamic.hpp18 symbols
src/LimitAdjuster.h17 symbols

For agents

$ claude mcp add III.VC.SA.LimitAdjuster \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page