anachronox-sdk/Anoxfiles/anoxdata/particles/test/joeysmoke.apd
2002-01-21 00:00:00 +00:00

123 lines
4.4 KiB
Text

APD1
# Anachronox Particle Definition File
# First four characters in file must not be changed!
# This file was generated: 2001-02-02 14:57:35
# Particle engine compiled: Fri Jan 26 19:35:18 2001
#
# Comment lines begin with the '#' character.
# Value of "time" is always integral milliseconds from start of script.
#
# Most integer values can be entered in three ways:
# - If first character is '0' and seoncd character is not 'x' or 'X',
# then it is assumed to be in octal (base 8).
# - If first character is '0' and second character IS 'x' or 'X',
# then it is assumed to be hexadecimal (base 16).
# - Otherwise it is treated as a normal base 10 number.
# Example: 0x100 (base 16), 291 (base 10), and 0443 (base 8) are the same.
########
# generator : <description>
#------------:---------------
generator : flame
# generator air resistance
genresist : 3
# generator constant acceleration vector
genaccel : 0 : 0 : 10
#---------------
# Particle Data
#---------------
# alpha of particle (integer from 0-255 or 0x00-0xFF)
# alpha : <time> : <flags> : <value>
#----------:----------:------------:------------
alpha : 0 : 0x00000000 : 0
alpha : 128 : 0x00000000 : 255
alpha : 1000 : 0x00000000 : 0
# rgb color of particle in web order (hex)
# color : <time> : <flags> : <0xRRGGBB>
#----------:----------:------------:------------
color : 0 : 0x00000000 : 0x934900
color : 528 : 0x00000000 : 0x2F1717
# radius of particle in world units (float)
# radius : <time> : <flags> : <value>
#----------:----------:------------:----------
radius : 0 : 0x00000000 : 24.800001
radius : 400 : 0x00000000 : 10.629001
radius : 1000 : 0x00000000 : 0.000000
#-----------
# Spew Data
#-----------
# rate of continuous particle emission per second (float >= 0)
# flow : <time> : <flags> : <value>
#----------:----------:------------:----------
flow : 1968 : 0x00000000 : 15
# range of angle values on sphere for emission (degrees 0.0 to 180.0)
# angle : <time> : <flags> : <mindeg> : <maxdeg>
#----------:----------:------------:----------:----------
angle : 976 : 0x00000000 : 0 : 14
# initial velocity range of particles (float values)
# initvel : <time> : <flags> : <minvel> : <maxvel>
#----------:----------:------------:----------:----------
initvel : 2016 : 0x00000000 : 136.487 : 198.127
########
# generator : <description>
#------------:---------------
generator : smoke
# generator air resistance
genresist : 2
# generator constant acceleration vector
genaccel : 20 : 0 : 20
# generator custom blending commands
genblend : 0x0302 : 0x0303
#---------------
# Particle Data
#---------------
# alpha of particle (integer from 0-255 or 0x00-0xFF)
# alpha : <time> : <flags> : <value>
#----------:----------:------------:------------
alpha : 0 : 0x00000000 : 0
alpha : 208 : 0x00000000 : 0
alpha : 560 : 0x00000000 : 85
alpha : 1984 : 0x00000000 : 0
# rgb color of particle in web order (hex)
# color : <time> : <flags> : <0xRRGGBB>
#----------:----------:------------:------------
color : 496 : 0x00000000 : 0x000000
# radius of particle in world units (float)
# radius : <time> : <flags> : <value>
#----------:----------:------------:----------
radius : 672 : 0x00000000 : 12.993001
radius : 1952 : 0x00000000 : 23.906002
#-----------
# Spew Data
#-----------
# rate of continuous particle emission per second (float >= 0)
# flow : <time> : <flags> : <value>
#----------:----------:------------:----------
flow : 1504 : 0x00000000 : 12.174
# range of angle values on sphere for emission (degrees 0.0 to 180.0)
# angle : <time> : <flags> : <mindeg> : <maxdeg>
#----------:----------:------------:----------:----------
angle : 1248 : 0x00000000 : 0 : 6
# initial velocity range of particles (float values)
# initvel : <time> : <flags> : <minvel> : <maxvel>
#----------:----------:------------:----------:----------
initvel : 1600 : 0x00000000 : 166.536 : 197.214