V varus Prince Joined Nov 3, 2005 Messages 130 Oct 22, 2010 #1 Example: <ID></ID> Is this acceptable? Does it have the same effect as just leaving the element out? To make things easier (for me) to read, I like to have all the elements listed, even if I don't plan to use them. Can I do this?
Example: <ID></ID> Is this acceptable? Does it have the same effect as just leaving the element out? To make things easier (for me) to read, I like to have all the elements listed, even if I don't plan to use them. Can I do this?
G goddambigcar Chieftain Joined Sep 28, 2010 Messages 36 Oct 23, 2010 #2 Depends on the element. And the format would be: <ID/> For instance: Code: <GameInfo> <UnitClasses> <Row> <Type>UNITCLASS_WHATEVER</Type> <DefaultUnit/> </Row> </UnitClasses> </GameInfo> Would set the Whatever unitclass to not have a default unit at all.
Depends on the element. And the format would be: <ID/> For instance: Code: <GameInfo> <UnitClasses> <Row> <Type>UNITCLASS_WHATEVER</Type> <DefaultUnit/> </Row> </UnitClasses> </GameInfo> Would set the Whatever unitclass to not have a default unit at all.
Shiggs713 Immortal Joined Mar 11, 2007 Messages 2,361 Location Indianapolis Oct 23, 2010 #3 thats the same format they used to make the wonders and some units unavailable to the barbs and minors. But yes it all depends on what your doing.
thats the same format they used to make the wonders and some units unavailable to the barbs and minors. But yes it all depends on what your doing.