Bulldoze Everything *Sunset Harbor Compatible*

If you liked this item, please rate it up on Steam Workshop page.

Author: THE CHOSEN ONE[FIN]

Last revision: 11 Jul, 2020 at 14:18 UTC (1)

File size: 8.19 KB

On Steam Workshop

Description:

Automatic Bulldozer for abandoned/burned/collapsed/flooded buildings. No UI or options, just works! Compatible with the latest dlc Sunset Harbor.

Automatic bulldozer for only abandoned buildings can be found here: https://steamcommunity.com/sharedfiles/filedetails/?id=1507233911

Source Code: https://github.com/yakka34/AutomaticBulldoze with 1-line modification
Changes:
11.07.2020:
-Performance improvement: Switched from O(N) list operations to O(1) HashSet operations.
Should improve performance with large cities
19.01.2019:
-Added bulldozing for burned, collapsed and flooded buildings
15.09.2018:
-Crash fix: Bulldoze calls are now handled by the game’s simulation manager

How it works:
Unlike other bulldozer mods, this mods tries to minimize chance of breaking between updates.
This is achieved with having no UI or options. Performance is also very good. Even though it runs once per second it has to only iterate small list of player build buildings which isn’t cpu intensive.
Size only 0.008 MB 🙂

* Mod checks once per simulation second (When the game is not paused) for abandoned buildings
* Mod keeps track of buildings in order to mimimize the collection size it has to iterate through.
* Once abandoned building is found, request is made to the simulation manager for its removal.

Download
Revisions:

Old revisions of this mod are available below. Click the link to download.