46 lines
756 B
INI
46 lines
756 B
INI
// Copyright (c) 2000-2019, Vera Visions. All rights reserved.
|
|
|
|
r_part default
|
|
{
|
|
texture "textures/particles/smoke"
|
|
tcoords 0 0 0.125 1 1 8 0.125
|
|
count 1
|
|
scale 32
|
|
die 1
|
|
rgb 25 25 25
|
|
spawnmode ball
|
|
blend add
|
|
veladd 64
|
|
randomvel 8 8 8
|
|
spawnorg 0.25
|
|
scalefactor 5
|
|
}
|
|
r_part +default
|
|
{
|
|
type cdecal
|
|
texture "textures/decals/impact_default"
|
|
tcoords 0 0 0.125 1 1 8 0.125
|
|
rgbf 1 1 1
|
|
scale 12 12
|
|
die 30 60
|
|
orgwrand 6 6 6
|
|
rotationstart -180 180
|
|
}
|
|
r_part +default
|
|
{
|
|
type normal
|
|
blend add
|
|
texture "textures/particles/smoke"
|
|
tcoords 0 0 0.125 1 1 8 0.125
|
|
rgbf 0 0 0
|
|
alpha 1
|
|
scale 8
|
|
scalefactor 1
|
|
scaledelta 128
|
|
cliptype bounce
|
|
die 2
|
|
veladd 25
|
|
orgwrand 6 6 6
|
|
randomvel 0 -8 8
|
|
rotationstart -180 180
|
|
}
|