twhl-community/halflife-updated

Bug in map c2a5x

morenohijazo opened this issue · 1 comments

This bug was in the original game, but I've checked, and it's still here.

There are several pickups in the map c2a5x (the third map in "Surface Tension", it's the one with the tentacle). There's a bug where they all disappear when leaving the map and entering c2a5w (easy to do, as there's several entrance and exits between these two maps). The pickups wil have vanished when re-entering c2a5x.

This is caused by the same problem as ValveSoftware/halflife#1923

Basically the save system can't handle moving between two maps using different level changes that have their own landmarks. Changes get merged incorrectly so entity position vectors get offset to the wrong position.

It's an engine bug so it can't be fixed at the mod level.