Page 1 of 1

[Solved] BSP-Weapon kills BSP

Posted: Sat Jun 16, 2007 12:14 pm
by KK7c13
First of all: Yeah, the weapon is cool and the turret's death animation is even better^^ but sometimes I'm able to kill the BSP Model. After this the map isn't visible but still has collision.

Code: Select all

world_entities/creatures/fps_player.cc:367::FPSPLAYER FIRE 11
world_entities/weapons/bsp_weapon.cc:100::BSPWEAPON SHOOT
world_entities/weapons/aiming_system.cc:102::entity: BspEntity
world_entities/weapons/bsp_weapon.cc:160::---------------------------------------groups: 11 11 11 9
HIT BspEntity
world_entity.cc:986::TESTS: 0 0 0
world_entity.cc:998::Hit me: BspEntity:: now only 0.000000/1.000000 health
somehow a similar problem: how do I protect my door to the hangar (ModelEntity) from being shot?

Posted: Sat Jun 16, 2007 4:40 pm
by x3n
The locked door in your map gets killed because it's an NPC.

The bsp map doesn't get killed, it just disappears... somehow.
That bug only happens after the player was (or is) stuck in the map (this often happens in combination with some bsp-collision-inaccuracies). In that case, one single shot is enough.


btw: The player can kill the turrets through solid bsp walls. :?

Posted: Sun Jun 17, 2007 12:16 am
by chrigi
Thx for reporting.

I am aware of some of the "effects" you describe and I am working on some solution. I'll let you know once I think I've fixed it :D

Posted: Sun Jun 17, 2007 12:26 pm
by chrigi
I think I fixed it all :D

Please update your data. I have made some important changes.

Posted: Sun Jun 17, 2007 12:53 pm
by x3n
Looks good :)