3 filer gillade
24 kommentarer
0 videos
0 Uppladdningar
0 Följare
its good but its way too loud, how can i uninstall this mod?
This mod is so much fun lol, man I have an idea can you add like funeral jobs? idk like you drive a hearse pick up a body and take it to the funeral home or something?
is this compatible with steering wheels and ikt's manual transmission mod?
I have just confirmed what the other guys were commenting here this mod does not work with newer versions of GTA, it makes the game crash briefly after opening the game, I installed the mod and it ran fine for like an hour but then when I closed it and I tried to open it again, no matter what the game would not start so I had to remove the mode all together and I installed Drive V; the game loaded without any issue, it is a shame because this is a great mod and when paired with the manual transmission mod the handling on the vehicles feels pretty realistic but sadly it doesn't work anymore, however if you happen to have an old version of the game this month will run flawlessly I have an old build 2612 installed and I have been running this mod for years without issue.
does this work with vanilla cars or only custom cars?
@ZEXIVA77 bro where do i add the gemini api key to have the gemini voices instead? it is not explained in the read me. thank you
this is a really cool mod, is there any way we can talk oto the npc while they are sitting inside our car? say they are our hired bodyguard or we are doing a taxi job? cause when i press the E key the npc automatically exits the vehicle.
the mod is amazing, it would be really cool if on future updates it could work alongside other scripts like driver jobs v or taxi missions enhaced, i tried it with those but it gave me some sort of error or crash, but it worked great with vanilla taxi missions.
@jurxyfi it happened to me yesterday i fixed it by launching it as administrator
@Cruel this is the script i made with autohotkey create a new script and put this inside, run as administrator. it works by holding down the L key, you hold down the key, talk on the mic and then let go of the key and the npc will reply.
#HotIf WinActive("ahk_exe GTA5.exe")
l::
{
Send("{XButton1 Down}")
KeyWait("l")
Send("{XButton1 Up}")
}