I just finished the convertion and trying the setup, which seems to works fine.
I had a stuck after the setup finish but i thing is because i block it from internet access.
Anyway, i started from the begining. The situation with the size of data1.cab repeated again, but when i removed the second group it frees the size for both groups (around 400MB) and when i finish with the removing i end up with a cab of 1.4 GB instead of 2,5 of the original.
Then i repeat the procedure with the Hammers Of Fate expansion and it shrinks down to 900MB from 1.4GB.
Now we are making buisness.
OK now, the script works and here it is for HoMM V, for the Franche language.
Just copy-paste in a text file and name it say "
CleanUp_HOMMV.bat" and put it in the directory of the extracted game files along with i6comp.
If anyone wants to remove the english language and keep some other,
just replace the group number in
-g42 with the one he wants to remove.
Just follow the patern.
Quote:
@echo off
REM ==============================
REM This group is for FRANCHE
REM The language groups are:
REM 41 for ENGLISH
REM 42 for FRANCHE
REM 43 for GERMAN
REM 44 for ITALIAN
REM 45 for SPAIN
REM Just replace the number in -g42 below
REM with the language you want to remove
REM =============================
Echo Please wait...
echo Processing FRANCHE Language.
echo ................................
i6comp d -r -g42 data1.cab *.*
echo ................................
echo Done. FRANCHE group removed
pause
|
And the script for Hammers of Fate is below
Quote:
REM =============================
REM This group is for GERMAN
REM The language groups are:
REM 36 for GERMAN
REM 37 for ENGLISH
REM 38 for SPAIN
REM 39 for FRANCHE
REM Just replace the number in -g36 below
REM with the language you want to remove
REM =============================
Echo Please wait...
echo Processing GERMAN Language.
echo ...........................
i6comp d -r -g36 data1.cab *.*
echo ...........................
echo Done. GERMAN group removed.
|
If anyone want to download the scripts and the i6comp in a rar is here:
HOMM_V_CLEANUP.rar
Edit the bat files as you like.
Thank you both ravd and mondragon for your help and tips.