EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
965 stars 183 forks source link

[Feature Request ] Provide the possibility to enable/disable debugging functions #3193

Open Br4ssman opened 4 months ago

Br4ssman commented 4 months ago

This request refers to the FastForward functions, I haven't seen anything about whether this can be allowed/prevented from an EasyRPG.ini, I guess these things will be controlled from the future editor.

In the meantime, I don't know if it would be possible to add this feature, it's true that these options are interesting mainly as debugging, then it's the choice of each game maker if they doesn't mind it being used or if using it will ruin the game experience.

Thank you so much

jetrotal commented 4 months ago

it's possible to change debug flags middle game. It would be the same implementation as https://github.com/EasyRPG/Player/pull/3123

Only worry about this, is devs from projects like Yume 2kki locking debug mode to prevent users to cheat, but also preventing us to debug it.

Br4ssman commented 4 months ago

I don't think it has to be something completely closed or complicated to undo, I said the ".ini" for the convenience of adding a FastForward = 1/0 to be able to give it preconfigured by the gamedev in a way, as anyone else can re-enable it will be up to them without the option being enabled or not by default.