The Black Wyrm Lair Forums
The Black Wyrm's Lair Terms of Use Help Search Members Calendar

Welcome Guest ( Log In | Register )

> TS 7.02 and BGT 101 incompatibility, Starting XP at 89000 in Candlekeep
Hoppy
post Jan 18 2009, 01:06 AM
Post #1



Group Icon

Gold Member
Posts: 402
Joined: 24-May 07
From: New York, USA




Hi Vlad et all,

Just wanted to bring this to your attention when starting a new game with Bdash 166 BGT101 and TS 702 the starting XP is as if starting a BG2 game. I don't even know where to look, as in what file gets changed.

Also, after installing NeJ691 +694 after TS as per your instructions, the starting XP is the same so it is definitely TS doing some kind of change. Sorry I could not be more help.

Cheers,
Hoppy

This post has been edited by Hoppy: Jan 25 2009, 12:07 AM


--------------------
“May God defend me from my friends; I can defend myself from my enemies.” - Voltaire

Go to the top of the page
 
Quote Post
 
Start new topic
Replies (1 - 10)
Hoppy
post Jan 19 2009, 05:55 PM
Post #2



Group Icon

Gold Member
Posts: 402
Joined: 24-May 07
From: New York, USA




Extra note:


This does not happen with TS6.11 installed. The old installation instructions for that were to install that TS after the Nej 691 + patch 694. I don't know if installing TS7.02 after Nej 691 + 694 will remedy the situation.



EDIT: just changed bug to incompatibility in the topic title for a better term

This post has been edited by Hoppy: Jan 25 2009, 12:08 AM


--------------------
“May God defend me from my friends; I can defend myself from my enemies.” - Voltaire

Go to the top of the page
 
Quote Post
Jarno Mikkola
post Jan 26 2009, 10:10 AM
Post #3





Forum Member
Posts: 80
Joined: 25-January 07
From: We call it Swamp Pit, you call it Finland.




Well, perhaps the TS 7.02 overwrites the bgmain.exe, and also the .exe patch done in BGT 1.01... there was an XPpatcher in the really old BGT(non WeiDU), I can send it to you, if either of you wants to.
Go to the top of the page
 
Quote Post
Hoppy
post Jan 26 2009, 05:36 PM
Post #4



Group Icon

Gold Member
Posts: 402
Joined: 24-May 07
From: New York, USA




QUOTE(Jarno Mikkola @ Jan 26 2009, 05:10 AM) *
there was an XPpatcher in the really old BGT(non WeiDU), I can send it to you, if either of you wants to.



The non_WeiDU v.1.1.2? I will PM you for the file as I do not have that in my vintage mod backup CD's or DVD's.


--------------------
“May God defend me from my friends; I can defend myself from my enemies.” - Voltaire

Go to the top of the page
 
Quote Post
Vlad
post Jan 26 2009, 11:35 PM
Post #5



Group Icon

Mod Developer
Posts: 1400
Joined: 19-April 05




Thanks, Hoppy.

Yes, I am aware of this issue. I brought "Continuous Yoshimo" back in v7.02. So, he won't leave your party anymore in Chapter 6 to meet you in Saradush, and he won't die in AR4500. This is of course for the price of patching EXE. There is no other way to preserve Yoshimo continuously between SoA and ToB. I'd love to see the WeiDU code, which would re-patch the initial XP after installing TS v7.02.
Go to the top of the page
 
Quote Post
The Bigg
post Jan 26 2009, 11:40 PM
Post #6





Forum Member
Posts: 165
Joined: 29-January 05
From: Modena (Italy)




CODE
COPY_EXISTING bgmain.exe bgmain.exe
REPLACE_TEXTUALLY CASE_SENSITIVE ~YOSHIMO~ ~       ~


--------------------
Please do not contact me for assistance in using BGT, BP, any other of the 'large mods', or a mod I didn't write or contribute to. I'm not your paid support staff, so I'd suggest you to direct your help questions to the forum relative to the mod you're playing.

