Difference between revisions of "JobBoards 2da"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Extracted from Job boards)
 
m (Formatting)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
The [[JobBoards 2da]] defines each [[job board]] and provides a unique ID which is used to control which jobs it can potentially display.
 +
 +
This [[2da]] is defined as an [[m2da]] in the[[ M2DA_base 2da]] and has an '''ID''' of '''115'''. It can be extended by m2da fragments which have names starting with '''JobBoards'''.
 +
 +
== Structure ==
 +
 
{{2da start | JobBoards}}
 
{{2da start | JobBoards}}
 
{{2da column| LABEL |string| A string used by the toolset internally}}
 
{{2da column| LABEL |string| A string used by the toolset internally}}
{{2da column| Texture |resource| the background texture displayed by the job board GUI}}
+
{{2da column| Texture |resource| The background texture displayed by the job board GUI}}
{{2da column| HeaderStrId |int| a [[string ID]] for a text header at the top of the board}}
+
{{2da column| HeaderStrId |int| A [[string ID]] for a text header at the top of the board}}
 
{{2da column| ModuleRef |string| The campaign that owns this board}}
 
{{2da column| ModuleRef |string| The campaign that owns this board}}
 
{{2da column| ShowDonationButton |int| {{undocumented}} }}
 
{{2da column| ShowDonationButton |int| {{undocumented}} }}
{{2da column| DonationScript |resource| script to be fired for each donation. Amount donated should be int param 0}}
+
{{2da column| DonationScript |resource| The cript to be fired for each donation. Amount donated should be int param 0}}
 
{{2da column| DonationMsgStrId |int| String for the message box that is shown when the donation is accepted}}
 
{{2da column| DonationMsgStrId |int| String for the message box that is shown when the donation is accepted}}
 
{{2da column| HeaderTintIndex|int|
 
{{2da column| HeaderTintIndex|int|
Line 14: Line 20:
 
}}
 
}}
 
{{2da end}}
 
{{2da end}}
 +
 +
== Remarks ==
 +
 +
It has still to be determined if the donation system is functional: none of the boards in the [[Single Player]] module are set up for it and the donation script listed for them does not exist in the [[Core Game Resources]] or Single Player module.
 +
 +
[[Category:2da files]]
 +
[[Category:2da files from JobBoards.xls]]

Latest revision as of 22:52, 27 October 2014

The JobBoards 2da defines each job board and provides a unique ID which is used to control which jobs it can potentially display.

This 2da is defined as an m2da in the M2DA_base 2da and has an ID of 115. It can be extended by m2da fragments which have names starting with JobBoards.

Structure

Column Type Description
ID int A number that uniquely identifies the entry (unless creating an M2DA override). ID numbers are listed from smallest to highest within a given file but do not need to be consecutive.
LABEL string A string used by the toolset internally
Texture resource The background texture displayed by the job board GUI
HeaderStrId int A string ID for a text header at the top of the board
ModuleRef string The campaign that owns this board
ShowDonationButton int [Undocumented]
DonationScript resource The cript to be fired for each donation. Amount donated should be int param 0
DonationMsgStrId int String for the message box that is shown when the donation is accepted
HeaderTintIndex int
  • 1 - chantry
  • 2 - mage
  • 3 - blackstone
  • 4 - rogue

Remarks

It has still to be determined if the donation system is functional: none of the boards in the Single Player module are set up for it and the donation script listed for them does not exist in the Core Game Resources or Single Player module.