Everything posted by mike301
-
Chiliad Wilderness is part of Los Santos City?
In regions.xml CMSW (Chiliad Mountain State Wilderness) is part of the LosSantosCity region. Is this intended? BlaineCounty seems to make more sense here. Can I just move the entry under BlaineCounty?
-
More Fire
Hello, I am noticing an issue where the Firetruck hose does not have any effect on the fire. Is this possible to fix?
- 6 comments
- 1 review
-
MTFO: Move The F*** Over
Hello, great plugin! One suggestion I have is can there be a setting that sets a wait time before a car attempts to overtake you? When I have EnableAroundPlayerLogic=True if I am stopped in traffic like at a red light or something, as soon as I turn my lights on the car behind me tries to overtake before I even hit the accelerator. If I could set like a wait period for a few seconds or something before they attempt overtaking it would be perfect. Thanks!
- 108 comments
- 19 reviews
-
LSPDFR horrible FPS once i go on-duty
The more plugins you have installed, the worse the game will perform. This is just reality as you start to start to make the game more CPU bound than GPU bound with all of the extra running processes and logic. You kinda will need to selectively disable plugins to see which ones hurt your FPS the worst and make the decision on whether it is worth keeping that plugin or not.
-
Backup Peds Stuck In Place After Responding.
I have personally had a lot of issues with UB. I have basically given up on it for pursuit and code 3 backup and only use it now for EMS, prisoner transport, partner, and female code 2 backup. I use the native LSPDFR backup for all other reasons and have just learned to live with them leaving the scene when pursuits finish. If you use GrammarPolice it is easy to switch the different backup types to "Native". To me, it's better than the UB units standing around doing nothing because the bugs are way more distracting otherwise. It is unfortunate because I haven't found a better plugin for backups that is not without some weird issues like this.
-
Can't figure out how to get a custom regions.xml and backup.xml working
Edit: Finally figured it out...I needed to rename region_davis_sheriff.xml to regions_davis_sheriff.xml. I didn't realize the missing s lol.
-
Traffic Suite
Hey, thanks for making this plugin. I am really liking everything about it except I'm not a fan of how it behaves when you start to get low on fuel. The constant braking is very aggressive and unrealistic, plus it happens way too soon to where that would start to happen in reality. And for some reason when it gets into the red the vehicle starts reversing randomly? It's a tad on the obnoxious side if I am honest. I was literally 10 feet from a gas station but the car kept reversing which was frustrating so I could never get to the pump lol. If there is some way to remove that behavior so that the engine will just quit on empty that would be great, thanks. Edit: I see you've mentioned you will not be updating your plugins anymore. That is unfortunate but I understand since it's something free you have provided. With that said, will you consider open sourcing them so that people could implement their own tweaks or fixes?
-
Can't figure out how to get a custom regions.xml and backup.xml working
Hello, I am trying to do something relatively simple. I would like it so that LSSD will additionally respond as backup in Rancho (LSPD can continue to show up too, I don't want them removed). I am trying to do it without modifying the base regions.xml and backup.xml files and use custom ones but it isn't working. This is how I am trying to set it up: File at lspdfr\data\custom\region_davis_sheriff.xml <Regions> <Region> <Name>DavisSheriff</Name> <Zones> <Zone>DAVIS</Zone> <Zone>RANCHO</Zone> </Zones> </Region> </Regions> File at lspdfr\data\custom\backup_davis_sheriff.xml <BackupUnits> <LocalPatrol> <DavisSheriff> <Agency>lssd</Agency> </DavisSheriff> </LocalPatrol> </BackupUnits> I know my syntax is correct because if I place these directly into the default regions.xml and backup.xml it works and both LSPD and LSSD show up in Rancho. But this defeats the point of custom templates as I am trying to avoid modifying the defaults. Can anyone with understanding on the template system help?