Skip to content

Commit

Permalink
Paperdoll fixes for BG2EE
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Apr 6, 2022
1 parent 1b3de30 commit c59eda2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions eefixpack/files/tph/bg2ee.tph
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ COPY_EXISTING ~ohbgit01.cre~ ~override~
///// item file fixes \\\\\
///// \\\\\

// tbd, cam
// fixing paperdoll animations
ACTION_DEFINE_ASSOCIATIVE_ARRAY cd_paperdoll_animations BEGIN
misc9q => sc // Habib's Mighty Scimitar uses a katana paperdoll animation instead of scimitar
rodsword => fs // The Flaming Long Sword +1 from the Rod of Lordly Might (rodsword) should use the flaming sword animation
sw1h66 => ss // Yamato +4 uses a scimitar animation instead of short sword (like other wakizashi)
sw1h67 => s1 // Usuno's Blade uses a scimitar animation instead of long sword (like other ninja-to)
sw1h68a => s2 // The undroppable copy of the Spectral brand has no animation
END

ACTION_PHP_EACH cd_paperdoll_animations AS item => anim BEGIN

COPY_EXISTING ~%item%.itm~ ~override~
WRITE_ASCIIE 0x22 "%anim%" #2

END

///// \\\\\
///// spell fixes \\\\\
///// \\\\\
Expand Down

0 comments on commit c59eda2

Please sign in to comment.