Is there a popgroups.ymt but Helicopter?
-
Is there a popgroups.ymt but Helicopter?
-
@Johnnyp3010 You need to modify the vehiclemodelsets.meta, which resides in mods\update\update.rpf\common\data\ai
For additional helicopter types find the PRIVATE_HELI section. I have added some DLC choppers there, like you see below. Note: I have changed the probability value to 1/models. I have 5 models in the list, so the value is 0.2 for all. The result is in an equal spawning chance with the same population density as in the vanilla game.<Item type="CAmbientModelSet"> <Name>PRIVATE_HELI</Name> <Models> <Item> <Name>HAVOK</Name> <Variations type="NULL" /> <Probability value="0.200000" /> </Item> <Item> <Name>SUPERVOLITO</Name> <Variations type="NULL" /> <Probability value="0.200000" /> </Item> <Item> <Name>VOLATUS</Name> <Variations type="NULL" /> <Probability value="0.200000" /> </Item> <Item> <Name>SWIFT2</Name> <Variations type="NULL" /> <Probability value="0.200000" /> </Item> <Item> <Name>FROGGER</Name> <Variations type="NULL" /> <Probability value="0.200000" /> </Item> </Models> </Item>