For my map mods, I need a huge explosion for when a bomb hits the ground on a certain map. The explosion I am looking for would need to be about 30 - 50 ft. in height. I don't remember seeing any explosion like that in AA or SH so I was wondering if anyone on here knows of one that I would be able to use. Or at least if you know what the largest explosion is in the game.
Thanks in advance.
I need a certain explosion
Moderator: Moderators
-
Cobra {sfx}
- Site Admin
- Posts: 194
- Joined: Tue Mar 23, 2004 10:25 pm
- Contact:
You can use any - just change the scale to 2 or more to get the desired size
eg
local.explosion = spawn script_model
local.explosion model models/animate/fx_mortar_higgins.tik
local.explosion scale 3 // <--------
local.explosion anim start
local.explosion.origin = local.plane.origin // edit to the origin u want it to explode
radiusdamage local.plane.origin 150 300 // needed if you want it to kill - edit for min/max distance that you want to cause damage to
eg
local.explosion = spawn script_model
local.explosion model models/animate/fx_mortar_higgins.tik
local.explosion scale 3 // <--------
local.explosion anim start
local.explosion.origin = local.plane.origin // edit to the origin u want it to explode
radiusdamage local.plane.origin 150 300 // needed if you want it to kill - edit for min/max distance that you want to cause damage to