Originally posted by golden_boy
View Post
I downloaded your map and tested it with Darkplaces.
The gold key dissappears, when you do not enable the mentioned sv_gameplayfix_ cvars.
So you can safely play your map without issues when you enable them.
The gold key intersects approx. 3 Quake-digits with the upper geometry of the window cutout.
I made screenshots to better explain it below.
Do not forget that items call StartItem () and then PlaceItem ().
PlaceItem () moves them upwards 6 Quake units and let them droptofloor ().
(maybe this is the reason in this case)
I used sv_freezenonclients to make screenshots at the very beginning of the map.
Here you can see the intersection:

After the item dropped to floor (with gameplayfix enabled):
There is a nice gap between bbox and window cutout:
(the items flag changed to FL_ITEM now, that is why the bbox is bigger):

Please excuse my bad english, but I hope you could see and understand the root cause for the dissappearance of the gold key.
That is why it is important, that LordHavoc enables the above mentioned gameplayfixes again
Best wishes,
Seven

Comment