Skip to content

Commit

Permalink
Add "Change Worgs to use IWD2 artwork" component.
Browse files Browse the repository at this point in the history
  • Loading branch information
GraionDilach committed Jul 21, 2022
1 parent b87b244 commit 80bba61
Show file tree
Hide file tree
Showing 34 changed files with 28 additions and 2 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ The full table:

__COMPATIBILITY:__ This component overwrites Tweaks Anthology's Alter Wisdom-Based Divine Bonus Spell Table component and partially overwrites Scales of Balance's Stat-based Bonus Spells.

## Component 1000 Change Worgs to use IWD2 artwork

Instead of the regular recolored wolf animation.

__COMPATIBILITY:__ This component should be installed after all mods which might add monsters.

## Component 10000 Bag of Spilling

There is a possibility that installing too many content/item mods pushes out some of the crucial items from a creature's inventory. This component goes through all creatures and collect all such supposed to be __droppable__ but no longer available items and collects them into an unstealable one-way Bag of Spilling to the creature's eighth inventory slot. Undroppable items lost due to megamod installations are not recovered.
Expand Down
Binary file added zgtweaks/copy/worg/MWORA1.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORA1E.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORA2.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORA2E.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORDE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORDEE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORGH.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORGHE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORGU.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORGUE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORSC.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORSCE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORSD.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORSDE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORSL.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORSLE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORTW.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORTWE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORWK.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/MWORWKE.BAM
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG01A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG02A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG03A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG03B.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG04A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG04B.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG07A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG08A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG09A.WAV
Binary file not shown.
Binary file added zgtweaks/copy/worg/WORG10A.WAV
Binary file not shown.
2 changes: 2 additions & 0 deletions zgtweaks/english/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
@1000 = ~This component can only be installed on the Enhanced Edition version of the games.~
@1001 = ~This component can only be installed on the Enhanced Edition and original Baldur's Gate II version of the games.~

@1010 = ~Change Worgs to use IWD2 artwork~

@10000 = ~Bag of Spilling (move bugged supposed-to-be-available items to a bag in the creature's inventory)~
2 changes: 2 additions & 0 deletions zgtweaks/russian/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
@1000 = ~This component can only be installed on the Enhanced Edition version of the games.~
@1001 = ~This component can only be installed on the Enhanced Edition and original Baldur's Gate II version of the games.~

@1010 = ~Change Worgs to use IWD2 artwork~

@10000 = ~Bag of Spilling (move bugged supposed-to-be-available items to a bag in the creature's inventory)~
20 changes: 18 additions & 2 deletions zgtweaks/zgtweaks.tp2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BACKUP ~weidu_external/zgtweaks/backup~ // location to store files for uninstall purposes
AUTHOR ~Graion Dilach~
VERSION ~1.4~
VERSION ~1.5~

ALWAYS
// do not convert Setup.tra files, those should be UTF8 already
Expand Down Expand Up @@ -303,7 +303,23 @@ BEGIN @100
LABEL ZG-BOBW-WISDOM-TABLE
DESIGNATED 100

COPY ~%MOD_FOLDER%/2da/mxsplwis.2da~ ~override~
COPY ~%MOD_FOLDER%/2da/mxsplwis.2da~ ~override~

BEGIN @1010
LABEL ZG-IWD2-WORGS
DESIGNATED 1000
REQUIRE_PREDICATE (GAME_IS ~bgee bg2ee iwdee eet~) @1000

ACTION_IF NOT FILE_EXISTS_IN_GAME ~MWORA1.BAM~ BEGIN
COPY ~%MOD_FOLDER%/copy/worg~ ~override~
END

COPY_EXISTING_REGEXP GLOB ~.*\.cre~ ~override~
READ_LONG 0x28 anim
PATCH_IF anim = 0x7B01 BEGIN
WRITE_LONG 0x28 0xE280
END
BUT_ONLY

BEGIN @10000
LABEL ZG-BAG-OF-SPILLING
Expand Down

0 comments on commit 80bba61

Please sign in to comment.