Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ronchiporc

2
Posts
1
Topics
A member registered Mar 18, 2019

Recent community posts

I understand. That is unfortunate :( How about executing all "game end " events on error ? i assume its impossible for the same reason ? 

I remember a long time ago where game end events would still get executed on error, that was awesome as it prevented data loss almost every time. I can't remember when that changed...
Anyway thanks for the reply! Being able to hide these errors and autorestart is already a huge help.

(1 edit)

Hi,

I just purchased this extension and first of all , thanks a lot for this! Its exactly what i desperately needed.
But i was wondering it it would be to possible to add the option to execute one specific script immediately upon error, as a mix between catch_error_quit and catch_error_ignore mode ?  
So that if an error happens, this single script would be immediately executed , followed by closing the game in the same way that catch_error_quit does.

Ignoring an error until the error queue can be checked (ex at the end of the current step ) to execute custom actions seems too dangerous to me as a whole step with many unrelated functions would be executed in a potentially corrupted way.
Meanwhile quitting directly prevents me from attempting an emergency save of the game before it closes, which is all i want to do when a fatal error occurs.

If there was an option to execute a single script, i would be able to put all my emergency measures in it (saving the game) while being sure that these are the only actions executed between the error and the game closing; It would be an absolute life saver to have such functionality, like a new "catch_error_script" mode or something.
Would that ever be possible ?