Park Ranger only shows one livery when there are four
-
I have just put in Black Jesus Slick top Silverado in the Park Ranger slot instead of the FBI2 slot and it has four slots for livery which I then replaced using Game Warden/ Forest Service/ US Fish and Wildlife service for the livery which is this mod: http://www.lcpdfr.com/files/file/17295-game-wardenforest-serviceus-fish-wildlife-for-slicktop-silverado/
The Silverado: http://www.lcpdfr.com/files/file/14568-slicktop-silverado-1500-els/
-
@sirkingnut Edit vehicles.meta in update.rpf and add "FLAG_HAS_LIVERY" in <flag></flag> lines of fbi2 section.
-
So will that make it work for the Park Ranger slot?
-
@sirkingnut In the pranger section , my bad .
-
Alright thank you I will try it and see if it works
-
@cgz Do I erase whats already in the <flag></flag> Because it says FLAG_LAW_ENFORCEMENT FLAG_DONT_SPAWN_IN_CARGEN FLAG_IS_OFFROAD_VEHICLE FLAG_HAS_INTERIOR_EXTRAS FLAG_REPORT_CRIME_IF_STANDING_ON
-
@sirkingnut said in Park Ranger only shows one livery when there are four:
erase
No don't erase everything, just add it the same way other flags are written . like this
<flags>FLAG_HAS_LIVERY FLAG_LAW_ENFORCEMENT FLAG_DONT_SPAWN_IN_CARGEN FLAG_IS_OFFROAD_VEHICLE FLAG_HAS_INTERIOR_EXTRAS</flags>
-
@cgz It didn't work
-
This is what I have <flags>FLAG_LAW_ENFORCEMENT FLAG_DONT_SPAWN_IN_CARGEN FLAG_IS_OFFROAD_VEHICLE FLAG_HAS_INTERIOR_EXTRAS FLAG_REPORT_CRIME_IF_STANDING_ON_FLAG_HAS_LIVERY</flags>
-
@sirkingnut replace the line with this it will work. space between each flags are needed to be properly read <flags>FLAG_HAS_LIVERY FLAG_LAW_ENFORCEMENT FLAG_DONT_SPAWN_IN_CARGEN FLAG_IS_OFFROAD_VEHICLE FLAG_HAS_INTERIOR_EXTRAS FLAG_REPORT_CRIME_IF_STANDING_ON</flags>
-
@cgz Ok it works now thank you for your help