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

Commit

Permalink
Item_Pack Greenhorn Ulcaster Ring patch
Browse files Browse the repository at this point in the history
  • Loading branch information
omni-axa committed Feb 25, 2016
1 parent f697dd9 commit c86fb4c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
30 changes: 30 additions & 0 deletions BiG World Fixpack/Item_Pack/Setup-Item_Pack.tp2.patch
@@ -0,0 +1,30 @@
--- Setup-Item_Pack.tp2 Sun Aug 11 01:05:06 2013
+++ C:\BWP Patchstudio\patched files\Setup-Item_Pack.tp2 Thu Feb 25 22:58:10 2016
@@ -7,7 +7,7 @@

BACKUP ~Item_Pack/Backup~ // This tells where the Backup directory goes so WeiDU can uninstall
AUTHOR "Daulmakan, http://www.shsforums.net/topic/41865-item-pack" // Author and support topic
-VERSION ~v1.8~ // Mod version
+VERSION ~v1.8 BWP Fix~ // Mod version
//MODDER // Flag for testing purposes (should be disabled when not debugging)
README ~Item_Pack/README-Item_Pack.htm~ // Offer to display the Readme before installation

@@ -1644,15 +1644,15 @@
ACTION_IF FILE_EXISTS_IN_GAME ~FW0100.are~ BEGIN // If Engine is Tutu
COPY_EXISTING ~_ulcast.dlg~ ~override~
DECOMPILE_AND_PATCH BEGIN
- REPLACE_TEXTUALLY ~GiveItemCreate("_SW1H19",LastTalkedToBy,0,0,0)~ ~GiveItemCreate("d1ULCAST",LastTalkedToBy,1,1,1)~
+ REPLACE_TEXTUALLY ~GiveItemCreate("_SW1H19",LastTalkedToBy,0,0,0)~ ~GiveItemCreate("_SW1H19",LastTalkedToBy,0,0,0)GiveItemCreate("d1ULCAST",LastTalkedToBy,1,1,1)~
END
BUT_ONLY
END

-ACTION_IF FILE_EXISTS_IN_GAME ~AR7200~ BEGIN // If Engine is BGT
+ACTION_IF FILE_EXISTS_IN_GAME ~AR7200.are~ BEGIN // If Engine is BGT
COPY_EXISTING ~ulcast.dlg~ ~override~
DECOMPILE_AND_PATCH BEGIN
- REPLACE_TEXTUALLY ~GiveItemCreate("SW1H19",LastTalkedToBy)~ ~GiveItemCreate("d1ULCAST",LastTalkedToBy)~
+ REPLACE_TEXTUALLY ~GiveItemCreate("SW1H19",LastTalkedToBy,0,0,0)~ ~GiveItemCreate("SW1H19",LastTalkedToBy,0,0,0)GiveItemCreate("d1ULCAST",LastTalkedToBy,1,1,1)~
END
BUT_ONLY
END
9 changes: 9 additions & 0 deletions BiG World Fixpack/_BWP fixes.txt
Expand Up @@ -1416,6 +1416,15 @@ Pour en apprendre plus sur les corrections employ
----------------------------------------------------------------------------------------


:: Isra_BG2 - Isra for BG2 v2.1

:: Greenhorn's BGT fix and compatibility patch for Ulcaster Academy Ring
:: http://www.shsforums.net/topic/58571-greenhorns-questions-bugs-and-findings-about-bws/?p=587575


----------------------------------------------------------------------------------------


:: iwdification - IWDification Beta 3

:: Angel's miscellaneous fixes
Expand Down

0 comments on commit c86fb4c

Please sign in to comment.