home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2000 August
/
Gamestar_21_2000-08_cd1.bin
/
DEMA
/
Vampire_Demo.exe
/
Resource.nob
/
misc
/
Explosions
/
grenadeEXP.nex
< prev
next >
Wrap
Text File
|
2000-06-22
|
2KB
|
39 lines
// grenade explosion file
// time NOP
// time CREATE repeat chance timer templatename distance offset
// time APPLYDAMAGE
// time SETDAMAGE min max [pulse] [type] [radius]
// time DYNAON
// time DYNAOFF
// time DYNAINTENSITY INSTANT value
// time DYNAINTENSITY RAMP value time
// time DYNAINTENSITY GAUSS value time peakVal peakTime
// time DYNARADIUS INSTANT value
// time DYNARADIUS RAMP value time
// time DYNACOLOR INSTANT R G B
// time DYNACOLOR RAMP R G B time
1 DYNAON
1 MODELALPHA INSTANT 0.1
1 MODELALPHA RAMP 1.0 100
1 MODELSCALE INSTANT 0.1
1 MODELSCALE RAMP 2.0 400
1 CREATE 1 100.0 250 grenadeExplosion 5 0 0 0
5 CREATE 1 100.0 2000 shockflame 5 0 0 0
50 WALLMARK 120 15000
120 SETDAMAGE 30 1 0 4 128.0
125 APPLYDAMAGE
130 DYNAINTENSITY RAMP 300.0 200
250 CREATE 1 1.0 1250 smokePlume 5 0 0 -1
250 MODELALPHA RAMP 0.0 250
430 DYNAINTENSITY RAMP 0.0 500
430 DYNACOLOR RAMP 128.0 0.0 0.0 1000
2000 NOP