It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I have tried installing the BWP over 10 times now. No matter which step by step instructions I follow It always stalls at this screen. Hitting any key to continue just brings the screen up again, an endless loop.

Which set of instructions are the most up to date for installing the BWP with gog.com's version of BG1&2?

Am I missing something?

The most frustrating thing is that I can get this working with my disc set but not GoG's.
Attachments:
This question / problem has been solved by AndyBuzzimage
avatar
Nocat: I have tried installing the BWP over 10 times now. No matter which step by step instructions I follow It always stalls at this screen. Hitting any key to continue just brings the screen up again, an endless loop.

Which set of instructions are the most up to date for installing the BWP with gog.com's version of BG1&2?

Am I missing something?

The most frustrating thing is that I can get this working with my disc set but not GoG's.
Have you read this thread, especially the GOG specific tips in post # 3 ?
Post edited September 29, 2011 by Kezardin

Have you read this thread, especially the GOG specific tips in post # 3 ?
Thank you for the attempt. Yes, I have done this, but to no avail. I should also point out that it works fine if I only want to mod BG2 and not BG1. SOMETHING is making it stall when trying to install those mods. I cannot for the life of me figure it out.
Yeah, I hit that problem too on one of my many failed attempts to install Big World. I decided to ditch it and go with a smaller handful of individually installed mods instead, but I hope you find the answer. :)
I had the same problem with the bat file looping. It's probably because the english gog install is not handled properly. Anyway take a look at this thread, specifically at post #10 for a workaround. Not a proper solution but it gets the job done for the time being.

To be honest though I ditched the whole thing in the end since I couldn't control the process at all and went with the manual installation of the mods I wanted. Better control, bigger the headache of course, so YMMV.
avatar
AndyBuzz: I had the same problem with the bat file looping. It's probably because the english gog install is not handled properly. Anyway take a look at this thread, specifically at post #10 for a workaround. Not a proper solution but it gets the job done for the time being.

To be honest though I ditched the whole thing in the end since I couldn't control the process at all and went with the manual installation of the mods I wanted. Better control, bigger the headache of course, so YMMV.
I will attempt this and get back to you. What do you mean by control the process though? Does it just go out of control without that check or something?
No, not at all. I just meant t controlling the components each mod installs. Usually each mod consists of multiple components and you get to choose those you want.
Plus I didn't want the whole list of mods that BWP has. Many do not interest me at all. I couldn't find a way to keep only those I wanted. Not that I tried too hard, mind you. Once I saw that the process is a bit clunky (to be expected with a batch file taking care of the installation) I let it finish without paying attention on how it went. So apart from the looping problem I don't know if it ends successfully.

By the way you will need 3 more mods to download for the process to continue.
bg2_fixpack-v9.exe (BG2Fixpack)
BGT112-Install.rar (BG:Trilogy)
TxtMusic_v7d.rar (Restored Textscreen Music)
+TxtMusic_ENG.rar (Restored Textscreen Music - English Language Pack)

It doesn't let you proceed without those. Ironic that I did all that and in the end I didn't even check if it worked. Heh! :)
Ah, I see. Yes, your first post solved the issue. I also highlighted the above post as a solution because it may apply to someone else, but I did not need to find these. The downloader found them just fine for me.

The proposed solution while maintaining the same checking did not work for me:

ADDING:

%GOG% %IFN% %BG1%readme_patch.txt" GOTO :BG1CHCK2

AFTER:

%NGOG% %IF% %BG1%readme_patch.txt" GOTO :BG1CHCK2

However, the workaround did:

REMOVE:

GOTO :TP1CHECK

All this is to be done before BiG World Install.bat is started.

This can be done by editing BiG World Install.bat with notepad or a similar editing tool, such as Notepad++.
Yes, the removal of GOTO :TP1CHECK was in post #10 that I mentioned. That's why it's not a proper solution but a workaround.

It's good the downloader found those files automatically, for me I had to download and extract them in BG2 folder.

Unfortunately I can't give you any insight for the rest of the process since I didn't pay any attention whatsoever after that part. I would be interested to know your result.
Post edited September 29, 2011 by AndyBuzz
I had the same problem and solved it in a similar way (I simply added the line "%GOG% GOTO :BG1CHCK2" right under the marker ":TP1CHECK", which marks the begin of the looping section. The effect is the same as in the solution proposed above, the looping sequence is simply bypassed.

There's no harm in this, because (as far as I can tell) the looping sequence is just meant to ensure that the game (Baldur's Gate 1) is properly patched. The GoG installation _is_ properly patched (unless someone tried to manually install another patch over it, which isn't recommended), so the test is unnecessary in this case. There's probably a more elegant solution to the problem, but I didn't bother decoding all the conditions in the lines below my change, I was happy that I found a solution.

With this change, the BiG World installed worked flawlessly. It was actually fun to watch the part when it opens/closes lots of windows and extracts all the mods, even exe files packed inside other exe files. That's quite impressive.

Side note (unrelated to your problem, but worth a mention anyway imho): I think it's really important to disable UAC and shut down antivirus and firewall programs, as recommended in the documentation. In my first attempt to install BiG World, I didn't do that, and it caused lots of problems. My firewall prevented some scripts from executing other files, I then had to extract some mods manually, but apparently didn't do it correctly, and in the end I borked the whole installation. Good thing I had made a full backup. After switching off UAC, fireall, and antivirus, everything worked.
Post edited September 29, 2011 by Psyringe
avatar
Psyringe: Side note (unrelated to your problem, but worth a mention anyway imho): I think it's really important to disable UAC and shut down antivirus and firewall programs, as recommended in the documentation. In my first attempt to install BiG World, I didn't do that, and it caused lots of problems. My firewall prevented some scripts from executing other files, I then had to extract some mods manually, but apparently didn't do it correctly, and in the end I borked the whole installation. Good thing I had made a full backup. After switching off UAC, fireall, and antivirus, everything worked.
I would like to add that I had the same issues. I didn't turn off UAC, but I ran cmd.exe as administrator and launched the Big World Setup.vbs directly from there instead.