Happiness changes only after reload.

Piscatore

Chieftain
Joined
Nov 6, 2013
Messages
7
So I was playing with the Egypt Civ last night and kept it peaceful until I was attacked by the Maroccan civ. I managed to capture all but their capital and somehow I still had like +25 happiness. I went to bed and started this afternoon again only to see my happiness drop to -40.

I experienced the same issue in a previous game. I am using the latest CEP on Wordpress.com (3.6.2 I think).
Again it only changes the value after I reload the game which tells me it kind of works.

Anyone else experienced this?
 
If you can give us more to work with please. Your logs would be very helpful.
Any other mods at play here?

All information from as many different players helps to pin-point problems.
 
While having your logs would be useful, what was likely happening was that your city capturing popups and the associated happiness drops were stuck in the queue because of a Natural Wonder bug. We cannot fix your unhappiness problems in your current game because your happiness is supposed to be that low after capturing all those cities but we can prevent this from happening in any future games.

You can fix this by going to CEG/Terrain/CET_NaturalWonders.xml and changing the following lines:

Line 170:
PHP:
    <Row><FeatureType>FEATURE_FOUNTAIN_YOUTH</FeatureType> <YieldType>YIELD_HAPPINESS_NATIONAL</YieldType> <Yield>1</Yield></Row>

Line 198:
PHP:
    <Row><FeatureType>FEATURE_GEYSER</FeatureType>         <YieldType>YIELD_HAPPINESS_NATIONAL</YieldType> <Yield>1</Yield></Row>

Line 210:
PHP:
    <Row><FeatureType>FEATURE_MT_KAILASH</FeatureType>     <YieldType>YIELD_HAPPINESS_NATIONAL</YieldType> <Yield>1</Yield></Row>

Basically need to change all instances of YIELD_HAPPINESS with YIELD_HAPPINESS_NATIONAL.
 
Hey,

I am back, wasn't online since Friday night. Where do I find the log and thanks for the answers.
 
Back
Top Bottom