
I tried to run cmd from the BG2 folder but when I type C\Program Files\Black Isle\BGII - SoA (after window shows up C:\Documents and Settings\>...I type it here...) I get an error message. I'm not too tech saavy.
Posted 20 March 2008 - 11:06 PM
Posted 20 March 2008 - 11:23 PM
Oh, put quotes around the path so that the spaces are treated as part of the pathOk, found the sarevo.cre in the end biff backup folder.
sarevo.cre 1.5K 297 downloads
I tried to run cmd from the BG2 folder but when I type C\Program Files\Black Isle\BGII - SoA (after window shows up C:\Documents and Settings\>...I type it here...) I get an error message. I'm not too tech saavy.
Edited by Ascension64, 20 March 2008 - 11:38 PM.
--------------
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)
Posted 21 March 2008 - 05:39 AM
I'll PM it to you tonight when I get home from work. It's derived from code that is posted over on the G3 website. It resolves about 10 files that cause "illegal 2-byte, and 4-byte reads" when trying to install components like d0Tweaks "summoning" components, etc.Oh, put quotes around the path so that the spaces are treated as part of the pathOk, found the sarevo.cre in the end biff backup folder.
sarevo.cre 1.5K 297 downloads
I tried to run cmd from the BG2 folder but when I type C\Program Files\Black Isle\BGII - SoA (after window shows up C:\Documents and Settings\>...I type it here...) I get an error message. I'm not too tech saavy.
"C:\Program Files\Black Isle\BGII - SoA"
Can I also ask where you can find
~SETUP-NYTHRUNFIXMEGACORE.TP2~ #0 #0 // Nythrun's Broken Cre/Itm/Spl Fix
?
It takes a village...
Posted 21 March 2008 - 06:32 PM
Could that particular Tazok issue be resolved by removing the death variable from BGTAZOK.CRE?The change made to scs/endbattle/_sarevok.baf.So is what we're looking at ultimately a modification the the SCS file that modifies Sarevok?
For stringency purposes, the edit should end up looking like the following:IF GlobalGT("DMWWSarevokFight","GLOBAL",0) GlobalLT("DMWWSarevokFight","GLOBAL",3) Global("FirstDeath","LOCALS",0) OR(4) Dead("galdor") Dead("diarmi") Dead("semaj") Dead("tazok") THEN RESPONSE #100 SetGlobal("DMWWSarevokFight","GLOBAL",2) SetGlobal("FirstDeath","LOCALS",1) END IF Global("DMWWSarevokFight","GLOBAL",2) Global("FirstDeath","LOCALS",1) THEN RESPONSE #100 SetGlobal("FirstDeath","LOCALS",2) StartDialog("SAREVO",Player1) ENDIF %false_in_tutu% HP(Myself,1) Global("SarevokBoutToDie","GLOBAL",0) Global("SarevokBehavior","GLOBAL",3) Global("DMWWSarevokFight","GLOBAL",4) Dead("galdor") Dead("diarmi") Dead("semaj") Dead("tazok") THEN RESPONSE #100 SetGlobal("SarevokBoutToDie","GLOBAL",1) ActionOverride(Myself,StartDialogue("SARDEAD",[PC])) ENDThat would have contributed to things screwing up too. The changes made to the BCS file should fix that also, except that it would think that Tazok is already dead even if he isn't.I have a question that may/may not be a contributing factor .... did you kill Tazok at the bandit camp? I had to manually set a global variable before I went into the temple. (the problem and fix is posted on the SCS forums).
It takes a village...
Posted 21 March 2008 - 07:57 PM
No, because the death variable is used for bandit camp scripting. However, you can force the death variable to rest upon entering the Temple of Bhaal, with SetGlobal("SPRITE_IS_DEADTAZOK","GLOBAL",0).Could that particular Tazok issue be resolved by removing the death variable from BGTAZOK.CRE?
--------------
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)
Posted 21 March 2008 - 11:05 PM
Posted 22 March 2008 - 12:15 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)
Posted 29 March 2008 - 11:07 AM
Posted 29 March 2008 - 01:24 PM
If it is possible, yeah. I'm particularly interested in the things that occur after BPv177. I am aware that you should have at least 4 entries in the list. Thanks for soldiering through it.My computer had a meltdown before I could post it last week (it wouldn't reboot normally, the boot record mysteriously was wiped out)- had to reinstall winxp and all programs including mega. Last thing I saw in the log was something like - "programs modifying sarevo.cre" and there were 5 or 6 things including scs twice. If you want I can try to run it again off the new install I made.
--------------
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)
Posted 29 March 2008 - 02:22 PM
I've PM'ed you a .rar with everything Sarevo.cre after BGT installs it.If it is possible, yeah. I'm particularly interested in the things that occur after BPv177. I am aware that you should have at least 4 entries in the list. Thanks for soldiering through it.My computer had a meltdown before I could post it last week (it wouldn't reboot normally, the boot record mysteriously was wiped out)- had to reinstall winxp and all programs including mega. Last thing I saw in the log was something like - "programs modifying sarevo.cre" and there were 5 or 6 things including scs twice. If you want I can try to run it again off the new install I made.
It takes a village...
Posted 13 April 2008 - 12:45 AM
Thanks. Your result lends weight to a potential incompatibility between BGT-WeiDU and SCSII, except that I haven't had any time to look in more detail yet.I finally remembered to do this.
![]()
log.rar 2.07K 244 downloads
--------------
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)
Posted 13 April 2008 - 02:47 AM
Posted 13 April 2008 - 06:56 AM
Posted 13 April 2008 - 08:51 AM
SCS uses the following code to add protection items to Sarevok that correlate to his minions as follows:I went through the maze and the undercity once again using one of my old saves, this time I didn't experience any stuttering when Sarevok died. Surprisingly there was no stuttering even when I used the original save which had been causing it prior going through the maze again. Despite of that I am still unable to leave the temple. I can leave until I talk with Sarevok for the first time, after that the arrow-through-door cursor disappears and won't reappear after killing Sarevok.
The last thing Sarevok said is that I had removed his shields (after killing all his minions) but he won't be denied, he's the Lord of Murder, or something like that. Until this talk he can't be CTRL-Y-ed nor can be killed by any other means, that will make him only near-death, which is the correct way of things I assume. After the talk he can be killed by CTRL-Y or normally. Is he supposed to have another talk to me before he dies? Once I experienced something similar with Sendai, she didn't have her final talk before she died and I was unable to leave her enclave because the portal had not appeared, reinstall solved it however. Does it work like that with Sarevok? Shame the trilogy with big-picture can't be simply reinstalled as well from what I understand.
COPY_EXISTING ~%tutu_var%sarevo.cre~ ~override~ WRITE_SHORT 0x24 ~250~ // In vanilla BG, Sarevok dies at 150hp to avoid bugs due WRITE_SHORT 0x26 ~250~ // to him ~chunking~. But of course in TUTU that confuses // the ~injured/badly injured/nearly dead~ display. // We use a min-hp ring instead. WRITE_BYTE 0x59 ~40~ // slightly reduced base resistances since he gets them from his followers WRITE_BYTE 0x5a ~40~ WRITE_BYTE 0x5b ~40~ WRITE_BYTE 0x5c ~40~ WRITE_BYTE 0x5e ~40~ WRITE_BYTE 0x5f ~40~ WRITE_BYTE 0x63 ~0~ READ_LONG 0x2bc ~%itemoffset%~ WRITE_ASCII (~%itemoffset%~+0x50) ~minhp1~ #8 // give him the min-hp ring ADD_CRE_ITEM ~dw#sarr1~ #0 #0 #0 ~IDENTIFIED~ ~RRING~//items to simulate acolyte-shielding ADD_CRE_ITEM ~dw#sarr2~ #0 #0 #0 ~IDENTIFIED~ ~BOOTS~ ADD_CRE_ITEM ~dw#sarr3~ #0 #0 #0 ~IDENTIFIED~ ~GLOVES~ ADD_CRE_ITEM ~dw#sarr4~ #0 #0 #0 ~IDENTIFIED~ ~AMULET~ ACTION_IF FILE_EXISTS_IN_GAME ~fw0100.are~ THEN BEGIN COPY_EXISTING ~_sarevo.cre~ ~override~ ADD_CRE_ITEM ~minhp1~ #0 #0 #0 ~NONE~ ~LRING~ END
It takes a village...
Posted 13 April 2008 - 09:37 AM
Posted 13 April 2008 - 12:25 PM
That's why he's supposed to have a MINHP1 item in order to allow his death speech.I ctrl-q ed him into the group after taking out his minions and he said his line like "so you've killed my minions, well I'm the lord of murder!" He still charges and attacks the PC despite being in party control. I ctrl-yed him to death, then raised him with ctrl-r and he kept attacking me. Finaly, I took him to the temple where I had him raised. When he had the 1 hitpoint, he gave his "death speech" and the plot advanced.
I think the problem with killing him normally is he doesn't stop at 1 hit point so he never gives his "death speech".
COPY_EXISTING ~%tutu_var%sarevo.cre~ ~override~ WRITE_SHORT 0x24 ~250~ // In vanilla BG, Sarevok dies at 150hp to avoid bugs due WRITE_SHORT 0x26 ~250~ // to him ~chunking~. But of course in TUTU that confuses // the ~injured/badly injured/nearly dead~ display. // We use a min-hp ring instead. WRITE_BYTE 0x59 ~40~ // slightly reduced base resistances since he gets them from his followers WRITE_BYTE 0x5a ~40~ WRITE_BYTE 0x5b ~40~ WRITE_BYTE 0x5c ~40~ WRITE_BYTE 0x5e ~40~ WRITE_BYTE 0x5f ~40~ WRITE_BYTE 0x63 ~0~ // READ_LONG 0x2bc ~%itemoffset%~ // WRITE_ASCII (~%itemoffset%~+0x50) ~minhp1~ #8 // give him the min-hp ring ADD_CRE_ITEM ~dw#sarr1~ #0 #0 #0 ~IDENTIFIED~ ~RRING~//items to simulate acolyte-shielding ADD_CRE_ITEM ~dw#sarr2~ #0 #0 #0 ~IDENTIFIED~ ~BOOTS~ ADD_CRE_ITEM ~dw#sarr3~ #0 #0 #0 ~IDENTIFIED~ ~GLOVES~ ADD_CRE_ITEM ~dw#sarr4~ #0 #0 #0 ~IDENTIFIED~ ~AMULET~ ACTION_IF FILE_EXISTS_IN_GAME ~fw0100.are~ THEN BEGIN COPY_EXISTING ~_sarevo.cre~ ~override~ ADD_CRE_ITEM ~minhp1~ #0 #0 #0 ~NONE~ ~LRING~ END
Edited by erebusant, 13 April 2008 - 01:01 PM.
It takes a village...
Posted 14 April 2008 - 09:47 AM
Posted 14 April 2008 - 02:52 PM
Posted 14 April 2008 - 03:00 PM
If you are getting close to the final battle, try just changing Item and save the cre with the updated item, and see if the final battle occurs as intended. Baby steps. There may be more than 1 problem with the encounter, so fix one at a time.Can I fix this particular sarevo.cre with NI and change that BGMIMINH itm to the required BGMINHP1 item? After that I probably have to find it in his override script, class script or both?
It takes a village...