Fixes for the BiG fixpack
#701
Posted 26 July 2012 - 07:39 AM
BWP-Installpack is now v11.1.3. Get it here: http://kerzenburg.ba...loads.php?id=51
#702
Posted 26 July 2012 - 09:36 AM
#703
Posted 28 July 2012 - 05:55 PM
The patch is applied even if the line it wants to patch is different in newer versions.
Edited by Beleg33, 28 July 2012 - 05:58 PM.
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#704
Posted 30 July 2012 - 06:57 AM
In SUFINCH.D towards the end (@ BEGIN SUFINCHP) there is some timer stuff that is broken, when compiled the action StartTimer("SUFinchKickedOut",60) returns as StartTimer(0,60) which is probably not a valid action. I suppose this is because the timer ID is too long. Same thing for the TimerExpired() trigger.
Either :
- Remove that timer stuff that serves no real purpose (only to make you wait 1 minute before you can talk to her again)
- Reduce the timer ID to something shorter, probably 8 characters max.
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#705
Posted 14 August 2012 - 04:52 PM
Fixing_fixes_for_finch_BGT_compatibility.7z 684bytes 170 downloads
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#706
Posted 18 August 2012 - 05:41 AM
InfinityAnimations PS:T animations out-of-bounds fix
Fix: here
Phazic's BGSpawn fix for delayed spawns in random BGI areas
Fix: here
A small little exclusion list for BPv180 and InnateFix to ignore innates spells that are referenced by SpellCastinnate()
Fix: here
Revised Sasha Al'Therin's DSotSC script loop fix to prevent infinite kobolds in Lion's Way during CHAPTER 2
Fix: here
K'aeloree's Yeslick mod stutter fix after killing Firkraag
Fix: here (attached here because I can't attach there )
Also attached Turambar's DSotSC german audio fix again because I couldn't find it in BWPFixpack v11.1.5
Attached Files
"I am the smiley addict, yellow and round, this is my grin when I'm usually around .
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"
BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST
GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod
#707
Posted 21 August 2012 - 08:38 PM
// Sarah Crossmod
BEGIN ~Sarah NPC Crossmod~
REQUIRE_COMPONENT ~setup-darian.tp2~ ~0~ ~You do not appear to have Darian installed~
REQUIRE_COMPONENT ~Setup-Sarah.tp2~ ~0~ ~You do not appear to have Sarah installed~ <- this check refers to "old" version of sarah mod.
The check also seems to happen inside darian mod folder; lastly it always failed for me even modifying Setup-Sarah.tp2 into setup-sarahtob.tp2.
The two solutions I tried up to now are modifying the sarahtob check to a require referring to some sarahtob file to be found inside override folder or by copying setup-sarahtob.tp2 file inside darian mod folder.
However it should also work by modifying the require to check for setup-sarahtob.tp2 inside sarahtob folder.
#708
Posted 21 August 2012 - 08:59 PM
REQUIRE_COMPONENT ~Setup-Sarahtob.tp2~ ~0~
should work if it is installed before as does the BWP/BWS.
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#709
Posted 21 August 2012 - 09:13 PM
So this is about installation of crossmod content inside Darian tp2 right?
REQUIRE_COMPONENT ~Setup-Sarahtob.tp2~ ~0~
should work if it is installed before as does the BWP/BWS.
Yep, I'm referring to the installation of the crossmod content inside Darian tp2.
Let's say that... I always noticed the installation of the crossmod content failed unless modifying the check in one of those ways.
With Sarahtob mod being always installed before Darian.
#710
Posted 21 August 2012 - 09:43 PM
Meannwhile, a fixed darian.tp2 for inclusion in next release :
EDIT : You can find it on next page Leonardo! This one was for v2.1 ><
Edited by Beleg33, 23 August 2012 - 12:09 PM.
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#711
Posted 21 August 2012 - 10:08 PM
How about you report this to Tempest in the dedicated Darian forum too, in case of an oversight.
The issue has been already reported to Tempest and a new future version should fix it.
#712
Posted 22 August 2012 - 06:51 AM
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#713
Posted 22 August 2012 - 07:02 AM
You'll find it here:
http://www.shsforums...ms-with-darian/
#714
Posted 22 August 2012 - 08:48 AM
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#715
Posted 23 August 2012 - 06:17 AM
How do you check the actual version of the fixpack or installpack?
Nothing in the readme, nothing in the bat. Where can I find the version ?
#716
Posted 23 August 2012 - 07:20 AM
#717
Posted 23 August 2012 - 08:57 AM
But I use to extract and store the setup and folder only.
I expected to find the version in the readme, or in the bat, or in the file properties.....
#718
Posted 23 August 2012 - 09:40 AM
How do you check the actual version of the fixpack or installpack?
Wrong... the archive file name... or you can look for the extracted files name from the .tp2 file in the version -tag(search for "version" without the quotes...) via notepad.Filename?
Edited by Jarno Mikkola, 23 August 2012 - 09:41 AM.
Deactivated account. The user today is known as The Imp.
#719
Posted 23 August 2012 - 10:20 AM
Try to extract the 11.1.6 fixpack and tell me where you are able to find the string 11.1.6 ... I'd be surprised if you can since grep, findstr and freecommander were not able to give me a hit. Version-strings in the tp2-patch-files just add a BWP Fix to the version they are patching, so that does not help either.
You could extract an archive and run a differ (winmerge or so) to see if those sub-folders (BiG World Fixpack/Textpack/...) are identical.
Edited by dabus, 23 August 2012 - 10:25 AM.
#720
Posted 23 August 2012 - 10:31 AM
I've been trying to update the documentation (the _BWP fixes.txt file) so we can remove outdated stuff~ but it's a rough task... not everything is in this thread, some fixes are older than this thread or were discussed on other forums (I guess Kerzenburg). I think Lollorian has been working on this too.
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc