1 đã được like
93 bình luận
0 videos
0 tải lên
0 theo dõi
@Saifan Hussain No it just makes sure you have the LCPP radio wheel and the RDE sixth star in your HUD
VWE doesn't work for me anymore, though I haven't tested it by itself in an empty mods folder. I can install everything and RDE works fine in LCPP too, but VWE cars never show up in traffic in Los Santos or Liberty City.
I'm trying to modify this to persist the last three vehicles across game launches as well. And maybe change it to 5 vehicles.
@IceGuy221 I use this instead:
https://www.gta5-mods.com/tools/jm36-lua-plugin-for-script-hook-v-reloaded
It seems that the shirt overlay component wasn't set up correctly so I changed it one more time. Now AUXILLIRAY_PARTS_ID and AUXILLIRAY_PARTS_TEXTURE_ID will apply shirt overlays. Setting AUXILLIRAY_PARTS_ID=6 will show Michael's bare chest when he is wearing an open shirt, for example, rather than an invisible torso.
https://pastebin.com/6aEKbX2g
I haven't seen any weird hats or masks being applied when using my script, which was a problem with TheCharacterClothesMod.
Updated script now includes a 5-second interval check to detect if the player has switched from one story character to another:
https://pastebin.com/TtGEhkeg
Stores the last known model hash and once every five seconds checks if it has changed. If it has, it automatically loads and reapplies the correct outfit from the .ini.
You can change your outfit manually in Simple Trainer and then modify TheCharacterClothesMod.ini in a text editor to match the numbers in the trainer's clothes menu
@Suzerain001 @bluejeans90210 This tiny script to refill your Mk2 ammo is still working. Just save your weapons and attachments in Simple Trainer and set WeaponsAutoLoad=1 in trainerv.ini and it gets the job done
https://www.gta5-mods.com/scripts/refill-special-ammo-for-mk2-weapons
@Police Patrol Awesome, thanks! I'm still playing RDE 4.1 right now because of this compatibility patch. RDE is an essential feature at this point and half of my play time is in Liberty City lately
@Frank D Castle Try using the gameconfig.xml that comes with this https://www.gta5-mods.com/misc/vwe-rde-compatibility
It does still load extra components that are wrong sometimes, I'm working on figuring out a better way and maybe ditching the .ini file entirely
I have a special present for anyone who hoped that this script would work correctly. Just save this as "TheClothes.3.cs" and put it in your scripts directory. It will detect whether you are Michael, Franklin or Trevor and then load the components listed in "TheCharacterClothesMod.ini" when starting the game. You can save your outfit components to the .ini file using TheCharacterClothesMod.dll and then disable the script by deleting the three .dll files that came with it. My simple lightweight .cs file will load your saved outfit on startup. So now there are no problems with error messages and the issue with extra masks or weird components being loaded should hopefully be resolved too. I could also implement clothes loading when switching characters but I'm not going to bother for now.
https://pastebin.com/GyidMu2L