Question: I have GameCore in Codeblocks-what now??

Joined
Jul 21, 2003
Messages
7,819
Location
Adelaide, South Australia
Hi guys,

So, I followed all of the initial instructions given on how to set up the SDK, and have GameCoreDLL currently open in CodeBlocks. What do I actually have to do in order to actually start MODIFYING FILES? Can anyone please help me with this? Thanks in advance.

Aussie_Lurker.
 
My apologies, I went ahead and figured it out for myself-D'Oh :rolleyes: .

I still have an important question, though, for anyone familiar with the code. What search term should I enter if I want to find the relationship between certain resources and the build rate of specific buildings (like marble and stone impacting on certain World Wonder speeds).

Thanks again :)

Aussie_Lurker.
 
That's not in the GameCoreDLL. It's in the XML. Specifically:

CIV4BuildingInfos.xml

Example for Pyramids:
<BonusProductionModifiers>
<BonusProductionModifier>
<BonusType>BONUS_STONE</BonusType>
<iProductonModifier>100</iProductonModifier>
</BonusProductionModifier>
</BonusProductionModifiers>
 
But my question is-would there be a way of taking this section of the XML for Buildings and somehow add it to the Tech XML-or can that not be done using the SDK?

Aussie_Lurker.
 
Back
Top Bottom