Everything posted by PNWParksFan
-
[WIP] [REL] Custom Backup by Location
I might consider adding an option for whether to let arrest manager choose the units or whether to let custom backup choose the units. The reason it uses the arrest manager option in the city is because you probably don't have any custom entries in the city.
-
[WIP] [REL] Custom Backup by Location
It uses the custom backup entries to decide what unit to send, not the arrest manager settings. If you want to use the vehicles as defined in arrest manager, then just press 8.
-
Permanent Tactical/SWAT/MIlitary Model for Single Player Character
"Not able to enter doors anymore" -> get the Open All Interiors mod from gta5-mods.com I'd suggest installing EUP, then you get a vast amount of ped customization options. As for weapons, just use the Weapons menu in your trainer of choice.
-
Making callouts and scripts
This is literally pinned at the top of this section
-
[REL] Coastal Callouts Discussion Thread
Rest assured, progress continues! With the excellent development of a 4-person police dinghy with working lights by @mohaalsmeer I'm now working on arrested ped transport at sea. Also, with the new siren/light capabilities in RPH 0.46, I'm finally able to put a proper siren on any police boat, which has been built into coastal callouts now. Furthermore, the helicopter hoist is getting closer and closer to being ready. I've made improvements to the animations, put a lot of code together that was just in little testing snippets into proper classes for winch operations, and am now working on integrating it into the coastal callout menus. I've also been working on some custom uniforms to be included with the download, including this USCG pilot/rescue swimmer uniform. I'll also be putting together a rescue swimmer uniform with a drysuit, snorkel, etc.
-
Coast Guard Rescue Swimmer in Action
From the album: PNWParksFan WIP and screenshots
Custom EUP Coast Guard rescue swimmer ped ✔️ Working rescue hoist (up and down) ✔️ Medevac stretcher attaches to hoist ✔️ Ped can be put in stretcher and raised to helicopter ✔️ Player can ride the hoist up and down too ✔️ For more details on development progress: Special thanks to @SkylineGTRFreak for creating the excellent MH-60 Jayhawk model seen in these screenshots.© PNWParksFan 2016
-
M'am! Calm your shit
-
M'am! Calm your shit
-
Question about C# 3 tier architecture script for LSPDFR
Relative paths for references will be from your GTA directory (wherever ragepluginhook.exe is). You'll need to put any DLLs and such in the root GTA directory. That can start to clutter things up, so if you have any way to change the relative path it searches for all those files in, you could make a subfolder and have it look there. AFAIK nobody else is using that particular programming approach with LSPDFR though.
-
Fire SUV textures + red lights for 2015 Tahoe
- 10 comments
- 2 reviews
-
Ford E450 LED VERSION Ambulance 4K By PimDSLR
It's an issue with the LODs, I have this issue as well. Up close it's fine, it's one of the distant LODs.
- 22 comments
- 6 reviews
-
BCSO CVPI (Spokane Co.) Update Tres
I'm hoping we'll see that Freedom on some bigger vehicles eventually. Would look badass on your Silverado, or on an F-350.
-
How do I access the methods inside LSPDFR?
Um yes they are? Add a reference to LSPD_First_Response.dll and they'll all show up in the object browser.
-
[REL] Coastal Callouts Discussion Thread
Progress update: Working on integration with the new beta of Arrest Manager. Arrests at sea are going way smoother now, although there's still work left to be done. Further development of the helicopter hoist system. Fixed a couple bugs there. It's getting a lot better. Started work on the plane-based callouts. Sneak preview: Working on retexturing some buildings to create a coast guard station. Got one of the buildings all figured out, but the hangar nearby I still haven't found all the texture files for. PM if you can help with that.
-
[REL] Realism Dispatch Enhanced 3.1.1
@Yard1 attached are the modified textures I made for the USCG ped, please feel free to include them in RDE 3. Includes a replacement of the ballcap prop with a helmet, more realistic lifejacket texture, and "USCG" lettering on the back of the MSRT helmet. parks uscg.7z
-
[REL] Coastal Callouts Discussion Thread
Progress update: I've finally succeeded in getting the rescue stretcher to spawn. Today I set up the stretcher with ropes and a hook to attach it to the helicopter's hoist. The hoist works, going up and down with the stretcher attached. Still working out some bugs with getting the rope spawned in and attached to everything smoothly, but it's good progress. I've also been experimenting with some airplane based functionality... more on that to come eventually.
-
Rescue stretcher for Coastal Callouts!
From the album: PNWParksFan WIP and screenshots
I've finally succeeded in spawning a stretcher, and even gone so far as to set up the necessary ropes, props, and animations to attach it to the helicopter's hoist. Still some work to do in making the setup smooth, as ropes are kind of glitchy, but it's looking pretty cool! Who's excited for some real Search and Rescue tools in GTA V? MH-60 Jayhawk by @SkylineGTRFreak© PNWParksFan
-
[WIP] [REL] Custom Backup by Location
When you edit the file in OpenIV you'll see something like sign_1, sign_2, sign_3, etc. That number is the livery number.
-
.NET Runtime Error CTDs
The developers need to figure out which native they're calling, and see if they're calling it incorrectly.
-
PeterUCallouts
Saw a video today with the security guard callout for an intoxicated individual. I was quite pleased to see that you're taking advantage of the Better EMS API to specify the ped's "injuries"! Nicely done.
- 546 comments
- 103 reviews
-
[WIP] [REL] Custom Backup by Location
Custom Backup automatically points out errors for you. As the message in-game tells you, open your ragepluginhook.log file and you'll find a section describing the exact line number where your error occurred and a brief description of what the problem is.
-
[REL] Coastal Callouts Discussion Thread
Against my better instincts I just temporarily disabled realtime protection and extracted the file haha.
-
[REL] Coastal Callouts Discussion Thread
@Yard1 the forum tells me I can't send you a PM. Can you PM me and hopefully I can then respond? I've made some modifications to the file and would like to send it back to you.
-
[REL] Coastal Callouts Discussion Thread
FYI I'm getting a false positive from Windows Defender when I download the file.
-
[WIP] [REL] Custom Backup by Location
As of right now, you cannot change the display names of the built-in unit types. I may add support for that in the future, but I'm not concentrating on adding major new features to this mod at this time. I don't do custom XML files for people. XML isn't that hard to use, and everything is explained pretty clearly in the documentation PDF. I'd suggest trying yourself, you seem to know what you want. Right now I don't have any plans to make an app to create the XML file for you. If somebody wanted to make such an app they could and I'd be happy to bundle it with the download, but my time is better spent creating new mods.