Jump to content


Photo

Ok ... going to begin a new install from scratch


  • Please log in to reply
30 replies to this topic

#21 Marvin

Marvin

    Marvin

  • Member
  • 197 posts

Posted 18 January 2008 - 03:57 AM

I'll try that, thanks! :cheers:

Marvin

#22 Altomar

Altomar

    Seraph

  • Member
  • 163 posts

Posted 18 January 2008 - 04:31 AM

Altomar, can you report me the --change-log for c2blun02.itm?
Some third mod is corrupting c2blun02.itm so that it cannot be further patched properly by BGTTweak.


I don't have Itemupgrade mod in my installation but i got the same read out of bounds error with staf15.itm

here my log.txt (whow it took me 81 minites to complete this process with WeiDU --change-log staf15.itm >> log.txt)

Attached Files


Edited by Altomar, 18 January 2008 - 04:40 AM.


#23 cmorgan

cmorgan
  • Modder
  • 2301 posts

Posted 18 January 2008 - 06:14 AM

the bigg, this is the best WeiDU command addition since INTERJECT...

this will make tracking down difficulties *tremendously* easier. Map props, and huge respect.

#24 Ascension64

Ascension64
  • Modder
  • 5983 posts

Posted 18 January 2008 - 07:37 AM

Altomar, can you report me the --change-log for c2blun02.itm?
Some third mod is corrupting c2blun02.itm so that it cannot be further patched properly by BGTTweak.


I don't have Itemupgrade mod in my installation but i got the same read out of bounds error with staf15.itm

here my log.txt (whow it took me 81 minites to complete this process with WeiDU --change-log staf15.itm >> log.txt)

STAF15.ITM is confirmed corrupted.

Setup-BPv177.tp2 block needs updating.

COPY_EXISTING ~STAF15.ITM~ ~override~
READ_LONG 0x64 "ability_offset"
READ_SHORT 0x68 "abil_cnt"
READ_LONG 0x6a "eff_offset"
SET found = 0
SET offset = 0
SET extra_effects = 0
FOR( cnt=0; cnt<"%abil_cnt%"; cnt=cnt+1 ) BEGIN
READ_BYTE ("%ability_offset%"+cnt*0x38) "type"

PATCH_IF( found>0 ) THEN BEGIN //shift effects indexes for all possible abilities after 1st effect entry
READ_SHORT ("%ability_offset%"+cnt*0x38+0x20) eff_idx
WRITE_SHORT ("%ability_offset%"+cnt*0x38+0x20) eff_idx+extra_effects
END

PATCH_IF( "%type%"=3 AND found=0 ) BEGIN //necessary ability found - Magical
READ_SHORT ("%ability_offset%"+cnt*0x38+0x1e) eff_cnt
READ_SHORT ("%ability_offset%"+cnt*0x38+0x20) eff_idx
FOR( cnt2=0; cnt2<eff_cnt; cnt2=cnt2+1 ) BEGIN
READ_SHORT ("%eff_offset%"+0x30*(cnt2+eff_idx)) "eff_type"
PATCH_IF( "%eff_type%" = 39 ) THEN BEGIN //right ability
SET offset = "%eff_offset%"+0x30*(cnt2+eff_idx)
END
PATCH_IF( "%eff_type%"=282 AND offset>0 ) THEN BEGIN //effect found
found=1
END
END
END

PATCH_IF( found=0 AND offset>0 ) THEN BEGIN
WRITE_SHORT ("%ability_offset%"+cnt*0x38+0x1e) eff_cnt+1
INSERT_BYTES offset 0x30 //1 new effect
WRITE_SHORT offset 282 //effect
WRITE_BYTE offset+2 2 //TargetSelf
WRITE_BYTE offset+3 0 //Power
WRITE_LONG offset+4 11 //stars
WRITE_LONG offset+8 24 //code
WRITE_BYTE offset+12 0 //Instant/Limited
WRITE_BYTE offset+13 2 //Not Dispell/Not Bypass Resistance
WRITE_LONG offset+14 6 //Time
WRITE_BYTE offset+18 100 //Probability 1
WRITE_BYTE offset+19 0 //Probability 2
SET extra_effects = extra_effects + 1
SET found = 1
END
END //FOR - ability loop
BUT_ONLY_IF_IT_CHANGES //COPY_EXISTING


Here are the references that got corrupted and some mods can't install them (d0quest pack, Bg1 spell component for example):

- c2blun02.itm
- belt05.itm
- spin506.spl (it's a mass charm spell for Immy from Charming Rogue Kit)
- P5#EFFS.2DA

I had to cut them from override to install the BG1 spell component and then copy back those files there.

Here is my weidu log so far, the install is fine but i still don't know if it's the one i would advise for users:

This is probably the spell component mod going wrong.

Edited by Ascension64, 18 January 2008 - 07:42 AM.

--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.

Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)

Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)


#25 melkor_morgoth75

melkor_morgoth75

    Lord

  • Modder
  • 1509 posts

Posted 18 January 2008 - 08:50 AM

