Jump to content


Photo

Fixes for the BiG fixpack


  • Please log in to reply
1025 replies to this topic

#421 Fennek

Fennek
  • Member
  • 355 posts

Posted 14 November 2010 - 06:38 AM

@Lollorian: I guess you missed me yesterday trying to mix together two patches and my new modifications before getting sick of it, deleding the attached files, modifying the original file and sending Leonardo the stuff for preparing a patch... :P

I also suggest that we post here when a new version of the fixpack is released so that Leonardo or whoever sees what is new and what is old / already included (instead of loosing some fixes). But I'll test TS25minimod tomorrow again and then there might be another update of the fixpack this week.

#422 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 14 November 2010 - 10:09 AM

Ah, making the BWP unified .patch files - If you ever get a hang of it, or if someone can explain in a nice step-by-step manner, I'd be awesomely grateful :Bow: Oh I tried once, maybe twice on single files ... then my PC assploded when I tried it on an entire folder :ROFL:

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#423 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 26 November 2010 - 10:16 PM

Been a while huh?? :P Assorted fixes in order of oldiness ...

TDD Dinan Cloning Bug
Fix: here

ScuD's SCSII typo fix
Fix: here

Hoppy's CoM Encounters Chang SHOUT fix
Fix: here

Hoppy's RoTerror Pip fix
Fix: here

cmorgan's Solaufein Flirtpack NVLOR fix
Fix: here

Attached Files


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#424 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 26 November 2010 - 10:37 PM

Been a while huh?? :P Assorted fixes in order of oldiness ...

TDD Dinan Cloning Bug
Fix: here

ScuD's SCSII typo fix
Fix: here

Hoppy's CoM Encounters Chang SHOUT fix
Fix: here

Hoppy's RoTerror Pip fix
Fix: here

cmorgan's Solaufein Flirtpack NVLOR fix
Fix: here



The Dinan cloning thing is a random event and I have had that area clone with Kitanya before, again it wasn't every time. In the past I have had cloning encounters with vanilla script actions and modded ones but rarely could I reproduce them 100%. Just saying there might be something else that is looping the script.
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#425 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 27 November 2010 - 02:47 AM

Now I say this without any prior knowledge of RoT or having never played anything related to RoT ever :woot:

Consider the following sequence, initially kerisreturn is 0
1) You kill SASORC01 (setting kerisreturn to 1)
2) Go to whichever DINAN2 is in (sets kerisreturn to 2 and spawns DINAN3 while destroying DINAN2)
3) Go to area DD9000 (sets kerisreturn back to 1)
4) Go to where DINAN3 is and DINAN2 used to be (sets kerisreturn to 2 and spawns another DINAN3, destroying a DINAN2 which doesn't exist :lol:)
5) Repeat for CLONE ATTACK!!!

... see?? There's a cloning possibility there :) Also, wouldn't the !Exists("dinan3") trigger for CreateCreature("dinan3",[708.639],4) prevent respawning even if the actual reason was something else?? :P

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#426 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 27 November 2010 - 10:16 AM

Slight mishap :P

NEW cmorgan's RPGSola NVLOR fix
Fix: here

Attached Files


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#427 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 27 November 2010 - 12:47 PM

Now I say this without any prior knowledge of RoT or having never played anything related to RoT ever :woot:

Consider the following sequence, initially kerisreturn is 0
1) You kill SASORC01 (setting kerisreturn to 1)
2) Go to whichever DINAN2 is in (sets kerisreturn to 2 and spawns DINAN3 while destroying DINAN2)
3) Go to area DD9000 (sets kerisreturn back to 1)
4) Go to where DINAN3 is and DINAN2 used to be (sets kerisreturn to 2 and spawns another DINAN3, destroying a DINAN2 which doesn't exist :lol:)
5) Repeat for CLONE ATTACK!!!

... see?? There's a cloning possibility there :) Also, wouldn't the !Exists("dinan3") trigger for CreateCreature("dinan3",[708.639],4) prevent respawning even if the actual reason was something else?? :P



Good explanation and you might want to link this in the TDD forums in response to this in the RoT forums. It will be a long time before I update TDD in the future or if someone else updates it in my hiatus. ;)
?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#428 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 27 November 2010 - 08:57 PM

MOAR FEEXES ... from Fennek's bug-bustin thread :lol:

Finch, Mur'neth, Indira NPC BGT Imoen Compatibility
Fix: All CHAINs with "== BIMOEN" (and similar) changed to "== BIMOEN2" :cheers:

Attached Files


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#429 Fennek

Fennek
  • Member
  • 355 posts

Posted 29 November 2010 - 05:09 AM

Fixpack 9.5.5 released.

(Although that doesn't mean that I figured out if everything up to this post was included...)

Edited by Fennek, 29 November 2010 - 05:10 AM.


#430 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 29 November 2010 - 05:24 AM

Yup :) Everything's included ... EXCEEEEEEPT ... the gavin_gb2 statecheck fix :unsure: I'm really not sure why this got ignored so many times ... can someone please tell me if there's a reason to skip this (until Gavin_BG2 gets updated) so I can stop pestering you guys?? :P

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#431 Hoppy

