zorkind / Hellion-Rescue-Project

54 stars 7 forks source link

Remove the bars in the Arges elevator door, make the platform come down before opening the door. #348

Open zorkind opened 3 years ago

zorkind commented 3 years ago

Is your feature request related to a problem? Please describe. The devs added some bars as a way to prevent you from entering the elevator without the platform present, but it is not 100% effective, and it is totally out of the game visual style.

Describe the solution you'd like Make so that when someone press the button to open the elevator door from bellow, the platform comes down first, and THEN the door opens. Simple logic.

Describe alternatives you've considered None, this is simple already.

Additional context None.

GuiltyNeko commented 3 years ago

Doing it properly is a bit more complicated than described. When the elevator goes up, the door must close, however the door must stay closed if the elevator is sent down from above, yet open if it's called from below, though respecting the normal behavior of not opening if it detects a significant pressure difference.

zorkind commented 3 years ago

That's all fine, it's simple logic.