1. How do i get loot piles/crates to spawn alongside the road? As of right now my server has no lootpiles along the road. Or do i need to wait 30 mins after starting up the server?
     
  2. try spawn.fill_groups
     
  3. spawn.min_rate "0.7"
    spawn.max_rate "1"
    spawn.min_density "0.7"
    spawn.max_density "1"
    spawn.fill_groups

    this is what i have and the roads still look empty. any ideas?