home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-08-25 | 1.3 KB | 61 lines |
- [White]
- simulateBase = "sim_smoke"
- lifeTime = 4.0
- renderBase = "draw_sprite"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = "255 255 255 64"
- finishColor = "255 255 255 0"
- startRadius = .5
- finishRadius = 5.0
- animateTime = 4.0
-
- [Tan]
- simulateBase = "smoke.white"
- renderBase = "smoke.white"
- startColor = "111 84 58 64"
- finishColor = "111 108 104 0"
-
- [Brown]
- simulateBase = "smoke.white"
- renderBase = "smoke.white"
- startColor = "68 51 34 64"
- finishColor = "68 51 34 0"
-
- [Black]
- simulateBase = "smoke.white"
- renderBase = "smoke.white"
- startColor = "0 0 0 64"
- finishColor = "0 0 0 0"
-
- [Flame]
- simulateBase = "smoke.white"
- renderBase = "smoke.white"
- textureName = "flame.tga"
- textureBlend = "one one modulate"
- startColor = "255 255 63 255"
- finishColor = "255 0 0 0"
-
- [Spray]
- simulateBase = "smoke.white"
- lifeTime = 2.0
- renderBase = "smoke.white"
- startColor = "63 255 255 255"
- finishColor = "0 0 255 0"
- animateTime = 2.0
-
- [Steam]
- simulateBase = "smoke.white"
- renderBase = "smoke.white"
- startRadius = 2.0
- finishRadius = 10.0
-
- [Dust]
- simulateBase = "smoke.white"
- lifeTime = 2.0
- renderBase = "smoke.white"
- spriteCenter.y = 1.0
- startColor = "200 200 200 32"
- finishColor = "200 200 200 0"
- animateTime = 2.0
-