Closed TotoR115 closed 2 years ago
when installing on BGT, there is a strange file created in the override folder: %val_bcs%.bcs
When looking a little bit, the error come from lib_sfo.tph line 485:
OUTER_SPRINT "%var%_BCS" "%val_bcs%"
it seems to be a typo and it seems that it should be
OUTER_SPRINT "%var%_BCS" "%val%"
When installed on oBG2 (maybe for EE too) There is a new ref for CLERIC_CAUSE_SERIOUS_WOUNDS
and CLERIC_CAUSE_CRITICAL_WOUNDS
witch are CLERIC_CAUSE_SERIOUS_WOUNDS_IWD
and CLERIC_CAUSE_CRITICAL_WOUNDS_IWD
. This create a double ref for the same spell for cleric
To be compatible with mod that alter amul15 - shield amulet effects with IRR and item pack are activated when equipped- it could be possible to add:
COPY_EXISTING ~amul15.itm~ ~override~ // update shield amulet to block MFM, too
LPF CLONE_EFFECT INT_VAR silent = 1 match_opcode = 206 STR_VAR match_resource = ~spwi112~ resource = EVAL ~%WIZARD_MORDENKAINENS_FORCE_MISSILES%~ END
LPF CLONE_EFFECT INT_VAR silent = 1 match_opcode = 206 STR_VAR match_resource = ~spwi112~ resource = EVAL ~%WIZARD_MORDENKAINENS_FORCE_MISSILES%b~ END
Working through these at the moment:
Mold Touch
: unknown Opcode 324
Storm shell
: unknown Opcode 321 and has no icon - it is needed for ds - could beProtected from the Elements (76)
shout
has no icon for deafness effect
Gshout
has no icon for deafness effectslot Icons for
moonblade
,Mordenkainen's Force Blade
,iron body
,lich touch
,Star Metal Cudgel
are not centered on oBG2
These are fixed.
Lich Touch
: the spell/item has no icons for the paralysis immunity and the weapon (ltouch.itm) has a base attack power of 1d2 in addition to magical damages in ltouch.spl
This is fine. There's no icon for paralysis immunity, and touch attacks generally include 1d2 damage as fist damage.
This is fine. There's no icon for paralysis immunity, and touch attacks generally include 1d2 damage as fist damage.
After all those years, I have never paid attention to those damages... every day something new 👍
wrath of the faithfullA.spl immunity to hast does not protect agoinst mazzy haste (spin826.spl)
This is fixed.
The rest are icon issues, which are fixed, per the caveat below. There were basically three major issues at the root of all of them.
IRR Shield Amulet vs. MFM is fixed, lib_sfo is fixed.
When installed on oBG2 (maybe for EE too) There is a new ref for
CLERIC_CAUSE_SERIOUS_WOUNDS
andCLERIC_CAUSE_CRITICAL_WOUNDS
witch areCLERIC_CAUSE_SERIOUS_WOUNDS_IWD
andCLERIC_CAUSE_CRITICAL_WOUNDS_IWD
. This create a double ref for the same spell for cleric
This is by design. Enemy AI scripting still uses the unfettered non-IWD spells for simplicity, while PCs only see the new _IWD spell.
And I believe that's it. Closing the issue.
This is by design. Enemy AI scripting still uses the unfettered non-IWD spells for simplicity, while PCs only see the new _IWD spell.
Ok, so now I understand, my mistake come from Divine Remix. As it reactivate all cleric spells, I have two version in my cleric spell book.
The following spells have some bugs on oBG2 (with component 80):
Mold Touch
: unknown Opcode 324Storm shell
: unknown Opcode 321 and has no icon - it is needed for ds - could beProtected from the Elements (76)
Lich Touch
: the spell/item has no icons for the paralysis immunity and the weapon (ltouch.itm) has a base attack power of 1d2 in addition to magical damages in ltouch.splcircle of bones
has no icon - it is needed for ds - could beHeld (13)
shout
has no icon for deafness effectGshout
has no icon for deafness effectdart of bones
strength malus effect has no iconslot Icons for
moonblade
,Mordenkainen's Force Blade
,iron body
,lich touch
,Star Metal Cudgel
are not centered on oBG2Iron body
.itm has an unknow iconImpervious Sanctity of Mind
has some wrong icons: unknown icon + mind shield + resist fearstatic charge
has an icon in the main spell. However, it seems not necessary, as it is already in the spl#B.splwrath of the faithfull
B.spl has an unknown icon andwrath of the faithfull
A.spl has an unknown icon + mind shieldwrath of the faithfull
A.spl immunity to hast does not protect agoinst mazzy haste (spin826.spl)~
Entropy Shield
: there are some Opcode 318 with no state _~-- seems to be a compatibility issue with SCSI have been misled by the component installation order: the icons issue is due to the installation of Component 50 after component 80 - as proposed - however, if you installed component 80 after it solves, this time, the issue.