Difference between revisions of "TextDatabase.xml"

From BotF2-Wiki
Jump to: navigation, search
 
Line 6: Line 6:
  
 
bitbucket: https://bitbucket.org/kflanagan/section-31/src/f41145009d5f0ff88f52c3b860ad89b5dfc0f49b/Resources/Data/TextDatabase.xml?at=default
 
bitbucket: https://bitbucket.org/kflanagan/section-31/src/f41145009d5f0ff88f52c3b860ad89b5dfc0f49b/Resources/Data/TextDatabase.xml?at=default
 +
 +
=== Adding new items ===
 +
 +
make always sure you have the same keys in
 +
*[[TechObjectDatabase.xml]]
 +
*[[TextDatabase.xml]]
 +
*[[TechTrees.xml]]
  
 
=== Fields ===
 
=== Fields ===

Latest revision as of 17:23, 6 November 2016

Intro

Folder: \Data

see also BotF2-Database

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

Adding new items

make always sure you have the same keys in

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>