Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
lolfixer removed bgigibbs rndtre06
Browse files Browse the repository at this point in the history
  • Loading branch information
omni-axa committed Jan 16, 2016
1 parent fb0255f commit c87d74a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion BiG World Fixpack/_Lolfixer/setup-lolfixer.tp2
@@ -1,6 +1,6 @@
BACKUP ~lolfixer/backup~
AUTHOR ~Lollorian~
VERSION ~10122015~
VERSION ~10012016~

BEGIN ~Area Stuff - MAJESTIC Area Fixer~
GROUP ~Area Stuff~
Expand Down Expand Up @@ -332,6 +332,18 @@ BUT_ONLY_IF_IT_CHANGES
BEGIN ~Creature Stuff - Creature Resource Fixer~
GROUP ~Creature Stuff~

ACTION_IF FILE_EXISTS_IN_GAME ~BGIGIBB.CRE~ BEGIN
COPY_EXISTING ~BGIGIBB.CRE~ ~override~
PATCH_IF (SOURCE_SIZE > 0x2d3) THEN BEGIN
PATCH_PRINT "%SOURCE_FILE% issue: Removing RNDTRE06.ITM from tutorial gibberling..."
LPF DELETE_CRE_ITEM
STR_VAR
item_to_delete = RNDTRE06
END
END
BUT_ONLY_IF_IT_CHANGES
END

OUTER_SET existence_fix = 0
ACTION_IF (FILE_EXISTS "TobEx_ini/TobExCore.ini") AND (FILE_CONTAINS "TobEx_ini/TobExCore.ini" "Existence Sound Fix=1") THEN BEGIN
PRINT "ToBEx Existence Sound Fix is set! Shifting creature EXISTANCE sounds where applicable..."
Expand Down

0 comments on commit c87d74a

Please sign in to comment.