ETA on revised version availability is about 1 hour. No new bugfixes other than those posted in these threads.
Changes:
1. base planarspheremod v2.6a
2. merged wia WinMerge of file changes in .d, .baf, and .tp2 from Ieldra's, Ikki's, and ScuD's fixes
3. drag n' dropped Ieldra's, Ikki's, and ScuD's non-dialogue fixed files directly over old (.spl/.cre/.bam/etc.)
4. dropped all filenames and foldernames to lowercase for Mac and Linux compatibility (someone else can do it internally in the tp2 if they want).
5. renamed Readme - Spells to spells-readme.doc (it was an unlabled document file)
6.
WeiDU version moved up to v204
7. Modernization of tp2 with following:
/* Planar Sphere Mod v2.6b; 2.6a with Ieldra's, Ikki's, and ScuD's fixes incorporated */
BACKUP ~planarspheremod/backup~
AUTHOR ~See_The_Readme (Org: Inferno & M, Updates: Hlid, Duality, Malbolgia)~
/* enable all error messages; nothing suppressed. comment this out for release version */
//MODDER
/* WeiDU v204 allows tp2 level version listing in the .log, so no more tra changes */
VERSION ~v2.6b~
/* launch the readme file immediately. If you want to disable the ReadMe, place two slashes before it, like //README */
README ~planarspheremod/readme-planarsphere.txt~
I am now going back to recheck that ScuD got everything reported covered, contrasting the package with the threads here.
PLEASE NOTE: I have not playtested, repaired, reviewed, or mechanically altered the mod in any way beyond integrating fixes posted in these threads. I will install it on a clean
SoA/
ToB game and provide the .debug file to the team, but I am booked up with other projects - I can't comment on the code, fix stuff, or troubleshoot.
EDIT: Hoppy's notes integrated, but since I don't know the code, duplicated. Original code:
COPY ~PlanarSphereMod/cre/psTest03.cre~ ~override/f03.cre~
SAY NAME1 @5
SAY NAME2 @5
new code (duplicated .cre with expected name) :
COPY ~PlanarSphereMod/cre/psTest03.cre~ ~override/f03.cre~
SAY NAME1 @5
SAY NAME2 @5
COPY ~PlanarSphereMod/cre/psTest03.cre~ ~override/psTest03.cre~
SAY NAME1 @5
SAY NAME2 @5
EDIT: clean install on vanilla patched
SoA/
ToB (no Fixpack or Baldurdash). One error from debug with MODDER disabled:
[./override/ar0411.bcs] loaded, 42712 bytes
WARNING: cannot find block matching [PlanarSphereMod/snip/ar0411SearchBlock.baf]
Edited by cmorgan, 02 March 2008 - 07:53 AM.