Epilogue text positions 2da

From Dragon Age Toolset Wiki
Jump to: navigation, search

The epilogue_text_positions 2da 2da defines the location of the text boxes for images used in slide show dialogues.

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

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.
Image string The name of the image file (including extension)
x int The x coordinate for the text
y int The y coordinate for the text

See Also