View Full Version : Newbie question
mellevelence
02-05-2002, 11:07 PM
If you are a smart al-ike and think that this question is stupid then tell me to go find the answer myself. If you are a kind and patient person who wants to help me out then please answer this question.
How do I make barrels explode. Like the barrel of fire.
Rott King
02-05-2002, 11:42 PM
Which kind of barrel?C-9?The Flaming barrel?Well, either one, just make sure in BUILD, that they are purple colored in 2-d mode.Then all you have to do is shoot them.
Roger
02-06-2002, 08:08 AM
If you want to make something that explodes, make yer sprite and do this:
Look at its tile number and go to Defs.con. Put in define SPRITENAME 1234 (where SPRITENAME is the name of the sprite, and 1234 is the tile number). Then add this to game.con:
</font><blockquote><font size="1" face="Verdana, Arial">code:</font><hr /><pre style="font-size:x-small; font-family: fixed;">
useractor notenemy SPRITENAME
ifhitweapon
{
spawn EXPLOSION2 hitradius #Distance #Damage
killit
}
enda
[/code]</blockquote><font size="2" face="Verdana, Arial">(#Distance is the numerical distance and #Damage is the numerical damage rate).
Or if ya want to place one, do what Rott King said. If ya want to make one explode a wall, make the wall already exploded with a sector effector in it with a lotag of 13 and a unique hitag, plus a shrunk SEENINE with that hitag and a lotag of 1. Then give those explosive sprites outside the wall that hitag and a lotag to determine the amount of time before it explodes. If ya don't get it, i'll just e-mail ya a tutorial that revolves around explosions.
mellevelence
02-08-2002, 12:52 AM
never mind i figured it out.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.