This is a simple edit of the multiplayer character police outfits. I decided to make this to complement the new character system in LSPDFR 0.4. It is perfect for anyone who simply wants more realistic and very lore-friendly police outfits, but doesn't want all of the content and agencies included with EUP.
Main features:
- Bigger, better, LSPD badges with improved textures.
- Polished shine effect added to the badge and nametag.
- Gun holster added to the duty belt.
- LAPD style Officer III, Senior Lead Officer and Sergeant rank patches.
There are a couple of other changes too:
- The badge and rank patches use the same component slot (10), meaning that a sergeant will always have the correct sergeant badge and patches. This also means you can wear the shirt without a badge. It also significantly reduces the filesize and texture space required.
- Minor texture edits which make the uniform colours more consistent.
- The female version has been reworked to use the same shirt texture as the male version, which I think looks much better.
The models and textures should be very well optimized, and this shouldn't cause any issues with any other mods. It can be used in addition to EUP as well.
Tested and working on LSPDFR 0.4 🙂
How to install:
Installation should be really simple, just use the OpenIV package manager. You need a mods folder with the latest update.rpf copied into it. This mod will not change any files, it installs itself as its own content pack.
After you install, you might need to update your LSPDFR outfit data so that everyone wears the outfits correctly. See below for this.
LSPDFR 0.4 Outfit XML:
Use the following XML in the outfits.xml file to modify your outfit data so that everything works nicely:
<Outfits> <Outfit> <Name>The Cop</Name> <ScriptName>lspd_cop</ScriptName> <Variations> <Variation> <Name>Officer</Name> <ScriptName>m_base</ScriptName> <Gender>male</Gender> <Components> <Component id="1" drawable="0" texture="0" /> <Component id="3" drawable="0" texture="0" /> <Component id="4" drawable="35" texture="0" /> <Component id="5" drawable="0" texture="0" /> <Component id="6" drawable="25" texture="0" /> <Component id="7" drawable="0" texture="0" /> <Component id="8" drawable="58" texture="0" /> <Component id="9" drawable="0" texture="0" /> <Component id="10" drawable="8" texture="0" /> <Component id="11" drawable="55" texture="0" /> </Components> </Variation> <Variation> <Base>m_base</Base> <Name>Officer III</Name> <Gender>male</Gender> <Components> <Component id="10" drawable="8" texture="1" /> </Components> </Variation> <Variation> <Base>m_base</Base> <Name>Senior Lead Officer</Name> <Gender>male</Gender> <Components> <Component id="10" drawable="8" texture="2" /> </Components> </Variation> <Variation> <Base>m_base</Base> <Name>Sergeant</Name> <Gender>male</Gender> <Components> <Component id="10" drawable="8" texture="3" /> </Components> </Variation> <Variation> <Name>Officer</Name> <ScriptName>f_base</ScriptName> <Gender>female</Gender> <Components> <Component id="1" drawable="0" texture="0" /> <Component id="3" drawable="14" texture="0" /> <Component id="4" drawable="34" texture="0" /> <Component id="5" drawable="0" texture="0" /> <Component id="6" drawable="25" texture="0" /> <Component id="7" drawable="0" texture="0" /> <Component id="8" drawable="35" texture="0" /> <Component id="9" drawable="0" texture="0" /> <Component id="10" drawable="7" texture="0" /> <Component id="11" drawable="48" texture="0" /> </Components> </Variation> <Variation> <Base>f_base</Base> <Name>Officer III</Name> <Gender>female</Gender> <Components> <Component id="10" drawable="7" texture="1" /> </Components> </Variation> <Variation> <Base>f_base</Base> <Name>Senior Lead Officer</Name> <Gender>female</Gender> <Components> <Component id="10" drawable="7" texture="2" /> </Components> </Variation> <Variation> <Base>f_base</Base> <Name>Sergeant</Name> <Gender>female</Gender> <Components> <Component id="10" drawable="7" texture="3" /> </Components> </Variation> </Variations> </Outfit> </Outfits>
Alternatively, just replace your default outfits.xml with this one:
Original models and textures created by Rockstar Games for GTA Online.
Recommended Comments
Create an account or sign in to comment