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

Commit

Permalink
Refreshed the new Spell Pack B6 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
agb1 committed Feb 8, 2016
1 parent ca3b0d6 commit 85bc943
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions BiG World Fixpack/SpellPackB6/Setup-SpellPackB6.TP2.patch
@@ -1,15 +1,22 @@
--- Setup-SpellPackB6.TP2 Tue May 17 21:11:21 2011
+++ C:\BWP Patchstudio\patched files\Setup-SpellPackB6.TP2 Sun Feb 07 22:54:59 2016
@@ -1,7 +1,7 @@
+++ Setup-SpellPackB6.TP2 Sun Feb 07 19:12:33 2016
@@ -1,10 +1,11 @@
BACKUP ~SpellPackB6/Backup~
AUTHOR ~galactygon@baraban.com~
+VERSION ~BWP Fix 2~
README ~SpellPackB6/README.html~
-
+VERSION ~BWP Fix 2~

ALWAYS
// Macros
INCLUDE ~SpellPackB6/Macros/add_projectile.tph~
@@ -2353,7 +2353,8 @@
INCLUDE ~SpellPackB6/Macros/add_sectype.tph~
INCLUDE ~SpellPackB6/Macros/add_spell.tph~
INCLUDE ~SpellPackB6/Macros/add_store_itm.tph~
@@ -2349,15 +2350,16 @@
//\\ //\\
//\\ Shield of Lathander //\\
//\\ //\\

BEGIN @15390 DESIGNATED 1539 GROUP @10002
REQUIRE_FILE ~Data/25Dialog.bif~ @2 // ToB check

Expand All @@ -19,7 +26,15 @@
OUTER_SPRINT add_spell_res "LCPR539" // ACTION_MACRO ~ADD_SPELL~ sets this variable to the added spell's SOURCE_RES
OUTER_SPRINT add_spell_scroll "*"
OUTER_SPRINT sphere_restrictions "GUARDIAN"
@@ -3090,7 +3091,8 @@
OUTER_SPRINT alignment_restrictions "EVIL"
OUTER_SPRINT DivineRemix_equivalent "*"
LAUNCH_ACTION_MACRO ~ADD_SPELL~ // Includes ACTION_MACRO ~APPEND_LCLIST_SPELLS~

@@ -3086,15 +3088,16 @@
//\\ //\\
//\\ Mist of Eldath //\\
//\\ //\\

BEGIN @17430 DESIGNATED 1743 GROUP @10003
REQUIRE_FILE ~Data/25Dialog.bif~ @2 // ToB check

Expand All @@ -29,11 +44,24 @@
OUTER_SPRINT add_spell_res "LCPR743" // ACTION_MACRO ~ADD_SPELL~ sets this variable to the added spell's SOURCE_RES
OUTER_SPRINT add_spell_scroll "*"
OUTER_SPRINT sphere_restrictions "WEATHER"
@@ -3996,6 +3998,6 @@
OUTER_SPRINT alignment_restrictions "EVIL"
OUTER_SPRINT DivineRemix_equivalent "*"
LAUNCH_ACTION_MACRO ~ADD_SPELL~ // Includes ACTION_MACRO ~APPEND_LCLIST_SPELLS~

@@ -3990,15 +3993,15 @@
BUT_ONLY_IF_IT_CHANGES

// Hypnotic pattern does not affect mindless creatures, or slime creatures (we assume they don't have a sense of sight).
OUTER_SPRINT race_immunity_table "RACESENSITIVE_HYPNOTICPATTERN"
LAUNCH_ACTION_MACRO ~ADD_RACE_SENSITIVE_EFFECTS~

// Earlier components used macros to patch REGEXP GLOB spell effects. MACRO_MATRIX makes sure the new files we copied are up to date with the new effects.
-COPY_EXISTING_REGEXP GLOB ~%add_spell_res%~ ~override~
+COPY_EXISTING_REGEXP GLOB ~%add_spell_res%.spl~ ~override~
~LCWI240.*.spl~ ~override~
~LC_HPPA.*.spl~ ~override~
LAUNCH_PATCH_MACRO ~MACRO_MATRIX~
BUT_ONLY_IF_IT_CHANGES

//\\ //\\
//\\ Knock //\\

0 comments on commit 85bc943

Please sign in to comment.