Also, you can do tricks like that (i hope our cops will love it):
Stripe badge like this:
In game:
Download sample resource:
Download link (look at the topic start): HERE
Information and how to add examle
in new_overlays.xml - add
<Item>
<uvPos x="0.865000" y="0.770000" />
<scale x="0.055000" y="0.055000" />
<rotation value="0.000000" />
<nameHash>YOUR_bage_M</nameHash>
<txdHash>YOUR_bage</txdHash>
<txtHash>YOUR_bage</txtHash>
<zone>ZONE_TORSO</zone>
<type>TYPE_BADGE</type>
<faction>FM</faction>
<garment>All</garment>
<gender>GENDER_MALE</gender>
<award />
<awardLevel />
</Item>
<Item>
<uvPos x="0.865000" y="0.770000" />
<scale x="0.055000" y="0.055000" />
<rotation value="0.000000" />
<nameHash>YOUR_bage_F</nameHash>
<txdHash>YOUR_bage</txdHash>
<txtHash>YOUR_bage</txtHash>
<zone>ZONE_TORSO</zone>
<type>TYPE_BADGE</type>
<faction>FM</faction>
<garment>All</garment>
<gender>GENDER_FEMALE</gender>
<award />
<awardLevel />
</Item>
and in shop_tattoo.meta add:
<Item>
<id value="0"/>
<cost value="0"/>
<textLabel />
<collection>new_overlays</collection>
<preset>YOUR_bage_M</preset> <!-- SAME AS IN PREVIOUS FILE in row nameHash!!! -->
<zone>PDZ_TORSO</zone>
<eFacing>TATTOO_FRONT</eFacing>
<updateGroup>rank</updateGroup>
<eFaction>TATTOO_MP_FM</eFaction>
<lockHash />
</Item>
<Item>
<id value="0"/>
<cost value="0"/>
<textLabel />
<collection>new_overlays</collection>
<preset>YOUR_bage_F</preset> <!-- SAME AS IN PREVIOUS FILE in row nameHash!!! -->
<zone>PDZ_TORSO</zone>
<eFacing>TATTOO_FRONT</eFacing>
<updateGroup>rank</updateGroup>
<eFaction>TATTOO_MP_FM_F</eFaction>
<lockHash />
</Item>
and add your badge .ytd in stream folder
Important!
This badge can be implemented to native cop, such as s_m_y_cop_01
Screenshot:
But police bage is over my stripe…
It is means you have to correct uvPos x and y in new_overlays.xml manually for each custom model (these coords in example is for MP models)
P.S.
Maybe you can do rank badges like Sheriff, Sergeant, Officer of detective (idk what ranks in U.S. Police).
Or you can apply personal badges for your clan (unit) members.
I do not like this cop things, couse i got previous conviction IRL, but i see you guys like it. So take and use with pleasure.
2 Likes