Difference between revisions of "VFX base.xls"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Converting to new format)
 
Line 1: Line 1:
 
{{Infobox vfx}}
 
{{Infobox vfx}}
 +
The [[VFX_base.xls]] file contains the [[2da]] file that defines all visual effects.
  
VFX will be divided into 3 parts; impact, duration, and cessation. See the [[VFX editor]]. Each VFX will have its own row in the 2DA file. Each part will have its own slot in that vfx's row. Each slot is an entry for an [[FMOD]] Event that will be the designated sound for that part of that vfx.
+
The workbook contains the following worksheets:
  
<br clear="all"/>
+
* _readme
 +
* [[VFX_Base 2da|VFX_Base]]
  
{{2da start|VFX_base}}
+
[[Category:VFX]]
{{2da column| Label | string | }}
+
[[Category:Effects]]
{{2da column| Type | string | F, T or D}}
+
[[Category:XLS files]]
{{2da column| FixedOrientation | bool | }}
+
{{2da column| AlignToGround | bool | }}
+
{{2da column| ModelName | string | }}
+
{{2da column| ModelName1 | string | }}
+
{{2da column| Size1 | float | }}
+
{{2da column| ModelName2 | string | }}
+
{{2da column| Size2 | float | }}
+
{{2da column| ModelName3 | string | }}
+
{{2da column| size3 | float | }}
+
{{2da column| BlendTreeName | string | }}
+
{{2da column| CrustEffect | bool | }}
+
{{2da column| SoundImpact | string | }}
+
{{2da column| SoundImpactVolume | float | }}
+
{{2da column| SoundImpactPitch | float | }}
+
{{2da column| SoundDuration | string | }}
+
{{2da column| SoundDurationVolume | float | }}
+
{{2da column| SoundDurationPitch | float | }}
+
{{2da column| SoundCessation | string | }}
+
{{2da column| SoundCessationVolume | float | }}
+
{{2da column| SoundCessationPitch | float | }}
+
{{2da column| Tint | string | The color tinting applied to the VFX}}
+
{{2da column| LoadGlobal | int | }}
+
{{2da column| AutoId | comment | }}
+
{{2da column| Description | comment | }}
+
{{2da column| Category | comment | }}
+
{{2da column| Comment | comment | }}
+
{{2da column| PauseAnimate | bool | }}
+
{{2da column| Priority | int | }}
+
{{2da column| ShowInPaperdoll | bool | }}
+
{{2da end}}
+
 
+
[[Category:XLS files]][[Category:VFX]]
+

Latest revision as of 22:40, 27 October 2014

Visual effect topics

The VFX_base.xls file contains the 2da file that defines all visual effects.

The workbook contains the following worksheets: