x


Destroy parts of a Wall

OK, In my game I want to do something like crysis that if you shoot on a wall the part where the bullet collides with the wall that part of the wall is destroy. Example:http://www.youtube.com/watch?v=a2UCnblmOMY at 0:09 or at 0:19, as you can see the wall is destroyed depending on where you shoot, the problem of this is that I actually don't know where to start because I don't know if to do this you need to make a script or make something with physics and all that stuff or both so I actually can consider me as a rookie on making this, also I have think that to make this stuff is necessary to have and special object(something like a cube with a mesh divided in many parts), so how can I make it?

Note: please if someone know something of download a wall that has something like this please don't put it, because first I want to make my own walls, and then I actually want to learn who to do this so please don't put something like that as an answer.

more ▼

asked Jun 11 '11 at 01:26 AM

Uriel_96 gravatar image

Uriel_96
945 61 70 81

For each part that falls apart, thats a seperate object. Heads up =D

Jun 11 '11 at 02:16 AM Eli Davis
(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first
more ▼

answered Jun 11 '11 at 01:52 PM

Anxowtf gravatar image

Anxowtf
1.6k 22 27 38

(comments are locked)
10|3000 characters needed characters left

If there is a way to modify a mesh you can then deform the mesh with a script that tells where the bullet impacts and detect the colision location, then apply the detsroy effect. Some games also used just a wall mesh and then put a "decal" on the wall that just looks like it is being detsroyed, then it spawns particles or meshes that fly out.

more ▼

answered Jun 11 '11 at 04:21 PM

1337GameDev gravatar image

1337GameDev
526 45 51 55

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x5276
x1948
x787
x286
x105

asked: Jun 11 '11 at 01:26 AM

Seen: 1874 times

Last Updated: Jun 11 '11 at 04:21 PM