Getting stuck in doors
Status: Alpha
Brought to you by:
farpro
You can get stuck in doors:
http://i.imgur.com/puBgT.jpg
It seems that sometimes A can guide you out of the problem but keys won't help. Sometimes even A won't help.
It's easy to fix by the player by closing the door, so it is not critical at all.
Anonymous
I aware of that. It will be critical if locked doors block you, but after you unlock (or break) some door, it will be unlocked forever.
Solutions for that:
1) Verify collision of the door with characters when openning, pushing away the characters when collided.
or
2) Disable door collisions when the door is opened (allowing character pass trought it).
(2) is more easy to implement, but ugly. (1) is more robust, but could leave some problems when the door pushes the character on a place it can't occupy (due to, for example, a wall or a forniture).
I'll leave as it is for now, as a know bug. And add a solution implementation to the 0.11 roadmap.