You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm so annoyed when pack developers gloss over level errors because "it doesn't matter, the level just works." or there's always the trailing errors that print every frame so it either covers up other errors or is just annoying to read in general.
What I plan on doing with this is making Lua Diagnostics more strict by forcing the player back into the menu whenever an error occurs, and an "error" sound will play instead of the "Open Hexagon" sound, which should tell pack developers that something went wrong and they should check the console for details. They have to fix those errors before the level is fully playable.
The only way that you'll be able to bypass this strict move is to enable Debug Mode, which should help give Debug Mode more meaning.
This should also provide contribution to issue #181, considering the new sound could also make good use there.
The text was updated successfully, but these errors were encountered:
I'm so annoyed when pack developers gloss over level errors because "it doesn't matter, the level just works." or there's always the trailing errors that print every frame so it either covers up other errors or is just annoying to read in general.
What I plan on doing with this is making Lua Diagnostics more strict by forcing the player back into the menu whenever an error occurs, and an "error" sound will play instead of the "Open Hexagon" sound, which should tell pack developers that something went wrong and they should check the console for details. They have to fix those errors before the level is fully playable.
The only way that you'll be able to bypass this strict move is to enable Debug Mode, which should help give Debug Mode more meaning.
This should also provide contribution to issue #181, considering the new sound could also make good use there.
The text was updated successfully, but these errors were encountered: