Fixes the Custom Preset in Tactics for the "Surrounded By..." condition.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
This mod is not opted-in to receive Donation Points
Custom Tactic Presets have a bug where you can't set a condition "Ally: Surrounded by..." and "Enemy: Surrounded by..." even though certain abilities in non-custom presets default to those. Back-to-Back for rogues defaults to "Ally: Surrounded by at least three enemies" Fenris' Spirit Pulse defaults to "Enemy: Surrounded by at least three enemies"
This mod fixes that bug and gives you the option to set those manually as well.
1. Download pyGFF and GDApp 2. Open pyGFF and using its extract feature get tacticsbaseconditions.gda from the <path_to_game>\packages\core\data\2da.rim file 3. Open that tacticsbaseconditions.gda inside the GDApp and find the ID 31, Label Surrounded by Targets 4. Find the column 'ValidForTarget' and change it to 7 (BITMASK, 1 is for Self, 2 is for Ally, 4 is for Enemy. 1 + 2 + 4 = 7. Check Type values from the image.png) 5. Once you are done with the changes, delete all the other rows in this file except the one we changed. Check the '[Del] key removes the row' at the top of GDApp and hold the Del key on your keyboard until you remove them all. 6. Go to File> Save As and name it something "unique", like tacticsbaseconditions_surrounded.gda. Put that gda file inside your override folder and that should be all.