Open vvs- opened 9 years ago
Happens at setgamef(1,1) setEntityPos(player,36771,73821,-3840,267,0,0), try action+forward. The climbing ledge is recognized incorrectly.
setgamef(1,1)
setEntityPos(player,36771,73821,-3840,267,0,0)
Note that the geometry penetration is not an issue here, because has different cause and should be described elsewhere.
I believe the same bug is responsible for wrong wall climbing in Bartoli's Hideout.
Happens at
setgamef(1,1)
setEntityPos(player,36771,73821,-3840,267,0,0)
, try action+forward. The climbing ledge is recognized incorrectly.Note that the geometry penetration is not an issue here, because has different cause and should be described elsewhere.