Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 08-10-2011, 11:11
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
1. you can install game wherever you want.
2. adding updates / no-cd is fine..
3. extract the Multi3-MOH_DVD5.rar & additional.rar into the same folder on E... NOT IN YOUR GAME FOLDER. Delete the recompress.exe file.

4. Copy DVD9 contents to 'MOH_DVD5\MOH' folder

Then MOVE autorun.dat from MOH_DVD5 to MOH subfolder.
After that then run the bat file.
Reply With Quote
Sponsored Links
  #17  
Old 08-10-2011, 23:58
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
1.uninstalled and installed the game
2.extracted the Multi3-MOH_DVD5.rar & additional.rar into the same folder on E Deleted the re-compress.exe
3.Copied DVD9 contents to 'MOH_DVD5\MOH' folder
4.moved autorun.dat from MOH_DVD5 to MOH sub-folder
5.the bat file
result:
Reply With Quote
  #18  
Old 09-10-2011, 16:07
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
almost there forgot about the crc check lines.. thats where its stopping..

make a new bat file input these lines & run that

Code:
cls
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.


rd /s /q MOH
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
All that left to be done is move the folder around and put the arc file into the MOH folder and create the iso... thats all the above batch file will do.. just run it & you should have your ISO made for you.
Reply With Quote
  #19  
Old 10-10-2011, 01:41
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
ok i did make bat file and run it and it created iso but when i install the game now from it it don't run just load in and show splash screen and that's it nothing happens
the iso size is 3.8 gigabyte and the game folder is 2.07 gigabyte...!
how is that possible ?
Reply With Quote
  #20  
Old 10-10-2011, 09:20
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
check the iso & make sure that moh_arc.exe is there. Sounds like it didnt get extracted when you ran the setup?

The original game from dvd9 was uninstalled before you ran from dvd5
Reply With Quote
  #21  
Old 10-10-2011, 09:28
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
yes there is moh_arc.exe in the iso but which one? cause after the conversion there was 2
one contains pcf image
one contains a lot of files which is the files inside MOHAGame\CookedPC i guess

Last edited by JacksMafia; 10-10-2011 at 09:45.
Reply With Quote
  #22  
Old 10-10-2011, 09:58
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
ahh when you started over again, you missed cleaning out your temp folder, must have had something left behind. the moh_arc.exe must be in root of the iso, there shouldnt be one in the cookedpc folder.

EDIT: Will grab my dvd9 and re-run everything from the beginning, to see if it works as it should..

Last edited by pakrat2k2; 10-10-2011 at 12:24.
Reply With Quote
  #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
  #24  
Old 11-10-2011, 03:05
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
will i have get the game to work yesterday by manual extract moh-arc i think that the problem is in autorun.dat that it don't run it
but even after that the iso size is 5.00 gigabyte i don't know why but moh-arc size is 2.87 gigabyte
Reply With Quote
  #25  
Old 11-10-2011, 13:56
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
ok here we go again
i have copied that text you posted -made a bat file-and started all over and guess what nothing changed
1.i have iso size 3.88 which contains moh-arc.exe that exe contain moh-arc.pcf which -when you install the game -don't extract it self
2.i have another moh-arc.exe out of the iso size 2.87 which contains the necessary files to complete the game setup but it's out of the iso and if i try to put it in the iso and delete the other one the size exceeds to 5.00 gigabyte

final result will i have two moh-arc.exe the first have this name and the other MOH_arc1.exe the first inside the iso for no reason and the other is out
all i need is to get MOH_arc1 inside the iso but i can't do that cause of it's size 2.87 gigabyte

any ideas?!!!
Reply With Quote
  #26  
Old 11-10-2011, 16:23
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
1. it does.. the moh-arc.exe is supposed to contain the pcf file.
2. yes the moh-arc-1.exe contains just files, look at the batch file line 8-10, that explains why there is another file leftover, it wasnt deleted.

I have re-run everything from dvd9 to dvd5 using what I posted for you. The game installs & plays fine. Just no MP.
Reply With Quote
  #27  
Old 12-10-2011, 00:15
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
ok so the one in the iso should contain pcf alright .but why it don't extract it self ?
i have tried so many times and nothing happens
so what you suggest i should do now ?
Reply With Quote
  #28  
Old 12-10-2011, 16:11
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
thats why i initially said, too many people had issues with this convertor.. that for no reason it doesnt seem to work for them.. To use Yener's which works perfectly for EVERYONE. ( its only 1 extra dvd5... )

http://fileforums.com/showpost.php?p=389138&postcount=1
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Medal of Honor DVD9 to 2xDVD5 senseman PC Games - CD/DVD Conversions 21 15-12-2014 00:09
Medal of Honor DVD9 -> 2xDVD5 Converter + KEY READER yener90 PC Games - CD/DVD Conversions 10 15-12-2014 00:07
Medal Of Honor DVD9 to 1xDVD5 MULTI8 *SP ONLY* pakrat2k2 PC Games - CD/DVD Conversions 14 18-08-2012 03:29



All times are GMT -7. The time now is 22:21.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com