ArthurKun
ArthurKun
> sorry, but I can't see where the "skip intro" button is battle config is the one where you put your script/choose support/setup the server of script etc. you can...
need to push this or update tesseract in a while https://github.com/Fate-Grand-Automata/FGA/actions/runs/14648963323/job/41109958586 https://jitpack.io/com/github/adaptech-cz/Tesseract4Android/4.7.0/build.log
FGA here, I might try to create a deep link in the future to ease the import of battle configs in the future. I can't say when it will get...
This is are mostly the ones related to battle. [BattleConfigCore](https://github.com/Fate-Grand-Automata/FGA/blob/master/prefs/src/main/java/io/github/fate_grand_automata/prefs/core/BattleConfigCore.kt) - Command - [AutoSkillCommand](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/AutoSkillCommand.kt) - [SpecialCommand](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/SpecialCommand.kt) - [ServantTarget](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/ServantTarget.kt) - [Skill](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/Skill.kt) - [EnemyTarget](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/EnemyTarget.kt) - [WaveTurn](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/WaveTurn.kt) - [CardPriorityPerWave](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/CardPriorityPerWave.kt) - [ServantPriorityPerWave](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/models/ServantPriorityPerWave.kt) - [BraveChainEnum](https://github.com/Fate-Grand-Automata/FGA/blob/master/scripts/src/main/java/io/github/fate_grand_automata/scripts/enums/BraveChainEnum.kt)...
If anyone knows how to fix this, feel free to open a PR request!
https://github.com/only52607/compose-floating-window/blob/148f5e9bd7cb0caa18f539a29ff7bf0fcf78831e/library/src/main/java/com/github/only52607/compose/window/ComposeFloatingWindow.kt#L52-L66 ```diff flags = (WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL - or WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) + ) ``` You could probably try supplying your own windowParams with removing that flag. I don't have usecase for it so...
https://github.com/Fate-Grand-Automata/FGA/assets/16458204/39963340-88ec-4994-b23e-d4ea5eef10be
@TMP7ML you could try this alpha it is on the battle config, there are two options there exit out of command -> when ran out of commands then stop off...
I added a turn delay to the alpha feature 1. select battle config 2. Go to where the materials/spam/server section 3. Click the raid there. 4. Turn it on. 5....
we have modified it a bit since the last link https://github.com/Fate-Grand-Automata/FGA/actions/runs/7326441155/artifacts/1134694738 < apk and also, please ensure you have click the `next turn in the same wave` since the raid...