Yes, indeed. It was +2 crime, I have built a building with -5 crime and the result was +1 crime But at least when I built Nature Alliance (or maybe Spirit?) the pollution dramatically dropped (it eliminates the pollution caused by buildings, so all these Pests among them).
I agree we could use more filters. AIAndy was the guy who knew the process there. It was both python and dll based. Would be very difficult to figure out at this point.
It is not very difficult.
Check BuildingFilterIsProperty in CvBuildingFilters. Add your new filters in BuildingFilterTypes and BuildingFilterList::init. In this case you want to invert the filter, so pass true as the second parameter to the BuildingFilterIsProperty constructor.
Finally you need to add the button to the screen in CvMainInterface.py similar to what is done for BUILDING_FILTER_SHOW_CRIME.
It is not very difficult.
Check BuildingFilterIsProperty in CvBuildingFilters. Add your new filters in BuildingFilterTypes and BuildingFilterList::init. In this case you want to invert the filter, so pass true as the second parameter to the BuildingFilterIsProperty constructor.
Finally you need to add the button to the screen in CvMainInterface.py similar to what is done for BUILDING_FILTER_SHOW_CRIME.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.