Grifter, on Aug 25 2009, 08:27 AM, said:
Mostly I want to run TDD, SoS, RoT, ToD, the banter packs, romance packs, and a few NPCs... I get the error saying that:
Minimum requirements are not met.
The listed mods are not present in your BGII - SoA directory
Baldurs Gate Trilogy
TxtMusic
...
Well, the
BWP needs the few mods to be installed,
BGT being one of them, now you can wait for the BWS v8 to come out and provide you option that doesn't require the
BGT as dreamer2007 implied, or you can install the required mods, or you can install the
BG2 only; by removing the lines in the BiG World Install.bat by adding the 'rem ' to all the lines before the code(in the code box), you can do the BiG World Install.bat editing with Notepad:
%IFH.% archivo antes. Lee la Gu¡a Big World sobre c¢mo editar este archivo batch!
%.%
%.%
%.%
pause
goto :BGTFULL
:: Although this tool is prepared for a BG2 only install as requested, this step will be skipped.
:: There are unsolved problems (i.E. Worldmap requires BGT) and some incompatibilities I have not checked (and maybe will never do).
%.%
%IFE.% G A M E - S E L E C T I O N
%IFE.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
%IFG.% S P I E L A U S W A H L
%IFG.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
%IFH.% S E L E C C I à N D E J U E G O
%IFH.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
%.%
...
%.%
%.%
if /I "%X%"=="B" goto :BGTFULL
So it's starts with:
%IFH.% archivo antes. Lee la Gu¡a Big World sobre c¢mo editar este archivo batch!
%.%
%.%
%.%
pause
rem goto :BGTFULL
rem :: Although this tool is prepared for a BG2 only install as requested, this step will be skipped.
rem :: There are unsolved problems (i.E. Worldmap requires BGT) and some incompatibilities I have not checked (and maybe will never do).
rem %.%
rem %IFE.% G A M E - S E L E C T I O N
rem %IFE.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
rem %IFG.% S P I E L A U S W A H L
rem %IFG.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
rem %IFH.% S E L E C C I à N D E J U E G O
rem %IFH.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
rem ...
Or actually, you can just replace the 'goto :BGTFULL' with 'goto :TOBCHECK' and go with:
%IFH.% archivo antes. Lee la Gu¡a Big World sobre c¢mo editar este archivo batch!
%.%
%.%
%.%
pause
goto :TOBCHECK
:: Although this tool is prepared for a BG2 only install as requested, this step will be skipped.
:: There are unsolved problems (i.E. Worldmap requires BGT) and some incompatibilities I have not checked (and maybe will never do).
%.%
%IFE.% G A M E - S E L E C T I O N
%IFE.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
%IFG.% S P I E L A U S W A H L
%IFG.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
%IFH.% S E L E C C I à N D E J U E G O
%IFH.% ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
...
But that skips few more checks...
Grifter, on Aug 25 2009, 08:27 AM, said:
Should I just run the fixpack.bat and then try to manually install them?
No, don't do that.
Edited by Jarno Mikkola, 24 August 2009 - 11:51 PM.