Skip to content

Effects (Effects[_v2])

These sections describe simple effects or how complex effects (per file) should be included.

Format

Each section is an array of their respective structure.

Effect

Size Type Description
4B uint some kind of index
4B enum effect type
EffectData effect type specific data

Effect_v2

Size Type Description
4B uint some kind of index
4B enum effect type
4B uint unknown some integer parameter
4B uint unknown some integer parameter
4B uint unknown some integer parameter
4B uint unknown some integer parameter
4B uint unknown some integer parameter
EffectData effect type specific data

Effect type

Value Description
1
4 unused
5 unused
6
7 unused
10
11 Snowflakes
13

Effect data

if type == 1 or 5 or 6 or 10

Size Type Description
4B uint unknown some integer parameter
12B Vec3f unknown some vector
12B Vec3f unknown some vector

if type == 4

Size Type Description
4B uint unknown some integer parameter
12B Vec3f unknown some vector

if type == 7

Size Type Description
zstring effect filename
12B Vec3f unknown some vector

if type == Snowflakes

Size Type Description
4B uint unknown some integer parameter

if type == 13

Size Type Description
zstring effect filename
12B Vec3f unknown some vector
12B Vec3f unknown some vector
12B Vec3f unknown some vector
4B uint unknown some integer parameter