12 files liked
275 comments
9 videos
33 uploads
139 followers
278,927 downloads
Most Popular File
Latest Files
See All
- Gameplay
- Vehicles
- .Net
- Enhanced
5.0
218
15
1.0 (Enhanced Only)
By andre500
- Gameplay
- Vehicles
- .Net
4.92
7,611
108
1.4 (A Safehouse in the Hills Update)
By andre500
@trieuduong649 Which version of GTA 5 do you have? Steam, Epic, or the R* Launcher?
@trieuduong649 Are you on Discord? I need to get in touch with you to run some additional tests.
@trieuduong649 Thanks for the feedback! Do you have any other mods or modified config files? Please list everything you have installed.
When I released the update, I made a small mistake and left the dependency on LemonUI in place. It isn't necessary, but it will actually throw an error if it's missing. I'll fix this in the next few days. For now, please install LemonUI if you don't already have it.
@William Halverd Okay, I think I'll be able to get started on this as soon as I unlock all the remaining workshops. I plan to release one or two workshops per version of the mod.
@voodoodres That's not a priority right now. I'll have to reverse-engineer the tuning scripts in Legacy all over again, and besides, HSW won't work there: the script is hard-coded to block it.
@mitto_backup It's possible, but you'll need to check the global variable numbers for each game version.
Currently, the mod retrieves the indices from here: https://github.com/sruckstar/iFruitJailbreak/blob/main/ifruit_globals.ini
There are only two versions listed there: 1.72 and 1.73. You can add any version you want, even 1.00. But unfortunately, I won’t be able to handle this task on my own.
@Pilou This is a framework. To send messages and add contacts, you need to create a C# script and integrate iFruitJailbreak with it.
Sample code is available on GitHub: https://github.com/sruckstar/iFruitJailbreak/blob/main/Example.cs
@Jdantz1994 This is because the in-game script for delivering cars to garages does not recognize DLC cars released after 2016. You must spawn the purchased car near the player; otherwise, the player simply won't receive it. The safest way to do this is at fixed locations.
@Nedim95 I'll look into it