Reverse Porting FFH feature back to Civ 4

Chronis

Warlord
Joined
Feb 3, 2011
Messages
102
So I really like how FFH handles great generals.
The gradual accumulation of experience over time was an amazingly good idea much better then the original way generals were implemented.

I want to import this type of experienece gain back into generic CIV 4.

Can anyone direct me to the code that controls this feature. I should be able to (with time) take it from there.
 
I'm guessing that you're referring to the Hero promotion, as there are no Great Generals in base FFH? If so, it's handled via a tag in PromotionInfos.xml called <iFreeXPPerTurn>. You can search for that tag in the DLL source code and finagle the rest from there.
 
Back
Top Bottom