Skip to content

Some code made for GTA V Legacy project, you can use for learn porpouses

License

Notifications You must be signed in to change notification settings

DanielSant0s/GTAVLStuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

GTA V: Legacy - Base code and some script stuff

Here is some vital code for the functioning of the GTA V Legacy project, created for PlayStation 2, from purely visual changes, to fixes for problems of the original game (GTA San Andreas v1.03), includes so many patches made in machine code , as in GTA3Script, and a lot of raw memory manipulation, enjoy :P

GTA3Script

vscode-gta3sc

Here is some code created using the scripting language GTA3Script, essentially some gameplay mechanics and superficial features like smartphone, menus and everything else.

(back to top)

Phone

bandicam_2021-05-29_12-52-34-407

This code is currently found almost purely visual. Seeks to replicate the look (and future operation) of GTA V smartphones. PS: Very poorly optimized, needs an intensive polishing.

GTA V Legacy phone script

Trainer

GTA.V.Legacy.trainer.mp4

In addition to a trainer, it is also a sample script for a menu style based on GTA V. It is complete and has all the necessary functions to build any menu, with only minor edits to the original code to meet the needs.

GTA V Legacy Trainer script

Hardcoded Patches

IDA Screen

In this section the majority of GTA V Legacy patches are explained, raw patches in .pnach(PCSX2) format, created with months of reverse engineering and calculated redeployment in Assembly, most patches are designed to work without violating the logic and size of the original code.

GTA V Legacy base code patch

  • Vanilla Fixes: The first section of the patch has fixes designed to fix problems and defects in the original game, created based on SilentPatch.
  • HUD Patches: Here is code working over the top of the HUD to make it "widescreen" and also tweak fonts and measurements to look like GTA V. hud-screen
  • Controls: This section is responsible for changing the gameplay control buttons as explained in the comments.
  • Menu: Okay, this part is a little tricky. Basically this section is a big patch that visually and functionally restructures the original PS2 GTA San Andreas menu, with the intention of modernizing it.
GTAVL.menu.mp4
  • Folder structure: This part is related to changing the structure of folders and files in the game, no biggie.
  • Experimental: Experimental.

About

Some code made for GTA V Legacy project, you can use for learn porpouses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages