IW,
I remember once you said you want to have hurricanes to get at least one visual effect in the code. But I think i found a way to get those effects.
I added this line in the plague fuction
and this othe one in the Earthquakes in the damaged city location (throw party sprite effect is dust rising).
and this othe one in the Earthquakes in the volcano location (the volcano exploding).
I have seem the plague effect already. It worked and looked really good. And the effect also is useful to point wich cities a sick (some info i miss in your code). Yet i havent seen the others.
What do you think? Have you thought of that before?
I remember once you said you want to have hurricanes to get at least one visual effect in the code. But I think i found a way to get those effects.
I added this line in the plague fuction
Code:
AddEffect(PlaguedCity.location, "SPECEFFECT_BIO_TERROR", "SOUND_ID_BIO_TERROR");
Code:
AddEffect(tmpCity.location, "SPECEFFECT_THROW_PARTY", "SOUND_ID_NUCLEAR_ATTACK");
Code:
AddEffect(VolcLoc, "SPECEFFECT_NUCLEAR_ATTACK", "SOUND_ID_NUCLEAR_ATTACK");
What do you think? Have you thought of that before?
Comment