Homies & NPCs Im trying to Increase the amount of NPC's that spawn during notoriety levels

i have tried this myself through the file notoriety_spawn .xtbl, editing the police vehicle and npc max amounts also spawn times at medium and large levels but not much happens.
I am not a expert at modding so if anyone knows if this is possible or another way to do it let me know.
 
Did you increase both of these?

<max_vehicle_occupants></max_vehicle_occupants>

and

<npc_cap></npc_cap>

if those don't help try lowering

<min_spawn_time></min_spawn_time>

as well as

<veh_min_spawn_time></veh_min_spawn_time>
 
thanks for the reply.
this is what i have done to what i think is the police car spawns, but have also done the same to the national guard values below this in the files:
in game there may be a minor change if at all


<Name>police</Name>
<level_info>
<level_info>
<level>2</level>
<min_spawn_time>0.1</min_spawn_time>
<max_spawn_time>0.2</max_spawn_time>
<max_vehicle_occupants>100</max_vehicle_occupants>
<max_vehicles>100</max_vehicles>
<npc_cap>1000</npc_cap>
<specialist_cap>0</specialist_cap>
<brute_cap>0</brute_cap>
<veh_min_spawn_time>0.1</veh_min_spawn_time>
<veh_max_spawn_time>0.2</veh_max_spawn_time>
</level_info>
<level_info>
<level>3</level>
<min_spawn_time>0.1</min_spawn_time>
<max_spawn_time>0.2</max_spawn_time>
<max_vehicle_occupants>100</max_vehicle_occupants>
<max_vehicles>100</max_vehicles>
<npc_cap>100</npc_cap>
<specialist_cap>1</specialist_cap>
<brute_cap>0</brute_cap>
<veh_min_spawn_time>0.1</veh_min_spawn_time>
<veh_max_spawn_time>0.2</veh_max_spawn_time>
</level_info>
<level_info>
<level>4</level>
<min_spawn_time>0.1</min_spawn_time>
<max_spawn_time>0.2</max_spawn_time>
<max_vehicle_occupants>4</max_vehicle_occupants>
<max_vehicles>100</max_vehicles>
<npc_cap>240</npc_cap>
<specialist_cap>1</specialist_cap>
<brute_cap>0</brute_cap>
<veh_min_spawn_time>0.1</veh_min_spawn_time>
<veh_max_spawn_time>0.2</veh_max_spawn_time>
</level_info>
<level_info>
<level>5</level>
<min_spawn_time>0.1</min_spawn_time>
<max_spawn_time>0.2</max_spawn_time>
<max_vehicle_occupants>100</max_vehicle_occupants>
<max_vehicles>140</max_vehicles>
<npc_cap>240</npc_cap>
<specialist_cap>2</specialist_cap>
<brute_cap>0</brute_cap>
<veh_min_spawn_time>0.1</veh_min_spawn_time>
<veh_max_spawn_time>0.2</veh_max_spawn_time>
</level_info>




Just in case, i have edited <Name>police_riot</Name> to the same standard but again no big diffrence in game
 
Last edited:
Back
Top