EverestAPI/Everest

Issues with the Debug Console

Open

#314 opened on Jun 8, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C# (104 forks)auto 404
help wantedrewrite

Repository metrics

Stars
 (503 stars)
PR merge metrics
 (PR metrics pending)

Description

  • Using the q command (added by Everest) while in-game to close the console will open the pause menu, since it seems that the Enter input is not consumed and Enter is now bound to pause by default in 1.4.0.0
    • This can also be seen by rebinding Enter to any other action and then using the q command when that action could otherwise be used.
  • The ` character, when typed on a non-US keyboard layout, opens and closes the debug console as expected, however pressing the key in the location of the ` key on the US layout will close the console but not open it
  • Opening the console with the . key, as added by Everest seems to put the console into a state of being "extra-open", and processes key inputs differently than when opening it with `, such that on a non-US layout, the key corresponding to the position of the US ` key no longer closes the console, and instead types it's corresponding character. When the ` character is typed, it causes the console to return to "normal" behaviour without closing it, allowing either the ` character or corresponding ` key to close it.

Contributor guide