![]() ![]() |
![]() Post #1 | |
Ameteur Member Posts: 54 Joined: 8-January 11 ![]() | I want to change the savegame location (Usually it's C:\Users\*\Documents\GTA ** User Files) to game_root_dir\*save folder here*. So i've started with function 744FB0 >> _InitUserDirectories Looks like code at 745180 in the original exe, doing exactly what i need, so i changed .text:00744FD9 00C jnz loc_745180 to .text:00744FD9 00C jz loc_745180 but game started to look like this: ![]() Save folder relocated to data though, but directories like User Tracks or Gallery don't created. I assume on 7451A0 i should put a jump to 74501E or 745024, but any way i do it, game just crashes. Any help? |
![]() Post #2 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | Why not just rewrite the function called at 0x747476? -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() ![]() |