01.01.07 BiG World Fixpack batch filecopy /Y ".\BiG World Fixpack\Setup-BGTNeJ.tp2" "."
"The system cannot find the file specified" (wasn't there when I checked).
01.01.08 BiG World Install batch fileYou must copy the soundset for Kiara-Zaiya by hand into the folder Kiara-Zaiya\Sounds.
Already did this (batch file doesn't recognise it).
You cannot use Saerileth and Kiara-Zaiya at the same time!
You can now apparently with one of the fixes.
03.01. Never Ending Journey 2 (NeJ2) v4.2bContains a corrupt icgob05.cre that results in it being unreadable if other mods are installed after it. Fixed the CRE (
NeJ/cre/icgob05.cre).
nejicgob.rar 311bytes
300 downloads13.23. Sorcerer’s Place Item Collection (SPItems) v1Needs to be fixed so it patches rather than overwrites. I commented out half the code before installing (too much of a hack job to upload - maybe I'll fix it properly at some point when I'm not so busy
).
14.30. Frennedan Mod v1.01bContains a corrupt shape.cre that results in it being unreadable if other mods are installed after it. Fixed the CRE.
frenmod.rar 274bytes
309 downloads16.05. Romantic Encounters (RE) v3A global search for all botched items in my install turned up re_gael.itm. It is corrupt and cannot be read (not even the original mod file). I reconstructed it with assumed data from a hex editor (basically it is just a blank scroll).
re_gael.rar 143bytes
325 downloads19.05. Arcane-Divine Spell Pack (ADPack) v1.1Needs to be fixed so it patches rather than overwrites resources. Didn't have time to look at it in detail (probably won't for a while).
19.06. Lost Crossroads Spell Pack for BG2 (Beta) v4 (*should be ~01.04*)
SpellPackB4 needs
this fix, otherwise it tries to compile the entire override, and bombs with
SCS and perhaps other mods. Ideally it should be installed *before* the Fixpack, as per
this post.
20.01. Resource Fixer v1 (*new*)
Some macros shamelessly cribbed from Nythrun and designed to fix various structural errors in creatures, items and spells. Was necessary to get BP to install (see below). I've implemented it so it only fixes resources potentially present in the
BWP install - erebusant possibly has more to add (from NEJ2 v6.91 etc.).
resfixer_v1.rar 459.77K
1921 downloads20.02. The Big Picture (BP) v1.77a[BPv177/TDD/BAF/BPTOLMAG.BAF] PARSE ERROR at line 474 column 1-27
Near Text: )
[HaveSpell] argument [COM_CATS_GRACE] not found in [Spell.IDS]
At some point COM_CATS_GRACE gets changed to WIZARD_CATS_GRACE in spell.ids, but the script does not. This can be fixed by referring to the spell numerically in the script (2227). Fixed BPTOLMAG.BAF.
bptolmag.rar 2.46K
326 downloadsERROR: [JAEL01.CRE] -> [override] Patching Failed (COPY) (Invalid_argument("String.sub"))
Stopping installation because of error.
I'm not sure what is causing this since the BP specifically APPENDs the entries to specific.ids, but when I checked it, it was virtually blank. Whatever caused it, I just copied ~specific.ids~ from ~BiG World Fixpack/expanded ids files~ again to overwrite the virtually blank specific.ids. There were other errors caused by corrupted CREs (possibly from FR_ROV,
TDD, NEJ2, etc. - see this topic
http://forums.gibberlings3.net/index.php?showtopic=12642). I had to run the res_fixer above to get BP to install.
20.04. Weimer’s Tactics Mod v24Maybe someone can explain why this is necessary:
// [Azazello]
COPY_EXISTING_REGEXP GLOB ~^.+\.ids$~ ~override~
So you're copying all the IDS files you can find before every component without making changes... What's the point? It has
other issues too, apparently (with overwriting instead of patching).
23.11. BP-Balancer (Beta) v0.3306.02. Northern Tales of the Sword Coast (NTotSC4BGTv160) v1.60
ERROR: Failure("resource [NTELKA.cre] not found for 'COPY'")
I think this is a problem with
NTotSC v160/161, which should be copying ntelka.cre but is not doing so. For the time being, you can fix it in ntotsc_action_macro_creatures.tph (BP-Balancer):
ACTION_IF FILE_EXISTS_IN_GAME ~NTELKA.cre~ THEN BEGIN //Added line
COPY_EXISTING ~NTELKA.cre~ ~override~
...
BUT_ONLY
END //Added line
Same for ~NTNATALK.cre~. Also remove NTSHILOC references in
XP.D - do not exist.
bpbal33a.rar 2.89K
276 downloads23.09. BP Series v3[bpseries\baf\gMinionC.baf] PARSE ERROR at line 89 column 1-38
Near Text: )
[ChangeSpecifics] argument [SIMULACRUM] not found in [Specific.IDS]
Due to missing specific.ids entries (see 20.02 above).
23.02. Sword Coast Stratagems II (SCSII) v7ERROR: error compiling [scsII/beholder/ssl_out/dw#vaxal.baf]: Sys_error("scsII/beholder/ssl_out/dw#vaxal.baf: No such file or directory")
ERROR: error compiling [scsii/bodhi/ssl_out/finbodhi_asc.baf]: Sys_error("scsii/bodhi/ssl_out/finbodhi_asc.baf: No such file or directory")
Not sure what's supposed to be going on here. Those resources don't exist alright. DavidW will have to look into it.