Improvement TechYield Changes question

Carl_Bar

Chieftain
Joined
Nov 15, 2014
Messages
49
Trying to do something in this section. Specifically i want to create a tech that improves the yield of mines on basic resources only. I can't add a ResourceType line however, was wondering if anyone knew of a workaround that would work? Ideally it also needs to work for setting a tech to effect only mines on titanium if possible.
 
You would need to create another mine improvement IMP_MINE_STRATEGIC - it would would look identical to the standard mine (so no issues with the graphics) and only buildable on strategics. Remove strategics from the list that IMP_MINE can be built on. You can then add the entry into the Improvement_TechYieldChanges table for IMP_MINE.

Same principle for Titanium - remove buildable on Titanium from IMP_MINE_STRATEGIC and create a third mine type IMP_MINE_TITANIUM only buildable on Titanium. Then add the Improvement_TechYieldChanges table for IMP_MINE_TITANIUM
 
Damm, that's a lot of work, will get round to it eventually, but i think for now i'll leave it while i get more confident modding stuff :p. Thanks though for the help :).
 
Back
Top Bottom