|
|
| Author(s): chrismon9
banshi9 |
| Category: HL2DM > Other/Misc |
Notes/Usage Instructions:
Copy this code and name it firework.cfg and save as all files, in your script directory. |
Script Code:
Ent_create point_tesla
ent_fire point_tesla addoutput "interval_max 7"
ent_fire point_tesla addoutput "interval_min 7"
ent_fire point_tesla addoutput "lifetime_max 7"
ent_fire point_tesla addoutput "lifetime_min 7"
ent_fire point_tesla addoutput "thick_max 150"
ent_fire point_tesla addoutput "thick_min 100"
ent_fire point_tesla addoutput "beamcount_max 600"
ent_fire point_tesla addoutput "beamcount_min 600"
ent_fire point_tesla addoutput "m_flRadius 2000"
ent_fire point_tesla addoutput "m_Color 155 0 155"
ent_fire point_tesla addoutput "m_Color 107 140 120"
ent_fire point_tesla addoutput "texture sprites/physbeam.vmt"
ent_create env_smokestack
ent_fire env_smokestack addoutput "targetname stack1"
ent_fire stack1 addoutput "StartSize 5.00"
ent_fire stack1 addoutput "EndSize 5.00"
ent_fire stack1 addoutput "BaseSpread 10.00"
ent_fire stack1 addoutput "JetLength 3550.00"
ent_fire stack1 addoutput "SpreadSpeed 10.00"
ent_fire stack1 addoutput "Speed 100.00"
ent_fire stack1 addoutput "Rate 100.00"
ent_fire stack1 addoutput "rendercolor 30 30 255"
ent_fire stack1 addoutput "smokematerial effects/water_highlight"
ent_fire stack1 addoutput "classname stack1"
prop_physics_create props_junk/watermelon01.mdl
ent_setname myfireworks1
ent_fire point_tesla setparent myfireworks1
ent_fire stack1 setparent myfireworks1
ent_fire myfireworks1 color "255 255 255"
ent_fire myfireworks1 addoutput "spawnflags 256"
ent_fire myfireworks1 addoutput "exploderadius 500"
ent_fire myfireworks1 addoutput "explodedamage 5"
ent_fire myfireworks1 addoutput "Onphysgunpickup stack1,turnon"
ent_fire myfireworks1 addoutput "Onphysgunpickup point_tesla,dospark,1,2.9"
ent_fire myfireworks1 addoutput "Onphysgunpickup myfireworks1,dispatcheffect,HelicopterMegaBomb,2.9"
ent_fire myfireworks1 addoutput "Onphysgunpickup myfireworks1,break,3,3"
ent_fire myfireworks1 addoutput "onbreak myfireworks1,kill" |
| Added: 3 months ago |
 Add Feedback Feedback Instructions: Please feedback good comments about this script and/or fix it if theres any bugs!thank you!
You must login or register to access this! |
 The community's verdict. No assessments made... please vote!You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... No stamps recordedYou cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |