TDD/SoS Fixes #3
#41
Posted 16 November 2005 - 04:31 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)
#42
Posted 16 November 2005 - 04:34 AM
ronin
#43
Posted 16 November 2005 - 06:55 AM
btw: After speaking to Elminister there is no genie near stone momument that could teleport me to DD9x00, and char Kelbern did't disappear.
#44
Posted 16 November 2005 - 08:19 AM
Negative, maybe smth with the installation, as if the other people had this bug, how could they reach the final battle with Pasha Salam?btw: After speaking to Elminister there is no genie near stone momument that could teleport me to DD9x00, and char Kelbern did't disappear.
#45
Posted 16 November 2005 - 09:30 AM
in other hands it's pretty easy to fix (it's just cut & paste)
Edited by Silver Raven, 16 November 2005 - 09:38 AM.
#46
Posted 16 November 2005 - 11:54 AM
It'll be included into next full-size versions of the mods only.mmm, KD, do u plan to fix yourself the gui in the coming fixes, i'm sure there are some more bugs not found yet (after all it's YOUR code)
in other hands it's pretty easy to fix (it's just cut & paste)
It can't be fixed by Fixes mini-mods. It must be inserted into SoS/TDD/TS TP2 exactly as you said: copy/paste from my posts above to TP2s, - prior to the mods installation. And I don't know how to explain the procedure more clearly if anybody didn't catch a point yet...sorry.
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
#47
Posted 16 November 2005 - 12:39 PM
the point was more for people who use your versions and use some extra mods with them (i ve learnt by mistakes, the installation could be a complete mess , if u don't respect some points)
Edited by Silver Raven, 16 November 2005 - 12:49 PM.
#48
Posted 16 November 2005 - 01:44 PM
To be more specific, these lines:
ACTION_IF FILE_EXISTS ~Setup-GUI.tp2~
THEN BEGIN
UNINSTALL ~Setup-GUI.tp2~ ~0~
UNINSTALL ~Setup-GUI.tp2~ ~1~
UNINSTALL ~Setup-GUI.tp2~ ~2~
UNINSTALL ~Setup-GUI.tp2~ ~3~
UNINSTALL ~Setup-GUI.tp2~ ~4~
UNINSTALL ~Setup-GUI.tp2~ ~5~
UNINSTALL ~Setup-GUI.tp2~ ~6~
UNINSTALL ~Setup-GUI.tp2~ ~7~
UNINSTALL ~Setup-GUI.tp2~ ~8~
UNINSTALL ~Setup-GUI.tp2~ ~9~
UNINSTALL ~Setup-GUI.tp2~ ~10~
UNINSTALL ~Setup-GUI.tp2~ ~11~
UNINSTALL ~Setup-GUI.tp2~ ~12~
UNINSTALL ~Setup-GUI.tp2~ ~13~
UNINSTALL ~Setup-GUI.tp2~ ~14~
UNINSTALL ~Setup-GUI.tp2~ ~15~
UNINSTALL ~Setup-GUI.tp2~ ~16~
UNINSTALL ~Setup-GUI.tp2~ ~17~
UNINSTALL ~Setup-GUI.tp2~ ~18~
UNINSTALL ~Setup-GUI.tp2~ ~19~
END
//and from the end
AT_INTERACTIVE_EXIT ~Setup-GUI.exe~
Edited by amazinggameguru, 16 November 2005 - 01:52 PM.
Those who understand binary, and those who don't.
#49
Posted 16 November 2005 - 03:18 PM
Well, I do hope the GUI gets final for all mods concerned before BGT-WeiDU gets to 1.00.It'll be included into next full-size versions of the mods only.
mmm, KD, do u plan to fix yourself the gui in the coming fixes, i'm sure there are some more bugs not found yet (after all it's YOUR code)
in other hands it's pretty easy to fix (it's just cut & paste)
It can't be fixed by Fixes mini-mods. It must be inserted into SoS/TDD/TS TP2 exactly as you said: copy/paste from my posts above to TP2s, - prior to the mods installation. And I don't know how to explain the procedure more clearly if anybody didn't catch a point yet...sorry.
--------------
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)
#50
Posted 17 November 2005 - 01:09 AM
Do it.The issue of not including the original GUI is now solved via the tp2 snippet but there is still the problem of the patch modifying the setup-gui since as pointed out this will uninstall everything from the current position back to the first mod that installed the setup-gui. Is there any problem if I just take out the lines that uninstall the setup-gui and the one that runs it at the end?
To be more specific, these lines:
ACTION_IF FILE_EXISTS ~Setup-GUI.tp2~
THEN BEGIN
UNINSTALL ~Setup-GUI.tp2~ ~0~
UNINSTALL ~Setup-GUI.tp2~ ~1~
UNINSTALL ~Setup-GUI.tp2~ ~2~
UNINSTALL ~Setup-GUI.tp2~ ~3~
UNINSTALL ~Setup-GUI.tp2~ ~4~
UNINSTALL ~Setup-GUI.tp2~ ~5~
UNINSTALL ~Setup-GUI.tp2~ ~6~
UNINSTALL ~Setup-GUI.tp2~ ~7~
UNINSTALL ~Setup-GUI.tp2~ ~8~
UNINSTALL ~Setup-GUI.tp2~ ~9~
UNINSTALL ~Setup-GUI.tp2~ ~10~
UNINSTALL ~Setup-GUI.tp2~ ~11~
UNINSTALL ~Setup-GUI.tp2~ ~12~
UNINSTALL ~Setup-GUI.tp2~ ~13~
UNINSTALL ~Setup-GUI.tp2~ ~14~
UNINSTALL ~Setup-GUI.tp2~ ~15~
UNINSTALL ~Setup-GUI.tp2~ ~16~
UNINSTALL ~Setup-GUI.tp2~ ~17~
UNINSTALL ~Setup-GUI.tp2~ ~18~
UNINSTALL ~Setup-GUI.tp2~ ~19~
END
//and from the end
AT_INTERACTIVE_EXIT ~Setup-GUI.exe~
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
#51
Posted 19 November 2005 - 09:29 AM
Negative, maybe smth with the installation, as if the other people had this bug, how could they reach the final battle with Pasha Salam?
btw: After speaking to Elminister there is no genie near stone momument that could teleport me to DD9x00, and char Kelbern did't disappear.
well i have reinstaled all mods and still there is no genie i must teleport there using console
#52
Posted 19 November 2005 - 04:22 PM
Edited by ScuD, 20 November 2005 - 05:41 AM.
#53
Posted 20 November 2005 - 04:59 AM
Edited by fazi, 20 November 2005 - 05:02 AM.
#54
Posted 20 November 2005 - 04:41 PM
"A simple test of the relative merits of science and religion is to compare lighting your house at night by prayer or electricity" - A. C. Grayling
"EFF files have saves, too." - CamDawg
|| this is radio seanas || BP Series v3 || seanas at work ||
#55 -Guest-
Posted 21 November 2005 - 02:42 AM
Plus, just now, they weren't valid either.
#56
Posted 21 November 2005 - 04:43 AM
KD? Um.... unclickable links in your sig. Fixies missing.
Plus, just now, they weren't valid either.
They are not missing. They are just at the same places that mods packages themself. Just click on links for the mods.
The only one that is not on mirrors is TDD Fix 6. And the link is there....
Edited by King Diamond, 21 November 2005 - 04:44 AM.
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
#57 -Guest-
Posted 21 November 2005 - 05:13 AM
#58 -Guest-
Posted 21 November 2005 - 05:25 AM
I suppose this is more than a bit off topic, but now TS is failing to install. It can't find a file that's waving right in front of it's face.
ERROR: [1.txt] -> [override] patching Failed <COPY> <Sys_error<"music/MxKachi: No such file or directory">>
Unfortunately, all the required files are there. The only difference is can see is that the setup.exe is looking for backslashes, while windows uses forward-slashes. Don't think that's the problem, though.
Re-download, Reinstall, nothing. Bleah.
Help?
#59
Posted 21 November 2005 - 05:29 AM
ronin
Edited by ronin69hof, 21 November 2005 - 05:30 AM.
#60
Posted 21 November 2005 - 07:06 AM
Argh.
Ah well. Will resign myself to (just) TDD/SOS/BGT/NSoTSC, then. Are there no other possibilities?
For example: is it at all possible to copy the "missing" files into where they're supposed to go? I suspect they have to be in the Override/Music Folder, but I'd like a bit of confirmation that this won't screw up the entire thingie.
Edited by Sunset, 21 November 2005 - 07:45 AM.