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

Commit

Permalink
vanim micbaldur m#verhaf.cre fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
omni-axa committed Jan 16, 2016
1 parent fd1819b commit fb0255f
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 4 deletions.
3 changes: 3 additions & 0 deletions BiG World Fixpack/_BWP fixes.txt
Expand Up @@ -2697,6 +2697,9 @@ Pour en apprendre plus sur les corrections employ
:: Lollorian's removed ".itm" from inside a PartyHasItem() - vanimJ.d
:: http://www.shsforums.net/topic/42220-fixes-for-the-big-fixpack/?p=488705

:: micbaldur's M#Verhaf.CRE fixes
:: http://www.shsforums.net/topic/47635-notes-oddities-and-possible-bugs-in-my-bwp-game-spoilers/?p=585409


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

Expand Down
12 changes: 12 additions & 0 deletions BiG World Fixpack/vanim/M#Verhaf.baf.patch
@@ -0,0 +1,12 @@
--- vanim\M#Verhaf.baf Sat May 03 19:41:12 2003
+++ C:\BWP Patchstudio\patched files\vanim\M#Verhaf.baf Sat Jan 16 11:47:56 2016
@@ -11,7 +11,7 @@
Wait(3)
DisplayStringHead("M#Verhaf",@2)
Wait(1)
- EscapeAreaObject("M#Verhaf")
- EscapeAreaObject("M#Gonla")
+ ActionOverride("M#Verhaf",DestroySelf())
+ ActionOverride("M#Gonla",DestroySelf())
EndCutSceneMode()
END
19 changes: 15 additions & 4 deletions BiG World Fixpack/vanim/Setup-Vanim.tp2.patch
@@ -1,11 +1,22 @@
--- Setup-Vanim.tp2 Tue Jul 15 21:00:34 2003
+++ C:\BWP Patchstudio\patched files\Setup-Vanim.tp2 Tue Jun 01 07:00:25 2010
@@ -3,6 +3,8 @@
+++ C:\BWP Patchstudio\patched files\Setup-Vanim.tp2 Sat Jan 16 12:16:53 2016
@@ -2,7 +2,7 @@

BACKUP ~vanim/vanim-backup~
AUTHOR ~maus@fphfslinux.physik.uni-karlsruhe.de~
-
+VERSION ~v1.4 BWP Fix~
+
// Kompatibilität
ALLOW_MISSING
~Ar4500.bcs~
@@ -177,6 +177,10 @@

COMPILE ~vanim/m#gonla.d~
USING ~vanim/%s/m#gonla.tra~
+
+COPY ~vanim/M#Verhaf.cre~ ~override/M#Verhaf.cre~
+SAY NAME1 @20
+SAY NAME2 @20

// 2DA
APPEND ~pdialog.2da~
7 changes: 7 additions & 0 deletions BiG World Fixpack/vanim/wsetup.tra.patch
@@ -0,0 +1,7 @@
--- vanim\english\wsetup.tra Tue Jul 08 14:56:34 2003
+++ C:\BWP Patchstudio\patched files\vanim\english\wsetup.tra Sat Jan 16 12:14:01 2016
@@ -20,3 +20,4 @@
@17 = ~Egram~
@18 = ~Eiggam~
@19 = ~Asil~
+@20 = ~Amnish Soldier~
7 changes: 7 additions & 0 deletions BiG World Fixpack/vanim/wsetup.tra_0.patch
@@ -0,0 +1,7 @@
--- vanim\deutsch\wsetup.tra Thu May 15 20:52:10 2003
+++ C:\BWP Patchstudio\patched files\vanim\deutsch\wsetup.tra Sat Jan 16 12:15:32 2016
@@ -20,3 +20,4 @@
@17 = ~Egram~
@18 = ~Eiggam~
@19 = ~Asil~
+@20 = ~Amnischer Soldat~

0 comments on commit fb0255f

Please sign in to comment.