[R&F] Allow Entertainment Complex and Water Park in the same city

justinsy

Chieftain
Joined
Jun 26, 2012
Messages
86
It would be great if we can have both at the same time! So that i'll never have to worry about amenities every again...
 
This is super easy to mod since at present the only entries in the MutuallyExclusiveDistricts table are versions of the Entertainment Complex. You can just do this:

Code:
DELETE FROM MutuallyExclusiveDistricts ;


You'd need to revise this if later Firaxis adds new mutually exclusive districts and you don't want them also to not longer be exclusive.
 
This is super easy to mod since at present the only entries in the MutuallyExclusiveDistricts table are versions of the Entertainment Complex. You can just do this:

Code:
DELETE FROM MutuallyExclusiveDistricts ;


You'd need to revise this if later Firaxis adds new mutually exclusive districts and you don't want them also to not longer be exclusive.

Hi, could you make the mod for this? I've got no idea how to do it. :< and having a mod would make it less troublesome in the future
 
Back
Top Bottom