Difference between revisions of "AOE.xls"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) m |
BryanDerksen (Talk | contribs) (2da start) |
||
| Line 3: | Line 3: | ||
==Core== | ==Core== | ||
| − | {{2da start}} | + | {{2da start|Core}} |
{{2da column|Name|string|}} | {{2da column|Name|string|}} | ||
{{2da column|UniqueId|int|}} | {{2da column|UniqueId|int|}} | ||
| Line 27: | Line 27: | ||
== Persistent == | == Persistent == | ||
| − | {{2da start}} | + | {{2da start|Persistent}} |
{{2da column|LABEL|string|These labels are used as tags for the resulting objects, which are referenced in scripting. DO NOT ALTER THEM.}} | {{2da column|LABEL|string|These labels are used as tags for the resulting objects, which are referenced in scripting. DO NOT ALTER THEM.}} | ||
{{2da column|SHAPE|string|C = Circular, Radius used R= Rectangular, Width/Length }} | {{2da column|SHAPE|string|C = Circular, Radius used R= Rectangular, Width/Length }} | ||
Revision as of 23:03, 27 July 2009
The AOE.xls file contains two worksheets: Core and Persistent.
Core
| 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. |
| Name | string | |
| UniqueId | int | |
| Type | String | |
| OrientWithGround | bool | |
| Nodes | string | |
| ModelName | string | |
| ImpactSound | string | |
| DurationSound | string | |
| ProgFX | string | |
| Texture | string | |
| CessationNodes | string | |
| CessationModel | string | |
| CessationSound | string | |
| Cessation_ProgFX | string | |
| ShakeType | string | |
| ShakeDelay | string | |
| ShakeDuration | string | |
| LowViolence | string | |
| LowQuality | string |
Persistent
| 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 | These labels are used as tags for the resulting objects, which are referenced in scripting. DO NOT ALTER THEM. |
| SHAPE | string | |
| RADIUS | float | meters |
| WIDTH | float | meters |
| LENGTH | float | meters |
| EVENTSCR | string | Script name for handling all events. |
| OrientWithGround | bool | |
| DurationVFX | int |