View Single Post
  #23  
Old 10-10-2011, 17:43
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
OK I just re-ran everything. Installed from my DVD9, then copied over the dvd9 to 'MOH_DVD5\MOH' folder. Moved the autorun.dat to the MOH folder. Then ran the bat file, full re-compress.bat file here:

Code:
@echo off
REM MULTI-3 Version
set ztmp=%temp%
set MYFILES=%temp%
cls
set choice=
echo.
set /p choice=Please type game folder path (e.g. c:\program files\Medal of Honor ):
7z a -sfx7z.sfx -mx=0 -x!AU_DIA_FRGN_SR_diaf_dcg_strm.xxx MOH_arc "%choice%\MOHAGame\CookedPC\*.*"
if ERRORLEVEL 1 goto error
precomp038 -slow -c56 -m78 -oMOH_arc MOH_arc.exe
copy MOH_arc.exe MOH_arc1.exe
del MOH_arc.exe
arc a -mx -sfxfreearc.sfx -ld800mb MOH_arc MOH_arc.pcf
del MOH_arc.pcf ~temp*.dat
echo Done Creating archive.
rd /s /q MOH\MP
move MP .\MOH\ >nul
move /y CookedP1.cab .\MOH\ >nul
move /y CookedP2.cab .\MOH\ >nul
move /y DICEDist.cab .\MOH\ >nul
move MOH_arc.exe .\MOH\ >nul

echo Creating ISO images... ІІІІІІІІІІІІІІІІІІІІ 0%%
CDIMAGE -l"Disc1" -j1 -t10/19/2010 -h -x -o -m ".\MOH" "MOH.iso" >nul
if ERRORLEVEL 1 goto CDIerror
cls
echo Creating ISOs images... ЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫ 100%%
echo.All done.
goto EOF
:error
echo.
echo.WARNING: 7zip returns an error, please retry... 
pause
goto EOF
:end
echo WARNING: Can't apply the patch, MSI files version mismatch or already patched!
pause
goto EOF
:CDIerror
echo WARNING: Creation of ISO Images failed , please retry... 
pause
:EOF
I see that running the bat file does leave some remnants behind, BUT everything you need is already in the ISO. You can just delete everything else in that folder after burning the iso.
Reply With Quote