Everything posted by njstern87
-
NPCAI and "talking" to my computer
What you all are doing with NPCAI and other mods for realistic interactions in LSPDFR is amazing. I know just enough about coding to break things, so my hat is off to all of the authors of these awesome mods. Maybe its just me and I am an "old fart" but it feels awkward to talk to my computer while playing a game, especially when other people are home and can hear me. Has then been any thought to creating or updating some of the mods to allow users to interact with the game using text as a from of dialogue? For example, when interacting with an NPC instead of using my voice to ask a question or give a command, have an option to open a text box and type what I want to say to the NPC player? If this already exists where can I find it? Again nothing but good things to say to all the developers out there but this is way above my skill level and just and idea to consider. Thanks
-
Firetruck responses with only one person
I was able to sit down in front of my computer. In Grand Theft Auto V > plugins > LSPDFR > Policing Redefined > Backup check your DefaultRegions.xml and CustomRegions.xml files. To make it easier to find the firetruck, once you have the xml files opened, press Cntrl+F and type in the work "Firetruk" (No letter C as that's how the game has it). Under the VehiclesDivisions replace the following code <Vehicle chance="100">FIRETRUK</Vehicle> with <Vehicle pax="3" pax_chance="100" chance="100">FIRETRUK</Vehicle> When done it should look something like this: You will need to modify the appropriate section for Los Santos City, Los Santos Count and Blaine County in both the DefaultRegions and CustomRegions files. Hope that helps solve your problem.
-
Firetruck responses with only one person
I had the same issue. Check your PolicingRedefiend backup xml file settings. When I switched from STP to PR the backup file populated with no passengers; adjusting it to somthing like passengers=“3” paxchance=“100” resolved the problem. Ill post a follow up with the exact code when I get to my computer.
-
Emergency Lighting System
I was getting this error after updating "RealTrafficAI", the author of that mod put up a note about a "hotfix" that is coming. Uninstalling the RalTrafficAI 2.0 mod resolved the issue.
- 2,698 comments
- 240 reviews
-
Emergency Lighting System
That's why I brought it up here, as I looked briefly at the CHP car pack and didn't see anything that would be pack specific. I know just enough to be dangerous with coding so I wanted to get the opinions of the experts here. It is my understanding that the CHP patterns are coded into ELS, not into the car itself - in the XML file where the author would specify "LEDS", "TRAF", etc it has "CHP" Listed and all the patterns set to "0". Is my initial assumption correct that this is by design in ELS? If that is the case, I am not sure changing the model would actually resolve the problem, is that correct? Thank you in advance for helping to resolve this issue!
- 2,698 comments
- 240 reviews
-
2017 California Highway Patrol Mega Pack - ELS
Same problem for me. I have cross posted to the ELS thread as I do not know if this is a car issue or an ELS issue, since things were working before the update and the car didn't change any. From the ELS thread: https://www.lcpdfr.com/downloads/gta5mods/scripts/13865-emergency-lighting-system/page/107/?tab=comments#comment-381776
- 964 comments
- 158 reviews
-
Emergency Lighting System
With the latest update to GTAV the CHP patterns have stopped working. When on stage 3, the lights do not flash/alternate on the front of the vehicle. The driver side of the lightbar is steady red, and the passenger side does not work. When I exit the vehicle the lights come on steady burn (as intended). Not sure if this is a pack issue or an ELS issue. Things were working fine before I updated GTA to the latest version, 3788, and made no changes to the xml files since the update. I have updated ScripthookV(3788), ScripthookVDotNet(2.11.6.0), the modified SSLA on discord (3788) and can not seem to resolve the issue. I have no problems with ELS working correctly on other cars, its specific to the CHP patterns on the cars in the CHP megapack by "theHurk". It appears that other users are having a similar issue reading through the comments for the car pack itself. https://www.lcpdfr.com/downloads/gta5mods/vehiclemodels/14852-2017-california-highway-patrol-mega-pack-els/
- 2,698 comments
- 240 reviews
-
CheepCallouts Remastered
Can not "unzip" the latest version. Have attempted to download multiple times but file appears to be corrupt.
- 21 comments
- 1 review
-
Crash to desktop - N00b help
I have been attempting to get a modded version of LSPDFR to run on my computer. I can run the clean game just fine, and I can run a slightly modded version of LSPDFR with EUP mods and ELS installed. When I attempt to add vehicles I get the out of memory error. I used the GameConfiguraiton files on this site and loaded with LML, I then added HeapAdjuster and set the value to 25600 (32 gig of ram) and PackfileLimitAdjuster. When attempting to load with Rage Plugin Hook or just loading GTA V I get a crash to desktop while entering "Story Mode". Rage Plugin Hook frezes and will not generate an error report. If I remove the HeapAdjuster, PackfileLimit Adjuster and Game Configuration files everything works just fine but I can not add additional vehicles. Not sure how to proceed at this point, and I can not get a crash report to generate from RAGE Plugin Hook. Any suggestions on how to proceed?