Cpt Krunch
New member
It can be controlled somewhat, but it takes some trial and error. The first thing I would tell you to look at is adding the 'unique' tag you can add to your city tagged prefabs.
Its a stackable tag as well, so you need to make a separate entry for each copy of the building you want to generate, ie
Skyscraper02, xyz, citycenter;unique
Skyscraper02, xyz, citycenter;unique
Skyscraper02, xyz, citycenter;unique
Skyscraper02, xyz, citycenter;unique
This would give you 4 and only 4 of skyscraper02. This works well enough, but the problem is you are breaking this out over X number of cities,and theres not guarantee you wont still get 2 of the same in one city,and none in another. I generate each city separately, but its a ton of extra work to do so.
If you mess around with the tags enough, you can still get a decent mix
Its a stackable tag as well, so you need to make a separate entry for each copy of the building you want to generate, ie
Skyscraper02, xyz, citycenter;unique
Skyscraper02, xyz, citycenter;unique
Skyscraper02, xyz, citycenter;unique
Skyscraper02, xyz, citycenter;unique
This would give you 4 and only 4 of skyscraper02. This works well enough, but the problem is you are breaking this out over X number of cities,and theres not guarantee you wont still get 2 of the same in one city,and none in another. I generate each city separately, but its a ton of extra work to do so.
If you mess around with the tags enough, you can still get a decent mix