Hoppy

    Mage Hunter

  • Member
  • 2107 posts

Posted 29 November 2010 - 09:20 AM

I uploaded CtB1.13 again with the fixed dracolich (CBC8CTD3.CRE) at TeamBG and BWL. For CtB and TDD I can add any new fixes to current versions easily now at both those sites so if there are things that need immediate attention, I can upload fresh copies with the fixes. The SHS temp server has the latest updates so when our DL manager here gets updated, those versions will be synced with the ones at TeamBG & BWL.

Same will apply with RoT, SOS and TS-BP when they are done which is what I must focus on now. <_<

EDIT: So please link any fixes for these mods to the correct forums somewhere as I will be lurking and "hopping" around said forums searching for archived fixes and corrections. ;)

Edited by Hoppy, 29 November 2010 - 09:23 AM.

?May God defend me from my friends; I can defend myself from my enemies.? - Voltaire

"If you think that a size of the mod indicates an amount of bugs that it introduces and their severity you're totally wrong...
Try not to use next time a load of shitty "super-mega-improving-tweaking-revising" small mods that you have installed and try to meet Wulfgar once again."
- King Diamond


Posted Image The Definitive Guide to Trolls

"Finding food and a place to sleep is your own business. I imagine Paul the Cat should have some fun with you, too" - Potencius in The Darkest Day
"You have been warned, little bastard!" -Khelben to a young <CHARNAME>in Check the Bodies
There are those who will snivel, and offer nothing in return except criticism, meanwhile never lifting a finger to do other than to cut other peoples labor down simply for the fact that they lack the capability to put anything of their own together. -erebusant

#432 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 01 December 2010 - 07:10 AM

Another round o stuff courtesy Fennek's thread :D But first ...

Igneous' SCSII Djinni corrections
Fix: here

From Fennek's thread
- Finch's chattiness
- Imoen Romance non-flirtiness
- MTS Crappack omg awesome patchiness :P

Attached Files


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#433 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 04 December 2010 - 05:53 AM

Fixes for my own n00blar errors in Weimer's Item Upgrade (just the revised components) :coolthumb: The BWP doesn't use those components so I dunno if a patch is needed :P

EDIT: Yes, I suck majorly! Another update for the itemupgrade :P

And Hoppy's Kiara-Zaiya spawn fix
Fix: here

Attached Files


Edited by Lollorian, 04 December 2010 - 09:32 AM.

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#434 Leonardo Watson

Leonardo Watson
  • Modder
  • 531 posts

Posted 05 December 2010 - 12:37 AM

Yup :) Everything's included ... EXCEEEEEEPT ... the gavin_gb2 statecheck fix :unsure: I'm really not sure why this got ignored so many times ... can someone please tell me if there's a reason to skip this (until Gavin_BG2 gets updated) so I can stop pestering you guys??


Due to a bug in Microsoft's command line interpreter there cannot be created a patch for files with special characters like "!" and "&" in the filename. Also the fixpack.bat cannot handle this. I didn't noticed that before. As long as no workaround exists I will copy the whole file named b!pid.d.

#435 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 05 December 2010 - 06:25 PM

Ah! Understood :P Thanks for updating the fixpack more often btw :) Just one more time now ...

Anyway, Igneous' SCSII fix won over and killed Ardanis' SCSII fix so ... :ermm:

Attached Files


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#436 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 06 December 2010 - 09:20 AM

The fix for the Imoen Romance is malformed - two files (fixpack/ImoenRom/Imoendia_d.patch and fixpack/ImoenRom/Imoendia_eternal_d.patch) both operate on ImoenRom/Eternal/Imoendia_d.patch; moreover, it breaks the mod because it leaves an half-commented dialogue in. Remember to remove the useless fixpack/ImoenRom/Imoendia_eternal_d.patch before adding this!

Attached Files


Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.


#437 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 06 December 2010 - 03:47 PM

NEVER "fix" stuff by copying files fromBiG World Fixpack/_override to the override in the middle of the BiG World Install.bat. You're going to introduce more bugs than you could possibly fix by overwriting , and making it exceedingly hard to revert the bugs you introduced.

Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.


#438 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 07 December 2010 - 05:58 AM

XPMod prints ugly messages if some mod uses ActionOverride(*,AddXPObject()).

Attached Files

  • Attached File  xpmod.7z   1.06K   162 downloads

Edited by the bigg, 07 December 2010 - 06:06 AM.

Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.


#439 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 07 December 2010 - 06:09 AM

I R BABOON! :crazy: was a list of mods that used the above syntax ;P

Edited by Lollorian, 07 December 2010 - 06:20 AM.

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
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


#440 manwe858

manwe858
  • Member
  • 139 posts

Posted 07 December 2010 - 02:22 PM

XPMod prints ugly messages if some mod uses ActionOverride(*,AddXPObject()).


I got:

processing fixes for "xpmod"

patching file `xpmod\functions\creature_xp.tph'
patching file `xpmod/functions/quest_xp.tph'
Assertion failed: hunk, file patch.c, line 321

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
patching file `setup-xpmod.tp2'
Hunk #2 succeeded at 273 (offset -2 lines).

after copying the patch over to the fixpack xpmod directory and running it.