Thanks for your cooperation.
Go to the top of the page
 
Quote Post
Hoppy
post Jan 27 2009, 03:55 PM
Post #7



Group Icon

Gold Member
Posts: 402
Joined: 24-May 07
From: New York, USA




QUOTE(The Bigg @ Jan 26 2009, 06:40 PM) *
CODE
COPY_EXISTING bgmain.exe bgmain.exe
REPLACE_TEXTUALLY CASE_SENSITIVE ~YOSHIMO~ ~       ~



Thanks The Bigg! beer.gif


--------------------
“May God defend me from my friends; I can defend myself from my enemies.” - Voltaire

Go to the top of the page
 
Quote Post
The Bigg
post Jan 27 2009, 05:28 PM
Post #8





Forum Member
Posts: 165
Joined: 29-January 05
From: Modena (Italy)




Er, now that I think of it this code is "BiggDU" specific, and IIRC Vlad insists on using "WesDU" only. I can write similar code using only W185 synthax, but it runs the risk of not being compatible with (poorly coded) game cracks. You can remove the CASE_SENSITIVE, but it'll require extensive testing, as there are two instances of (case-insensitive) `yoshimo' in bgmain.exe, and only one is required for this effect, so there's the risk that the second occurrence yields side effects (the uppercase one is in the soa-tob transition, and the code is used in [url=http://forums.gibberlings3.net/index.php?showforum=160], so side effects shouldn't occur).


--------------------
Please do not contact me for assistance in using BGT, BP, any other of the 'large mods', or a mod I didn't write or contribute to. I'm not your paid support staff, so I'd suggest you to direct your help questions to the forum relative to the mod you're playing.

Thanks for your cooperation.
Go to the top of the page
 
Quote Post
Vlad
post Jan 30 2009, 02:27 PM
Post #9



Group Icon

Mod Developer
Posts: 1400
Joined: 19-April 05




Thank you!

Actually, I do this:

COPY_EXISTING bgmain.exe bgmain.exe
REPLACE_TEXTUALLY ~YOSHIMO~ ~YOSHINO~

That's all. Everything works.

P.S. I browsed that nice forum at G3, which discusses a "new" mod how to keep Yoshimo alive. It's interesting that none of the moderators at G3 pointed that boy or girl to the TS mod, which solved the above problem twice already in 2001 using the two techniques suggested in the forum. I cannot call this plagiat as I am pretty sure that he/she worked intensively on solving this problem himself/herself without even knowing that TS is one of the first BG2 quest-romance mods and it exists for almost 8 years. What I didn't like is the ignorance of moderators at G3. But it's normal there. I won't even bother to post anything in return. Have fun.

This post has been edited by Vlad: Jan 30 2009, 02:47 PM
Go to the top of the page
 
Quote Post
Hoppy
post Jan 31 2009, 11:07 PM
Post #10



Group Icon

Gold Member
Posts: 402
Joined: 24-May 07
From: New York, USA




QUOTE(Vlad @ Jan 30 2009, 09:27 AM) *
Thank you!

Actually, I do this:

COPY_EXISTING bgmain.exe bgmain.exe
REPLACE_TEXTUALLY ~YOSHIMO~ ~YOSHINO~

That's all. Everything works.



Vlad,
Do we replace the block quoted in the similar block of the TP2 or is it a separate addition altogether? I could not tell if the download was updated with a new TP2 or not.

Thanks for your hard work!

thumb.gif


--------------------
“May God defend me from my friends; I can defend myself from my enemies.” - Voltaire

Go to the top of the page
 
Quote Post
Vlad
post Feb 1 2009, 11:59 AM
Post #11



Group Icon

Mod Developer
Posts: 1400
Joined: 19-April 05




No, it shouldn't be a separate addition. Just please replace mere COPYing BGMAIN.EXE with this block. I have not updated the downloadable file yet. So, you can amend TP2 on your own.

Good luck!
Go to the top of the page
 
Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:



- Lo-Fi Version Time is now: 24th June 2025 - 01:22 PM