Difference between revisions of "Civilizations"
From Supremacy Wiki
(Created page with "= Intro = Civilizations are defined by \Resources\Data\'''Civilizations.xml'''. = File Structure = *<Civilization Key="FEDERATION"> * <Race>HUMANS</Race> * <ShortName>...") |
(→Intro: added: bitbucket-link, but just this commit 24.09.2013) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Intro = | = Intro = | ||
Civilizations are defined by \Resources\Data\'''Civilizations.xml'''. | Civilizations are defined by \Resources\Data\'''Civilizations.xml'''. | ||
+ | |||
+ | bitbucket: https://bitbucket.org/mstrobel/supremacy/src/4bd3c04bb439e29cb543e1f020819b8df2e70bf4/Mainline/SupremacyClient/Resources/Data/Civilizations.xml?at=default (24.09.2013) | ||
+ | |||
+ | |||
+ | At \Resources\Images\ only the five Major [http://supremacy.square7.ch/wiki/index.php?title=Category:Races Races] images are stored. | ||
= File Structure = | = File Structure = | ||
Line 15: | Line 20: | ||
* <TechCurve>TechCurve6</TechCurve> | * <TechCurve>TechCurve6</TechCurve> | ||
* </Civilization> | * </Civilization> | ||
+ | |||
+ | [[Category:XML-files]] |
Latest revision as of 14:35, 23 November 2013
Intro
Civilizations are defined by \Resources\Data\Civilizations.xml.
bitbucket: https://bitbucket.org/mstrobel/supremacy/src/4bd3c04bb439e29cb543e1f020819b8df2e70bf4/Mainline/SupremacyClient/Resources/Data/Civilizations.xml?at=default (24.09.2013)
At \Resources\Images\ only the five Major Races images are stored.
File Structure
- <Civilization Key="FEDERATION">
- <Race>HUMANS</Race>
- <ShortName>Federation</ShortName>
- <LongName>United Federation of Planets</LongName>
- <DiplomacyReport>The United...</DiplomacyReport>
- <HomeSystemName>Sol</HomeSystemName>
- <Color>Blue</Color>
- <HomeQuadrant>Alpha</HomeQuadrant>
- <CivilizationType>Empire</CivilizationType>
- <TechCurve>TechCurve6</TechCurve>
- </Civilization>