I want to BUILDING_SOLAR_PLANT don't deed TERRAIN_DESERT
and BUILDING_SOLAR_PLANT don't Mutually Exclusive BUILDING_NUCLEAR_PLANT:
so
but this mod: Delete BUILDING_PETRA, BUILDING_NUCLEAR_PLANT and BUILDING_SOLAR_PLANT
TRYED
AND
and no one worked, but BUILDING_PETRA is back if use any of two abowe.
.
AND
I don"t want to plagiarism another user mod, but can I change its Value in My mod be superior to his, He add a building and I want to it was cheaper, I know that just change His mod would be easier.
and BUILDING_SOLAR_PLANT don't Mutually Exclusive BUILDING_NUCLEAR_PLANT:
so
HTML:
<Buildings>
<Delete NearbyTerrainRequired="TERRAIN_DESERT"/>
<Delete MutuallyExclusiveGroup="1" />
</Buildings>
but this mod: Delete BUILDING_PETRA, BUILDING_NUCLEAR_PLANT and BUILDING_SOLAR_PLANT
TRYED
HTML:
<Delete Type="BUILDING_SOLAR_PLANT" NearbyTerrainRequired="TERRAIN_DESERT" />
<Delete Type="BUILDING_SOLAR_PLANT" MutuallyExclusiveGroup="1" />
<Delete Type="BUILDING_NUCLEAR_PLANT" MutuallyExclusiveGroup="1" />
AND
HTML:
<Delete NearbyTerrainRequired="TERRAIN_DESERT" Type="BUILDING_SOLAR_PLANT"/>
<Delete MutuallyExclusiveGroup="1" Type="BUILDING_SOLAR_PLANT" />
<Delete MutuallyExclusiveGroup="1" Type="BUILDING_NUCLEAR_PLANT"/>
.
AND
I don"t want to plagiarism another user mod, but can I change its Value in My mod be superior to his, He add a building and I want to it was cheaper, I know that just change His mod would be easier.