Here are the references that got corrupted and some mods can't install them (d0quest pack, Bg1 spell component for example):

- c2blun02.itm
- belt05.itm
- spin506.spl (it's a mass charm spell for Immy from Charming Rogue Kit)
- P5#EFFS.2DA

I had to cut them from override to install the BG1 spell component and then copy back those files there.

Here is my weidu log so far, the install is fine but i still don't know if it's the one i would advise for users:

This is probably the spell component mod going wrong.


Probably but c2blun02.itm gave an error with BGT Tweak component also.

mm75

Tired of the same boring spawned creatures u face in BG? Try BGSpawn


#26 Azazello

Azazello

    The Anti-Spammer

  • Staff
  • 1912 posts

Posted 18 January 2008 - 02:20 PM

STAF15.ITM is confirmed corrupted.

Setup-BPv177.tp2 block needs updating.

Confirmed for BPv178. :)

#27 Altomar

Altomar

    Seraph

  • Member
  • 163 posts

Posted 18 January 2008 - 03:34 PM

STAF15.ITM is confirmed corrupted.

Setup-BPv177.tp2 block needs updating.


thanks
now is working fine

#28 Ascension64

Ascension64
  • Modder
  • 5983 posts

Posted 18 January 2008 - 04:42 PM

Here are the references that got corrupted and some mods can't install them (d0quest pack, Bg1 spell component for example):

- c2blun02.itm
- belt05.itm
- spin506.spl (it's a mass charm spell for Immy from Charming Rogue Kit)
- P5#EFFS.2DA

I had to cut them from override to install the BG1 spell component and then copy back those files there.

Here is my weidu log so far, the install is fine but i still don't know if it's the one i would advise for users:

This is probably the spell component mod going wrong.


Probably but c2blun02.itm gave an error with BGT Tweak component also.

mm75

Do you normally grab ItemUpgrade straight from WeiDU.org? They install together fine for me. Are you sure that its the "Disable hostile reaction after charm" component error-ing out? Is it a different component?

DEBUG

[./override/C2BELT01.ITM] loaded, 162 bytes
[./override/C2BLUN01.ITM] loaded, 650 bytes
[./override/C2BLUN02.ITM] loaded, 410 bytes
[./override/C2BLUN03.ITM] loaded, 938 bytes
[./override/C2BOOT01.ITM] loaded, 306 bytes
[./override/C2BOOT02.ITM] loaded, 306 bytes


--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.

Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)

Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)


#29 Miloch

Miloch

    Barbarian

  • Modder
  • 6573 posts

Posted 19 January 2008 - 03:10 AM

STAF15.ITM is confirmed corrupted.

Confirmed for BPv178. :)

See here (fixed using Nythrun's item fixer, which will probably work for any other buggered items like that).

the bigg, this is the best WeiDU command addition since INTERJECT... this will make tracking down difficulties *tremendously* easier. Map props, and huge respect.

Huh? You sure you're posting in the right topic?

Edited by Miloch, 19 January 2008 - 03:14 AM.

Infinity Engine Contributions
Aurora * BG1 NPC * BG1 Fixpack * Haiass * Infinity Animations * Level 1 NPCs * P5Tweaks
PnP Free Action * Thrown Hammers * Unique Containers * BG:EE * BGII:EE * IWD:EE
================================================================
Player & Modder Resources
BAM Batcher * Creature Lister * Creature Checker * Creature Fixer * Tutu/BGT Area Map & List * Tutu Mod List
================================================================
"Infinity turns out to be the opposite of what people say it is. It is not 'that which has nothing beyond itself' that is infinite, but 'that which always has something beyond itself'." -Aristotle


#30 melkor_morgoth75

melkor_morgoth75

    Lord

  • Modder
  • 1509 posts

Posted 19 January 2008 - 04:52 AM

[quote name='Ascension64' post='372156' date='Jan 19 2008, 01:42 AM'][quote name='melkor_morgoth75' post='372071' date='Jan 19 2008, 03:50 AM'][quote name='Ascension64' post='372055' date='Jan 18 2008, 04:37 PM'] loaded, 162 bytes
[./override/C2BLUN01.ITM] loaded, 650 bytes
[./override/C2BLUN02.ITM] loaded, 410 bytes
[./override/C2BLUN03.ITM] loaded, 938 bytes
[./override/C2BOOT01.ITM] loaded, 306 bytes
[./override/C2BOOT02.ITM] loaded, 306 bytes[/quote]
[/quote]

Yes i grab it from there ... i'm going to re-install everything again this night. I'll use nithrum fix also and get back here with results ...

mm75

Tired of the same boring spawned creatures u face in BG? Try BGSpawn


#31 Altomar

Altomar

    Seraph

  • Member
  • 163 posts

Posted 19 January 2008 - 03:21 PM

Galactygon has made an updated .tp2 for SpellPack v4 that fixes most issues except for (Shroud of Flame) and (Abi-Dalzim's Horrid Wilting-Incendiary Cloud) not installing.
http://forums.blackw...?...ost&p=28458