boformer / BuildingThemes

Mod for Cities:Skylines
http://steamcommunity.com/sharedfiles/filedetails/?id=466158459
MIT License
13 stars 11 forks source link

variable to control front/backyard expansion #41

Closed boformer closed 9 years ago

boformer commented 9 years ago

By default the length of a growable building plot will extend if there is enough space. For example, a 1x1 asset will create a 1x4 asset if there is enough space.

Some assets place additional parking spaces and props in the backyard.

Other assets don't use the additional space, so it is a waste of space to expand the backyard.

I disabled the backyard expansion feature when I modified the footprint calculator.

It would be better if there was a way to control the backyard expansion.

Ideas:

And the last idea: Automatically determine if the backyard should be extended by checking if any props are place in the backyard: My favorite, but difficult to implement.

boformer commented 9 years ago

I solved this yesterday. Uploading the changes soon.