OK, so I am new to modding. I have read several tutorials and watched videos and have started making my own mod- starting very simply with editing buildings. For example:
<Update>
<Set Happiness="4"/>
<Where Type="BUILDING_COLOSSEUM"/>
</Update>
to increase colosseum happiness from 2 to 4. OK great- I get it to work in-game and all is good.
Now I apply the same logic to cultural buildings-specifically the amphitheater, opera house, and museum bc I feel they are underpowered. For example:
<Update>
<Set Culture="6"/>
<Where Type="BUILDING_OPERA_HOUSE"/>
</Update>
I cannot get this to work in-game! Moreover, I cannot even find the Amphitheater in the xml files. I am sure there is a simple solution to this but I cannot for the life of me find one. Thanks!
Moderator Action: Please do not post multiple threads on the same topic across the forums. I am going to close this thread and ask that you use the other one, linked below.
Please use this thread for your discussion. Thanks.
<Update>
<Set Happiness="4"/>
<Where Type="BUILDING_COLOSSEUM"/>
</Update>
to increase colosseum happiness from 2 to 4. OK great- I get it to work in-game and all is good.
Now I apply the same logic to cultural buildings-specifically the amphitheater, opera house, and museum bc I feel they are underpowered. For example:
<Update>
<Set Culture="6"/>
<Where Type="BUILDING_OPERA_HOUSE"/>
</Update>
I cannot get this to work in-game! Moreover, I cannot even find the Amphitheater in the xml files. I am sure there is a simple solution to this but I cannot for the life of me find one. Thanks!
Moderator Action: Please do not post multiple threads on the same topic across the forums. I am going to close this thread and ask that you use the other one, linked below.
Please use this thread for your discussion. Thanks.