api.stand.one | ||
bgscript | ||
compile_and_sign | ||
Default Theme | ||
ISaidNoRTTI | ||
lang | ||
mp_event_enums | ||
ScriptHookV | ||
scripts | ||
Server Software | ||
Special Characters | ||
Stand | ||
stand.gg | ||
tunables | ||
vehicle_items generator | ||
.gitattributes | ||
.gitignore | ||
Default Custom Header.png | ||
Directory.Build.props | ||
Doxyfile | ||
extract_native_tables.php | ||
firewall.c | ||
generate_bin.php | ||
generate_font_bevietnamprolight.php | ||
generate_font_nanumgothic.php | ||
generate_font_yahei.php | ||
generate_lua_natives.php | ||
mock-website.bat | ||
README.md | ||
rockstar_admins.php | ||
ros.php | ||
Stand.cv | ||
Stand.sln | ||
update_joaat_hash_db.php | ||
weapon_components.php | ||
xormagics.php |
Stand
The ultimate trainer for Stealy V-eely Automobiley, allowing you to finally become a [Stand User]!
Dependencies
Make sure you have a flat folder structure, such that Stand and its dependencies have the same parent folder.
Building
To make a Debug build of the Stand project, you need to perform the following steps:
- Build the ScriptHookV project
- Build the Soup project in the ReleaseDLL configuration
- Ensure you have PHP installed and its php.ini has a memory_limit of at least 2G
- Double-click
lang/_update.bat
- Open a console in the repository root and run
php generate_bin.php && php generate_font_bevietnamprolight.php && php generate_font_nanumgothic.php && php generate_font_yahei.php && php xormagics.php
After that, you can compile the Stand project to your heart's content.
Updating
Every once in a while, Rockstar will actually bother to change this game, which will make all mod menus unusable until they are updated. In order to update Stand to a new GTA version, the following changes must be made:
- Sigs.
- ASI Game Version.
And for major updates:
- Crossmap.
- Peds.
- Vehicles.
- Weapons.
- Native Tables. From decompiled scripts with up-to-date crossmap.
- Script Funcs.
- Script Locals.
- Script Globals.
- Script Globals in MusinessBanager.
- Script Events.
- Session Scripts.
- Asset Hashes.
Additionally, structs may be off; ReClassEx64 and Cheat Engine will help update them.