Difference between revisions of "2DA base.xls"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Reformatting contents)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This 2DA can probably be seen as a ''router'' for other 2DA's, which want to reference data from other [[2DA|2DA's]], so called [[2DA#Extending the game via M2DAs|M2DA's]]. M2DA's is the mere possibility to merge any XLS worksheet (GDA) into the same 2DA internally which allows for addins. However since any new GDA has a different filename, the purpose is to route to any filename beginning with what is a Prefix, which is set in the ''Worksheet'' column. Most 2DA's are extendable like that, so this list is quiet big, and seemingly a busy route.
+
The [[2DA_base.xls]] file contains the [[2da]] data that defines which other 2da files are [[m2da]] files and can be [[2DA#Extending the game via M2DAs|extended]] using m2da fragments.
  
Other 2DA's reference to it by the ID's, while it will search for the M2DA worksheets beginning with the prefix respectivly.
+
The workbook contains the following worksheets:
  
{{2da start|2DA_base}}
+
* [[2DA_base 2da|2DA_base]] (legacy)
{{2da column|Label|string| Brief description of the 2DA }}
+
* [[M2DA_base 2da|M2DA_base]]
{{2da column|Worksheet|string| The name of the worksheet to load in and access.}}
+
{{2da column|PackageIDForAI|int| ID of the package that this 2DA is the tactics table for. }}
+
{{2da end}}
+
 
+
{{2da start|M2DA_base}}
+
{{2da column|Label|string| Brief description of the 2DA }}
+
{{2da column|Worksheet|string| The name of the worksheet to load in and access. This is a prefix for any Worksheet beginning with it}}
+
{{2da column|PackageIDForAI|int| ID of the package that this 2DA is the tactics table for. M2DAs that are not tactics tables should leave this as "****". }}
+
{{2da end}}
+
 
+
 
+
*Note: New 2DAs should be added to M2DA_base, not to 2DA_base. 2DA_base is a legacy 2DA that is no longer used.
+
  
 
[[Category:2DAs]]
 
[[Category:2DAs]]
 +
[[Category:XLS files]]

Latest revision as of 12:25, 20 October 2011

The 2DA_base.xls file contains the 2da data that defines which other 2da files are m2da files and can be extended using m2da fragments.

The workbook contains the following worksheets: