Lennox bgs
Members
-
Joined
-
Last visited
Reputation Activity
-
Lennox bgs reacted to unitedOrange66 in horns.ivaud compressed helpSo,
When you installed a new siren, it should looks like HORNS.ivaud.
Please right click and rename, delete .ivaud, only keep HORNS, weapons same way.
Hope this will help you with this issue.
Thanks
-Peace
-
Lennox bgs reacted to zach016 in Please Help (LSPDFR Custom Agencies)Choosing uniforms is a lot easier then it sounds. Focusing in on the area of the Agency.xml that impacts uniforms.
What we need to do is determine what components you want the ped to have. If you open the .ydd file of the ped in openiv, you will see all of the components available to that ped, such as:
accs_000_u
accs_001_u
head_000_r
head_001_r
So, to force the ped to use one of these components, you just put
comp_accs="0" to use accs_000_u OR comp_accs="1" to use accs_001_u
etc for each category of component. If you do not specify a specific component, the game will randomly choose one of the available options.
So in the end, <Ped chance="15" inventory="patrol">s_m_y_sheriff_01</Ped> can turn into something like:
Just add as much, or as little as you wish to create the perfect set of cops for your game.
I haven't actually customized EUP peds, but I believe they are basically the same, except the amount of components available vastly outnumber the base models. To get the set of components you want, simply load into the game, visit a police station to customize your character (assuming it's not the first time), and go into the customization menu. Each number corresponds to a similar component as listed above.
0 -> head
1 -> berd
2 -> hair
3 -> upper
4 -> lower
5-> head
6-> feet
7 -> teef
8 -> accs
9 -> task
10 -> decal
11 -> jbib
Record the section number, and component number, that you want the ped to have
Now, in the agency.xml, the ped's refer to outfits. (Also note the model names, as that should stay the same for EUP peds.
In the outfits.xml, you just need to create new outfits, based on the components that you determined beforehand.
Furthermore, you can add further variations to any one outfit (by creating a new <variation></variation> between the <variations></variations> tags to have peds spawn with different variations of the same outfit.
-
Lennox bgs reacted to zach016 in Please Help (LSPDFR Custom Agencies)Not sure I fully understand what exactly you're looking to do, however to make vehicles choose-able from the garage, all you need to do is add the vehicle to the loadout of an agency in the agency.xml
If it is an existing agency, it will already be selectible. If it is a custom agency, you need to edit the duty_selection.xml
Now, your vehicle will be selectable, however it's name will be the same as the model name. To give it a proper name, simply add it to the <VehicleDescriptions></VehicleDescriptions> section of the duty_selection.xml. A simple copy/paste/edit job of one of the existing entries will do the trick.
-
Lennox bgs reacted to Vaultcop in Disable Police BikesHi,
This is going on the basis you still have the original agencies and haven't altered them
You need to go to your agency.xml file located at /lspdfr/data in your main GTA V directory and edit it. You'll find a part like below:
The simplest solution is where it says <vehicle>policeb</vehicle> you can change policeb to a different police vehicle. for example change it to <vehicle>police</vehicle> and the motorcycle will no longer appear and will instead be replaced by the standard police cruiser.
-
Lennox bgs reacted to Luce.Benson in Scripthook - new update?There is an update now.
Simply download LSPDFR manual install and replace the old ragepluginhook.exe with the new one from the winrar.
Scripthook, unfortunately, hasn't been updated yet.
-
Lennox bgs reacted to Brentalator in LSPDFR 0.4.9 - Now Available!This is so frustrating. I just did a heap of development work and I can't even test it today. Rockstar needs to stop forcing damn updates every time you launch, Rage Plugin Backup doesn't work because as soon as you revert and launch, RockS*** goes 🙂 "UPDATING" and there's no command line arguments I can find that force game versions/disable update checking. I even blocked it and the game through firewall to try and prevent this. Back to sleeping I guess...