113 lines
4.1 KiB
Text
113 lines
4.1 KiB
Text
APD1
|
|
|
|
# Anachronox Particle Definition File
|
|
# First four characters in file must not be changed!
|
|
# This file was generated: 2001-02-14 20:00:28
|
|
# Particle engine compiled: Tue Feb 13 19:05:42 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 : Generator #1
|
|
|
|
#---------------
|
|
# Particle Data
|
|
#---------------
|
|
|
|
# alpha of particle (integer from 0-255 or 0x00-0xFF)
|
|
# alpha : <time> : <flags> : <value>
|
|
#----------:----------:------------:------------
|
|
alpha : 0 : 0x00000000 : 0
|
|
alpha : 352 : 0x00000000 : 0
|
|
alpha : 1000 : 0x00000000 : 0
|
|
|
|
# rgb color of particle in web order (hex)
|
|
# color : <time> : <flags> : <0xRRGGBB>
|
|
#----------:----------:------------:------------
|
|
color : 500 : 0x00000000 : 0x7F7F7F
|
|
|
|
# radius of particle in world units (float)
|
|
# radius : <time> : <flags> : <value>
|
|
#----------:----------:------------:----------
|
|
radius : 0 : 0x00000000 : 20.000000
|
|
radius : 600 : 0x00000000 : 15.000000
|
|
radius : 1000 : 0x00000000 : 0.000000
|
|
|
|
#-----------
|
|
# Spew Data
|
|
#-----------
|
|
|
|
# rate of continuous particle emission per second (float >= 0)
|
|
# flow : <time> : <flags> : <value>
|
|
#----------:----------:------------:----------
|
|
flow : 2000 : 0x00000000 : 20
|
|
|
|
# initial velocity range of particles (float values)
|
|
# initvel : <time> : <flags> : <minvel> : <maxvel>
|
|
#----------:----------:------------:----------:----------
|
|
initvel : 2000 : 0x00000000 : 25 : 50
|
|
|
|
########
|
|
# generator : <description>
|
|
#------------:---------------
|
|
generator : Generator #2
|
|
# generator air resistance
|
|
genresist : 2.5
|
|
|
|
#---------------
|
|
# Particle Data
|
|
#---------------
|
|
|
|
# alpha of particle (integer from 0-255 or 0x00-0xFF)
|
|
# alpha : <time> : <flags> : <value>
|
|
#----------:----------:------------:------------
|
|
alpha : 0 : 0x00000000 : 0
|
|
alpha : 304 : 0x00000000 : 255
|
|
alpha : 2224 : 0x00000000 : 0
|
|
|
|
# rgb color of particle in web order (hex)
|
|
# color : <time> : <flags> : <0xRRGGBB>
|
|
#----------:----------:------------:------------
|
|
color : 480 : 0x00000000 : 0xB83F21
|
|
|
|
# radius of particle in world units (float)
|
|
# radius : <time> : <flags> : <value>
|
|
#----------:----------:------------:----------
|
|
radius : 0 : 0x00000000 : 0.000000
|
|
radius : 224 : 0x00000000 : 14.009001
|
|
radius : 2192 : 0x00000000 : 0.000000
|
|
|
|
#-----------
|
|
# Spew Data
|
|
#-----------
|
|
|
|
# rate of continuous particle emission per second (float >= 0)
|
|
# flow : <time> : <flags> : <value>
|
|
#----------:----------:------------:----------
|
|
flow : 0 : 0x00000000 : 0
|
|
flow : 256 : 0x00000000 : 46.929
|
|
flow : 768 : 0x00000000 : 46.929
|
|
flow : 1072 : 0x00000000 : 0
|
|
|
|
# range of angle values on sphere for emission (degrees 0.0 to 180.0)
|
|
# angle : <time> : <flags> : <mindeg> : <maxdeg>
|
|
#----------:----------:------------:----------:----------
|
|
angle : 2512 : 0x00000000 : 0 : 16
|
|
|
|
# initial velocity range of particles (float values)
|
|
# initvel : <time> : <flags> : <minvel> : <maxvel>
|
|
#----------:----------:------------:----------:----------
|
|
initvel : 0 : 0x00000000 : 166.412 : 249.618
|
|
initvel : 1536 : 0x00000000 : 33.282 : 105.394
|
|
|