I use it with BWP individual.bat. new BDash changed components merging them, so I returned 'almost' original list. 'Almost' because one component merged inevitably and I see no need of making it separate.
To use this patch, do the folloowing:
1. Enter BiG World Fixpack\Bdash\_depends\bg2fixpack\ directory and then remove 1.74 patch. After that put my patch there.
2. In Bgi World Installpack's individual.bat check component numbers in places where BDash is installed (I did it for process.bat too). Calls in several places should look like:
Call %EINSTI% BDToBv175 "0 2 4 5 9"
or
%IFNS%BP%IFNIF%DSoA.exe Call %EINSTI% BDToBv175 "7"
or
Call %EINSTI% BDToBv175 "13 18"
or
Call %EINSTI% BDToBv175 "19"
or
Call %EINSTI% BDToBv175 "17 20 21 24"
or
%IFNS%stratagems.exe Call %EINSTI% BDToBv175 "22"
or
Call %EINSTI% BDToBv175 "8"
or
findstr /I /M "BDToBv175.TP2~.*#.*#5./" %ELOG%>nul
You will see similar strings. Some will match already, some have component numbers shifted (main thing to check - component numbers)
3. In Installpack's List.txt change 1.74 to 1.75 mod version:
BDToBv175=Baldurdash │ restoration │ │ │
4. In Tra.txt do the same, change version:
BDToBv175=En-0,Ge-1,Ru-2
5. In ModChecks.bat again change version:
%IFNS%BDToBv175.exe (
After that you can run your individual installation (choose installing using individual.bat) and enjoy BiG World :-)
Edited by EvilMax, 16 October 2016 - 06:30 AM.