TextDatabase.xml: Difference between revisions

From BotF2-Wiki
Jump to navigation Jump to search
m 1 revision
 
No edit summary
Line 1: Line 1:
=== Intro ===
Folder: \Data
Folder: \Data


bitbucket: https://bitbucket.org/mstrobel/BotF2/src/4bd3c04bb439e29cb543e1f020819b8df2e70bf4/Mainline/BotF2Client/Resources/Data/TextDatabase.xml?at=default
see also [http://botf2.square7.ch/b2_db/TextDatabase.php BotF2-Database]
 
bitbucket: https://bitbucket.org/kflanagan/section-31/src/f41145009d5f0ff88f52c3b860ad89b5dfc0f49b/Resources/Data/TextDatabase.xml?at=default
 
=== Fields ===
*Key
*Language
*Name
*Description
*Custom1
*Custom2
 
===Structure ===
 
        <Entry Key="FED_STRIKE_CRUISER_I">
          <LocalizedEntries>
            <LocalizedEntry Language="en">
              <Name><![CDATA[Strike Cruiser I]]></Name>
              <Description><![CDATA[The Niagara class ...]]></Description>
              <Custom1><![CDATA[Phaser Banks]]></Custom1>
              <Custom2><![CDATA[Photon Torpedoes]]></Custom2>
            </LocalizedEntry>
          </LocalizedEntries>
        </Entry>


[[Category:XML-files]]
[[Category:XML-files]]

Revision as of 09:58, 25 February 2014

Intro

Folder: \Data

see also BotF2-Database

bitbucket: https://bitbucket.org/kflanagan/section-31/src/f41145009d5f0ff88f52c3b860ad89b5dfc0f49b/Resources/Data/TextDatabase.xml?at=default

Fields

  • Key
  • Language
  • Name
  • Description
  • Custom1
  • Custom2

Structure

       <Entry Key="FED_STRIKE_CRUISER_I">
         <LocalizedEntries>
           <LocalizedEntry Language="en">
             <Name><![CDATA[Strike Cruiser I]]></Name>
             <Description><![CDATA[The Niagara class ...]]></Description>
             <Custom1><![CDATA[Phaser Banks]]></Custom1>
             <Custom2><![CDATA[Photon Torpedoes]]></Custom2>
           </LocalizedEntry>
         </LocalizedEntries>
       </Entry>