Art of War Central
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
The next MODSonair show will air LIVE on:
03/14/2010 12:03 EST

Time remaining:
We Dontated to PixelEquity
"Mod or modification is a term generally applied to PC games, especially first-person shooters, RPGs and real-time strategy games." 2
 
Site News   |   Aggregated News   |   Forums   |   Tutorials   |   Downloads   |   Projects   |   Weblinks
Latest Forum Threads 
General.. Posts: (3) Views: (25) by .KiLL3R.
General Gaming.. Posts: (5) Views: (71) by Morphisnb
CoD2 MP Mapping.. Posts: (1) Views: (10) by cire3008
CoD2 MP Mapping.. Posts: (3) Views: (41) by Ploxxy
CoD4 General.. Posts: (9) Views: (64) by xholyx
CoD4 MP Mapping.. Posts: (6) Views: (82) by techno2sl
CoD2 SP Mapping.. Posts: (4) Views: (37) by StrYdeR
CoD4 Scripting.. Posts: (20) Views: (102) by Cnopicilin
CoD2 General.. Posts: (3) Views: (35) by felipon
CoD4 Scripting.. Posts: (3) Views: (35) by Larrabee
Back to Home Page
MODSCON 2010 L4D2 Contest
Register/Login to Add a Tutorial
Tutorials
CoD4 Mapping
ratings:
Awful Rating
Poor Rating
Average Rating
Good Rating
Excellent Rating
Breakable brushes
Versions: You must be logged in to view history.
So, here's how to create breakable brushes. Thanks Marshall2006.
These can be things such as windows, wooden planks and roofing.

Here's an easy way to make a wall, window or a series of brushes to break whilst triggered will be shown below:-


1) Create the wall (before its been destroyed)...

2) Select the brushes used for the wall...

3) Right click on the brushes (whilst selected) and convert them to a scriptBrushModel (Script>Brushmodel)...




Next whilst having the brushmodel selected, Press n to bring down the console, then type in the following entities (Keys & Values)...


Quote:

Key: script_exploder
Value: 30




(The value can be any number, just make when you do this to the next part of the tutorial, they are the same number, this is so they are connected in some way)...

Next you need to create the broken peices of the wall, so best way to do this is using the clipping tool...

Once you have made the broken part of the wall, select all the brushes and Convert it to a scriptBrushModel (Script>Brushmodel)...

Then type in the entities below (Keys & Values)...

Quote:

Key: targetname

Value: exploder


-----------------------------------------------------------------------------

Quote:

Key: script_exploder

Value: 30




Then slide your new brushmodel over the old wall...


----------------

Once you have done all of that, you need to create a trigger...

For this I will use a damage trigger...

So create a brush covering the wall about 8 units over by every axis..

Next texture your trigger with a texture in ---> usage>tools>trigger

After you have done that right click the trigger and convert it to triggerdamage (Trigger>Damage)..

Then type in the entities below:-

Quote:

Key: script_exploder

Value: 30





That should do the trick