Jump to content


marxismftw

Member Since 05 Dec 2011
Offline Last Active Dec 07 2011 07:57 PM

Posts I've Made

In Topic: Yet another BWP Install Problem Thread

05 December 2011 - 10:25 PM

double post

In Topic: Yet another BWP Install Problem Thread

05 December 2011 - 10:18 PM

I had deleted this piece from the batch file -

:: BG1 patch check
%TXT%@8
%.%
%.%
%.%
:: missing BG1 patch 5512
%NGOG% %IFN% %BG1%readme_patch.txt" %TXT%@12
%.%
%.%
:: missing BG1 text patch
%IFF% %IFN% %BG1%SETUP-CORRECFR.DEBUG" %TXT%@13
%IFG% %IFN% %BG1%SETUP-BG1TP.DEBUG" %TXT%@13
%.%
%.%
%.%
%.%
%.%
%.%
%.%
%.%
%.%
pause
GOTO :TP1CHECK


Originally it would crash after the following was executed -

%IF% "%BWFP%" xcopy /Y /S /E ".\%BWFP%\_resfixer_v1\*.*" "." | %M%
%IF% "%BWFP%" xcopy /Y /S /E ".\%BWFP%\_Innate_Fix\*.*" "." | %M%
%IF% "%BWFP%" xcopy /Y /S /E ".\%BWFP%\_AuroraPatch\*.*" "." | %M%
%IF% "%BWFP%" xcopy /Y /S /E ".\%BWFP%\_BG2GavinHotfix\*.*" "." | %M%
%IF% "%BWFP%" xcopy /Y /S /E ".\%BWFP%\_Gavin_Kick-out_Hotfix\*.*" "." | %M%


I tried updating and then eventually deleting possibly offending modes, I tried adjusting the batch file to not look for mods mentioned immediately before and after the above section, but no success.

I found a pre-downloaded collection of standard BWP mods from another source and using that folder as a base collection of mods, I re-installed BG1 and BGII in the same process as detailed in the first post. Once again, I manually found and extracted missing mods. Right now the batch file is installing and it has long passed the point where I was crashing. Fingers crossed.

Having the correct versions of the mods appear to have fixed the crashing issue. I was never able to find a way to fix the patch check without editing the batch file.