- Joined
- Jul 4, 2014
- Messages
- 2,201
- Reaction score
- 853
- First Language
- Hungarian
- Primarily Uses
- RMVXA
- Script:
- Compatibility Patches:
- Resources:
- Screenshots:
- Author's Notes:
- This system is based off on my un-released QTE mini-game. There might be some dead code bits left from that script inside.
----------------
- This system is fresh and haven't been tested with many custom battle scripts.
Compatibility requests are welcome, but I can't guarantee that I can or will make a patch for the script you want.
The QTE system has been tested on:
- Yanfly's Battle Engine (no issues found)
- Yami's Battle Symphony (no issues found)
- TheoAllen's Theolized Sideview Battle System (needs a patch, can be found below)
Planned compatibility patches:
- Falcao's Liquid Pearl ABS (will take awhile...)
For any other battle systems, I will think about it.
----------------
- I haven't asked for permission to upload the required files for this system, and I won't plan on doing that. The 1st and 2nd can be found in the FyxInput demo project, and the last one, well, google it, I am sure you can find it!
----------------
- While this script is free to use, FenixFyreX's FyxInput is NOT! Contact him if you want to use that script in a commercial project!
This script can NOT operate without that script, and will not operate without it ever, I guess.
That's all for now, folks!
- Compatibility Patches:
For TheoAllen's Sideview Battle System (TSBS):
First of all, my Battle QTE System should be placed below all of Theo's SBS scripts to make sure that all of the functions will work properly!
After this, you will need to disable Theo's Bitmap Extra Addons in order for my script to work. You can do that by simply searching for this in Theo's Basic Modules:
Change the 'true' to 'false' there (without the ' signs, obviously).
And to fix some of the QTE effects, you will need to add this little snippet below my Battle QTE System script:
This should eliminate every issue for Theo's SBS. If not, report to me!
First of all, my Battle QTE System should be placed below all of Theo's SBS scripts to make sure that all of the functions will work properly!
After this, you will need to disable Theo's Bitmap Extra Addons in order for my script to work. You can do that by simply searching for this in Theo's Basic Modules:
Code:
$imported[:Theo_BitmapAddons] = true
And to fix some of the QTE effects, you will need to add this little snippet below my Battle QTE System script:
This should eliminate every issue for Theo's SBS. If not, report to me!
- Resources:
- Screenshots:
- Author's Notes:
- This system is based off on my un-released QTE mini-game. There might be some dead code bits left from that script inside.
----------------
- This system is fresh and haven't been tested with many custom battle scripts.
Compatibility requests are welcome, but I can't guarantee that I can or will make a patch for the script you want.
The QTE system has been tested on:
- Yanfly's Battle Engine (no issues found)
- Yami's Battle Symphony (no issues found)
- TheoAllen's Theolized Sideview Battle System (needs a patch, can be found below)
Planned compatibility patches:
- Falcao's Liquid Pearl ABS (will take awhile...)
For any other battle systems, I will think about it.
----------------
- I haven't asked for permission to upload the required files for this system, and I won't plan on doing that. The 1st and 2nd can be found in the FyxInput demo project, and the last one, well, google it, I am sure you can find it!
----------------
- While this script is free to use, FenixFyreX's FyxInput is NOT! Contact him if you want to use that script in a commercial project!
This script can NOT operate without that script, and will not operate without it ever, I guess.
That's all for now, folks!
Last edited:







