Here is the scb_prop_dust.odf
Hidden/Spoiler:
Like this ->http://steamcommunity.com/profiles/7656 ... 5681334648
Only problem is, nothing shows up ingame...
Any thoughts?
Moderator: Moderators



Code: Select all
[GameObjectClass]
ClassLabel = "dusteffect"
GeometryName = "scb_prop_dust.msh" // editor mesh
[Properties]
MinPos = "-10 80 -10" // minimum particle position values (XYZ)
MaxPos = "50 90 50" // maximum particle position values (XYZ)
MinVel = "-10 0 -10" // minimum particle velocity values (XYZ - forwards is north)
MaxVel = "10 1 10" // maximum particle velocity values (XYZ - forwards is north)
MinSize = "15" // minimum size of particles
MaxSize = "20" // maximum size of particles
MinLifeTime = "2" // minimum duration of time (in seconds) particles can exist
MaxLifeTime = "3" // maximum duration of time (in seconds) particles can exist
Alpha = "1.0" // transparency (0.0 .. 1.0) of particles (0.0 = completely transparent, 1.0 = completely opaque)
NumParticles = "80" // number of particles that can exist at once
MaxDistance = "150" // maximum particle view distance in meters(?)
Texture = "whitedust" // particle texture
SpawnSound = "" // sound property played when effect is spawned