[FIXED 075] Shots not registering on certain walls

Post any Bug Reports here
Post Reply
User avatar
animatrix
Posts: 134
Joined: Thu Jul 07, 2005 10:51 pm

[FIXED 075] Shots not registering on certain walls

Post by animatrix »

Ok, its where you shoot and the explosion only appears on two out of four walls, this is old but heres what fixes it, make your room and click the brush to "window" in the dialoge box, dont make it transparent, this seems to solve the problem and wont affect your textures and room design..
Animatrix :)
GD1
Posts: 413
Joined: Tue Jul 05, 2005 2:33 pm

Post by GD1 »

cool. Im gonna have to check that out! thanks man! :)
Check out my band
Tougher Than Fort Knox
Image
hike1
RF FAQ-Keeper
Posts: 607
Joined: Tue Jul 05, 2005 4:19 am
Contact:

Post by hike1 »

Yep, that works, how'd you figure that out? 1 thing I noticed on
my only exploding weapon, the whole explosion doesn't show.

ps. Don't mark any of your 'level sealing, next to the void' walls window, you'll
get leaks.
Attachments
clipexplode.jpg
clipexplode.jpg (32.82 KiB) Viewed 1592 times
User avatar
animatrix
Posts: 134
Joined: Thu Jul 07, 2005 10:51 pm

Post by animatrix »

yes Ive seen the clipping, dont know what or why but if you look at it head on its ok, seems to rotate and clip with player...
GD1
Posts: 413
Joined: Tue Jul 05, 2005 2:33 pm

Post by GD1 »

it does that on solid geo as well. the bitmap is a flipbook that rotates to screen space. when you change camera angle part of it will clip behind the geometry that covers it. this is unavoidable. the only way to fix it is by building your explosions differently and using particles in addition.

or using a single particle that has bouce set to true (untested)
Check out my band
Tougher Than Fort Knox
Image
User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

exactly. just to illustrate: (horrible ms paint art ahead)
Attachments
illustrate.JPG
illustrate.JPG (9.11 KiB) Viewed 1558 times
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams »

moved impact point 1 unit out of the wall so the explosion will be seen on all walls - fixed
Nout
Posts: 136
Joined: Tue Jul 05, 2005 5:14 pm

Post by Nout »

Can you post the code change, so I can also add it into the RF with Physics code. Better is to post the cpp file, so I can check all is consistent

Thanks,

Nout
Post Reply