FyxReset
FenixFyreX
Introduction
This script allows the user to define a key combination that will trigger a complete and full reset of the game.
RGSSReset, the exception normally thrown when F12 is pressed, will not be used; instead, we create an entirely new, detatched process via Win32API and exit the current one out.
Demo? Script link?
No demo, that isn't necessary. Or, you can grab the FyxInput demo, and place this script below it in the script editor.
Script link:
Pastebin - FyxReset v1.0
How To Use?
Simply place this script below FyxInput and LoadSo in your script editor, like so:
- LoadSo
- FyxInput
- --FyxReset
It is not required to have FyxInput; however, if you don't use it, then F12 reset is still available and the user may use it instead. Also, if you don't use FyxInput, be sure to change the config key combo to :F(N) or some other button, instead of the way FyxInput handles key ids.
Terms Of Use
This script is free to use either commercially or freely. However, FyxInput is not. See the topic for it for details.