Difference between revisions of "Civilizations"

From BotF2-Wiki
Jump to: navigation, search
(Intro: added: Link to Races and comment)
(Intro: added: bitbucket-link, but just this commit 24.09.2013)
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/BotF2/src/4bd3c04bb439e29cb543e1f020819b8df2e70bf4/Mainline/BotF2Client/Resources/Data/Civilizations.xml?at=default (24.09.2013)
 +
  
 
At \Resources\Images\ only the five Major [http://botf2.square7.ch/wiki/index.php?title=Category:Races Races] images are stored.
 
At \Resources\Images\ only the five Major [http://botf2.square7.ch/wiki/index.php?title=Category:Races Races] images are stored.

Revision as of 15:35, 23 November 2013

Intro

Civilizations are defined by \Resources\Data\Civilizations.xml.

bitbucket: https://bitbucket.org/mstrobel/BotF2/src/4bd3c04bb439e29cb543e1f020819b8df2e70bf4/Mainline/BotF2Client/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>