[quote=“pisskop, post:240, topic:10523”][quote=“Noctifer, post:239, topic:10523”]Here are the weights:
{
"type" : "vehicle_group",
"id" : "suburban_home",
"vehicles" : [
["d_surv_s", 200]
]
},{
"type" : "vehicle_group",
"id" : "dirtlot",
"vehicles" : [
["d_surv_s", 100], ["surv_rv", 50] ]
},{
"type" : "vehicle_group",
"id" : "garage",
"vehicles" : [
["d_surv_s", 100] ]
},{
"type" : "vehicle_group",
"id" : "city_vehicles",
"vehicles" : [
["d_surv_s", 100], ["surv_rv", 50] ]
},{
"type" : "vehicle_group",
"id" : "parkinglot",
"vehicles" : [
["surv_rv", 50]
]
},{
"type" : "vehicle_group",
"id" : "highway",
"vehicles" : [
["surv_rv", 50]
]
}
They are not that big so I am not sure what is going on. In large cities, it is a matter of numbers since their is a big number of vehicles.[/quote]
Are those custom vehicle groups you created? or are you trying to add them to existing groups?
because youre overriding existing groups ids with your id. which has 1 car in it. eaning 100% of the time that group is called on your survivor home is picked.
Best to add the rest of the cars of those groups to your lists via copy paste. or water them down with othercars[/quote]
So its like monster groups then…Guess I will have to manage a combined vehicle group mod…