meshcarver 12 Posted January 27, 2013 Hi, I'm looking to finish my first ingame model, but there's no bullet holes appearing when I shoot it. All the concrete fx flies off it, but no holes..? Is there a known reason for this? I've checked google/forums believe me, but can't find any help... Marc Share this post Link to post Share on other sites
[aps]gnat 28 Posted January 27, 2013 I myself have never quite worked out the recipe for that FX. My guess is the following factors have to be in place; - RVMAT used for texture - Fire Geometry face can't be too far away from the nearby Resolution face But you said concrete ..... not sure I've seen the 'black spot' FX on concrete Share this post Link to post Share on other sites
PuFu 4600 Posted January 27, 2013 can you copy the contents of your bisurf file? Share this post Link to post Share on other sites
meshcarver 12 Posted January 27, 2013 Sure PuFu, The concrete one: Density = 2000; rough = 0.100000; dust = 0; bulletPenetrability = 20; soundEnviron = "concrete_ext"; isWater = "false"; friction = 0.900000; restitution = 0; impact = "Hit_Concrete"; soundHit = "concrete"; The metal one: Density = 7800; rough = 0.1; dust = 0; bulletPenetrability = 20; soundEnviron = "empty"; isWater = "false"; friction = 0.7; restitution = 0.3; impact = "Hit_Metal"; soundHit = "metal"; Share this post Link to post Share on other sites
Sealife 22 Posted January 27, 2013 known reasons 1. fire geo has not got a correct format or named .rvmat on it 2. class in geo lod is set wrong 3 .cpp has the object defined wrongly and engine does not recognize . 4. geometry or roadway lod is larger than the fire geometry lod thus impact is not recognized properly. Share this post Link to post Share on other sites
meshcarver 12 Posted January 28, 2013 ...tried all them now, still not working..? strange. Share this post Link to post Share on other sites
mondkalb 1087 Posted January 28, 2013 The FireGeoLod needs to be very very close to the visual LOD's face so that impact decals can be drawn. To test if the .rvmat is working, just assign it a glass material and see that it spits shattered glass particles and that it makes the typical "impact on glass" sound when you shoot it. Share this post Link to post Share on other sites
meshcarver 12 Posted January 28, 2013 Aye, it's mad man, I tested it by replacing the RVMAT with WOOD, and there was wood flying off then little peices left in the model itself which was good, but when it's metal or concrete- nothing still..? Share this post Link to post Share on other sites