·
20 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Pre-2614
Check out our documentation website: https://arthurkun21.github.io/FGA-Preview-Build/
Tip
Check out our CHANGELOG for some of the past releases.
New features
- Battle script got its own script execution updated with scheduler.
- BFGO NP Skip was given higher priority at certain points of time making it reliable to skip 3 NPs in a row.
- Some parts of the battle script are turned off at certain points in time
- Some of the screen checks are only checked every N turns during certain periods of time because they are unlikely to match.
- The above changes should, in theory, reduce the processing power needed due to not checking all of the screen matches every time.
- Added missing image template for the Command Spell for KR/CN/TW (untested, but should work in theory)
- Added Command Card Screen detection (will be referred to as the Attack screen)
- This is the part of the battle script where you will have to choose command cards
- In case of a lag, the script should be able to recover using this as the starting point
- Added retry to open the attack screen.
- Often, lag can prevent the attack screen from opening. We have added a retry mechanism for this.
- Partial Support for Android 17
- Added two new materials
- Minor performance upgrade thanks to the updated opencv to v5
Fixes
- Support Image Maker was crashing because I accidentally deleted a string, re-added now.
Tip
If you are unsure which version to download then go with fga-preview-2614.apk

