dynamite


(andybonse1) #1

Is there any tutorials that i can view to make a wall blow up for objective a tut wiv pics and easy info please

tnx


(Oxygen - o2) #2

there are MILLIONS of tutorials like this, making dynamiteable walls are EASY

ok, maybe i exagurated alot, but there ARE good tuts out there


(rmcnew) #3

Yeah, no joke … I thought that dynomitable walls were hard until I learned how to make them …

Now they are so easy I am going to tell you and not give you a blow off answer …

Make a wall entity
Select the wall entity and chose “func_explosive”
make a trigger objective info entity
select the trigger objective info entity first and the wall entity and hit control-k
make sure the trigger objective info entity says ‘target’ and the wall entity says ‘targetname’
give the trigger objective info entity a track name
give the wall entity a script name
make a file called mapname.script where mapname is the exact name of your map inside of the same folder as your .map file.
put a script multiplayer in your map
enter ‘scriptname’ then game_manager

inside mapname.script put:

game_manager
{
}

*scriptname of wall entity
{
spawn
{
wait 50
constructible_class 3
}

death
{
wm_announce “You killed the wall”
}
}

That’s basically it … Unless of course I accidently forgot to mentiion a step ot two, which is likely. But, that is how I remember doing it anyhow …


(EB) #4

This should have the .map in it also

Tutorial => HERE


(Oxygen - o2) #5

but he wants his pictures :smiley:

they should do fine, a few pictures wont make any difference :wink:


(Danyboy) #6

I know this guy - andybonse@hotmail at least

Were you in SO mod with Pogs & Decoy?

I think i remember walking through one of your maps