Resource icon

Ability to Raze all Cities G&K 2016-10-05

Mod to allow option to raze all cities, including capitals and city states. Victory condition still works.

As the SDK has not been updated using this mod will not have all of the hotfix elements from las patch applied.

Spoiler :
CvPlayer.cpp
I know, really ugly mod
/*if(!bIgnoreCapitals && pCity->IsEverCapital() && bOriginalCapital)
{
return false;
}*/

// Colonize enable city razing START
if(!bIgnoreCapitals && pCity->IsEverCapital() && bOriginalCapital)
{
//return false;
}
// Colonize enable city razing END
Author
rf900
Downloads
1,693
Views
1,693
First release
Last update

Ratings

4.00 star(s) 2 ratings

More resources from rf900

Back
Top Bottom