Is it possible to customize what buildings/units individual cities can produce? To be more specific, would it be possible to have a city that can't produce any military units, no matter who controls it?
Yeah, the easiest way to do this is through Python and plug into the CanContruct and CanTrain functions. You can put any logic you want in there. The files is CvGameInterface.py.
If you want an example download my mod and checkout the logic I have in there that allowes/disallows certain civics/techs/units based on the state religion.
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.