-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BG:EE/BG2:EE] Need to cast Find Familiar twice #9
Comments
Adding a bit more debugging testing:
So something is being reset when loading a game that is preventing FF from casting successfully the first time. Failing to cast FF once, or resting, seems to set the some variables that enable FF to be cast. |
Hi all, I made a small patch to the protagonist cast checks in original lines 694-733
patch (https://github.com/artyfox/WTPFamiliars/archive/refs/heads/master.zip)
I'm new to IE scripting, so if anyone could explain why |
Fixes: - Incorrect and missing StringRefs for BG:EE ([original issue tracker](Black-Wyrm-Lair#8)) - More consistent summoning checks for BG:EE ([original issue tracker](Black-Wyrm-Lair#9)) - Allow patching of `baldur.bcs` in BG:EE for "Release Familiar" from pack ([original issue tracker](Black-Wyrm-Lair#9))
- Fix incorrect/missing strings for BG:EE (Black-Wyrm-Lair#8) - More consistent summoning checks for BG(2):EE (Black-Wyrm-Lair#9) - Allow patching of BG:EE `baldur.bcs` for "Release Familiar" item ability (Black-Wyrm-Lair#10)
- Fix incorrect/missing strings for BGEE (Black-Wyrm-Lair#8) - More consistent summoning checks for BG(2)EE (Black-Wyrm-Lair#9) - Allow patching of BGEE `baldur.bcs` for "Release Familiar" item ability (Black-Wyrm-Lair#10) *Switched to IESDP labels for game versions (without semicolon)
- Fix incorrect/missing strings for BGEE (Black-Wyrm-Lair#8) - More consistent summoning checks for BG(2)EE (Black-Wyrm-Lair#9) - Allow patching of BGEE `baldur.bcs` for "Release Familiar" item ability (Black-Wyrm-Lair#10) *Switched to IESDP labels for IE game variants (without semicolon)
In BG:EE/BG2:EE, if you load a save or start a new game, you need to cast Find Familiar twice before the spell will succeed. (Not an issue on EET installs in my testing.) The problem seems to correct itself, if you rest once.
I think it is related to this code block in
familiartobaldurbcs.baf
(starting line 694).I specifically lines it is these two conditions that seem to always trigger on the first cast, but not on the second.
or for Beast Masters:
Does anyone know of a fix for this small niggle? Thanks! 🦊
The text was updated successfully, but these errors were encountered: