BG II and ToB on one host
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
BG II and ToB on one host
Is there a way to have (and play) SoA and Tob on one PC? (I have some skill to work with registry, though i have not so much time just now to hack it myself, so it would be very helpful if somebody has it already done.)
TIA,
L.
TIA,
L.
Loredweller
-------------------
...for tomorrow never comes ...
-------------------
...for tomorrow never comes ...
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
- Baldursgate Fan
- Posts: 989
- Joined: Fri Jul 13, 2001 11:00 am
- Location: Singapore
- Contact:
- fable
- Posts: 30676
- Joined: Wed Mar 14, 2001 12:00 pm
- Location: The sun, the moon, and the stars.
- Contact:
If what you're asking is whether you can have to independent instances of BG2--one with ToB, one without--on a single machine, the answer is
1) It can be installed twice, if you move the first installation and then deinstall the original location.
2) It will not run from both instances. The registry entries are setup in such a way that the executable looks for *one* BG2 location whenever it loads.
I tried to create SoA/ToB and SoA/TDD instances on one machine several weeks ago, and ran into just this problem.
1) It can be installed twice, if you move the first installation and then deinstall the original location.
2) It will not run from both instances. The registry entries are setup in such a way that the executable looks for *one* BG2 location whenever it loads.
I tried to create SoA/ToB and SoA/TDD instances on one machine several weeks ago, and ran into just this problem.
To the Righteous belong the fruits of violent victory. The rest of us will have to settle for warm friends, warm lovers, and a wink from a quietly supportive universe.
- sxty5stang
- Posts: 14
- Joined: Tue Sep 18, 2001 10:00 pm
- Location: Missouri
- Contact:
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
Partitioning should not solve the issue. The registry is still the same.
One way might be if you have dual boot, i.e. two (or more) instances on the same host. They even might use the same pagefile. Not sure if it is the case for 98th, though, never tried, but it is some solution for NT or 2K. The matters of resources, though, and it is not very comfortable. One instance should be main anyway (although it is possible to share applications, it usually isn't worth the effort). My problem is i have long periods of idle waiting mixed with irregular ones with high activity, BG is one of best ways to kill the time nearer to evening, emotional activity instead of intellectual is very refreshing
If the problem might be solved somehow then there wouldn't be problems with SoA extensions incompatible with ToB for one thing.
TIA,
L.
One way might be if you have dual boot, i.e. two (or more) instances on the same host. They even might use the same pagefile. Not sure if it is the case for 98th, though, never tried, but it is some solution for NT or 2K. The matters of resources, though, and it is not very comfortable. One instance should be main anyway (although it is possible to share applications, it usually isn't worth the effort). My problem is i have long periods of idle waiting mixed with irregular ones with high activity, BG is one of best ways to kill the time nearer to evening, emotional activity instead of intellectual is very refreshing
If the problem might be solved somehow then there wouldn't be problems with SoA extensions incompatible with ToB for one thing.
TIA,
L.
Loredweller
-------------------
...for tomorrow never comes ...
-------------------
...for tomorrow never comes ...
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
- fable
- Posts: 30676
- Joined: Wed Mar 14, 2001 12:00 pm
- Location: The sun, the moon, and the stars.
- Contact:
The registry thinks, "Okay, a BG2 installation." It doesn't look first at the key disc number, just at the game. So you can have one instance of it on your machine. Attempting to put on a second will simply write over the first.Originally posted by craig:
<STRONG>How about using a freinds cd?</STRONG>
To the Righteous belong the fruits of violent victory. The rest of us will have to settle for warm friends, warm lovers, and a wink from a quietly supportive universe.
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
Latest news
I have managed to set two properly working SoA instances on one PC.
I started by searching the registry for "BGII" and collected such keys. Then i copied the folder with SoA to another logical drive. All i need now to switch between them is just to merge a file into registry.
In my case file content looks like:
-----------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\bg2ep202.exe]
"Path"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
@="L:\\Program Files\\Black Isle\\BGII - SoA\\bg2ep202.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\BG2Main.Exe]
"Install"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
"Path"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
@="L:\\Program Files\\Black Isle\\BGII - SoA\\BGMain.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Applications\Baldur's Gate2]
"CurrentDirectory"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
"Path"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
"CommandLine"=""
"File"="BGMain.exe"
"GUID"="{8DAE4336-2B71-11D4-9A6C-006067325E47}"
[HKEY_LOCAL_MACHINE\SOFTWARE\GameSpy]
[HKEY_LOCAL_MACHINE\SOFTWARE\GameSpy\games]
"bgate2"="L:\\Program Files\\Black Isle\\BGII - SoA\\BGMain.exe"
----------------------------------------
the other one has "L:\" replaced by "J:\"
Simple, isn't it?
Well, next time i'll have leisure i'll try TDD on one of the instances.
I have managed to set two properly working SoA instances on one PC.
I started by searching the registry for "BGII" and collected such keys. Then i copied the folder with SoA to another logical drive. All i need now to switch between them is just to merge a file into registry.
In my case file content looks like:
-----------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\bg2ep202.exe]
"Path"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
@="L:\\Program Files\\Black Isle\\BGII - SoA\\bg2ep202.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\BG2Main.Exe]
"Install"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
"Path"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
@="L:\\Program Files\\Black Isle\\BGII - SoA\\BGMain.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectPlay\Applications\Baldur's Gate2]
"CurrentDirectory"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
"Path"="L:\\Program Files\\Black Isle\\BGII - SoA\\"
"CommandLine"=""
"File"="BGMain.exe"
"GUID"="{8DAE4336-2B71-11D4-9A6C-006067325E47}"
[HKEY_LOCAL_MACHINE\SOFTWARE\GameSpy]
[HKEY_LOCAL_MACHINE\SOFTWARE\GameSpy\games]
"bgate2"="L:\\Program Files\\Black Isle\\BGII - SoA\\BGMain.exe"
----------------------------------------
the other one has "L:\" replaced by "J:\"
Simple, isn't it?
Well, next time i'll have leisure i'll try TDD on one of the instances.
Loredweller
-------------------
...for tomorrow never comes ...
-------------------
...for tomorrow never comes ...
- Loredweller
- Posts: 1681
- Joined: Sun Feb 18, 2001 11:00 pm
- Location: Latvia
- Contact:
Well, the heading might be a bit incorrect.
Now i can play both TDD and SoA on one PC. Yes, i've laid TDD on one of instances. Both seems working properly
So, i guess, if i'd decide to instal ToB on SoA (with right set in registry) it migh be i could play both ToB and TDD. Well, we'll see.
Cheers,
L.
Now i can play both TDD and SoA on one PC. Yes, i've laid TDD on one of instances. Both seems working properly
Cheers,
L.
Loredweller
-------------------
...for tomorrow never comes ...
-------------------
...for tomorrow never comes ...