SpellholdStudios/1pp

component [203] - 203_fslong.tph - changes FS SW1h98 of phoenix guard

TotoR115 opened this issue · 0 comments

the component [203] 1ppv4: Restored flame sword animations change the SW1h98 (named short sword +1) animation from FS to S1 (TUTU) and SS (BGT/BG2). However, in BG1, this blade, used by PHOENIX.CRE and PHEOGURD.CRE (phoenix guard in BG1) is a FS.

It should be sensible that SW1H98 remains FS in BGT and TuTu...

In adition the RES is modified 2 times for bgt/bg2 :

ACTION_FOR_EACH ~item~ IN ~blakblad~ ~bonedag~ ~morsword~ ~rodsword~ ~sw1h98~ ~_sw1h98~ BEGIN
ACTION_IF (FILE_EXISTS_IN_GAME ~%item%.itm~) BEGIN
COPY_EXISTING ~%item%.itm~ ~override~
PATCH_IF (SOURCE_SIZE > 0x71) BEGIN
WRITE_ASCII 0x22 ~S1~ // Long sword - replaces FS Flaming sword

ACTION_IF (FILE_EXISTS_IN_GAME ~sw1h98.itm~) BEGIN
COPY_EXISTING ~sw1h98.itm~ ~override~
PATCH_IF (SOURCE_SIZE > 0x71) BEGIN
WRITE_ASCII 0x22 ~SS~ // SS Short sword - replaces FS Flaming sword