Just trying to clarify, but is the idea with this that you will update the mod to have this new functionality, or were you offering an idea for how I could change it myself?Dale said:It wouldn't be too hard. It could be setup so that if a unit has bDCMBombard but not iDCMBombRange then it operates as per vanilla. Would this satisfy?
So in others words your catapults would have bDCMBombard = 1 but no iDCMBombRange tag. Your naval units would have both.
Dale
Caesium said:After two weeks of patient waiting, I wanted to ask how far the update has grown?
Gunner said:Just trying to clarify, but is the idea with this that you will update the mod to have this new functionality, or were you offering an idea for how I could change it myself?Dale said:It wouldn't be too hard. It could be setup so that if a unit has bDCMBombard but not iDCMBombRange then it operates as per vanilla. Would this satisfy?
So in others words your catapults would have bDCMBombard = 1 but no iDCMBombRange tag. Your naval units would have both.
Dale
Because I don't think I'd be able to do it myself![]()
Dale said:BTW, since game options have now been implemented into the code you don't need seperate DLL's for each component. Just modify Civ4GameOptionInfos.xml to change the defaults to what you want for the components to turn them on/off.
Ket said:Dale please see my post on the CCCP forum about the ability for mod makers to completly eliminate the ability for a user to change the settings on a Mod Comp.
Dale said:...The entries in Civ4GameOptionInfos.xml represent the options selectable when setting up a Custom Game (the options in the middle). Each section represents one game option. There is a tag in each section called bDefault which determines the default toggle for the option. 0 = option OFF, 1 = option ON. These defaults are also the default game options used when using the standard game setup (where you can't select game options) and scenarios. So effectively by changing bDefault for the DCM components you are changing whether each component is on or off....