Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 20-09-2007, 12:36
poseden poseden is offline
Registered User
 
Join Date: Oct 2006
Location: CHINA
Posts: 39
Thanks: 0
Thanked 1 Time in 1 Post
poseden is on a distinguished road
Stranglehold (2x DVD9 to 3x DVD5)

DVD1

files:
Autorun.inf(from D9-1)
Autorun.exe
Mwysetup.exe

folders:
Disk1~Disk6、AutoRunData(except Movies folder)

label: Stranglehold1




DVD2
files:
shold.ico (from D9-2)
Autorun.inf


folders:
Disk7~Disk12

Edit the Autorun.ini to look like what I have below
[autorun]
OPEN=0
ICON=shold.ico


label: Stranglehold2





DVD3

files:
shold.ico
Autorun.inf

folders:
Disk13~Disk19

Edit the Autorun.ini to look like what I have below
[autorun]
OPEN=0
ICON=shold.ico


label: Stranglehold3



You can put patch crack and the others in any DISK
Reply With Quote
Sponsored Links
  #2  
Old 21-09-2007, 08:19
Heretic666 Heretic666 is offline
Junior Member
 
Join Date: Jun 2006
Location: Somewhere far beyond
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Heretic666 is on a distinguished road
It would be usefull to add that by messing around with AutoConfig.txt in the /AutoRunData folder it is possible to rearrange the quality buttons of the trailers if we want to remove some of them or even remove all of them by removing specific lines, for example in my customisation:
strangleholdmoddedmenupn3.jpg

The above was made by changing the file to this
Code:
//                                               Main
// ..................................................
Begin MainInfo
  Background "shld_autorun_v2.tga"
  TitleBar "Stranglehold"
  BlockingExe setup.exe
  BlockingExe Idriver.exe
  BlockingExe Retail-Stranglehold.exe
  LoopSound "music.wav"
  ClickSound "9mmBerta.wav"
  Icon shold.ico
End


//                                            Install
// ..................................................
Begin Button
  Background "x26y234_Install.tga"
  Position 16 234
  Action CreateProcess
  ProcessCommandLine "Stranglehold {86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F} Retail-Stranglehold.exe"
  ProcessName MwySetup.exe
  //ProcessName Disk1\Setup.exe
  Action Exit
End

//                                          Uninstall
// ..................................................
Begin Button
  Background "x127y234_Uninstall.tga"
  Position 137 234
  Action CreateProcessRegKey
  RegKey "Software\Microsoft\Windows\CurrentVersion\Uninstall\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "UninstallString"
  Action Exit
End

//                                               Play
// ..................................................
Begin Button
  Background "x228y234_Play.tga"
  Position 258 234
  Action CreateProcessRegKey
  ProcessName Binaries\Retail-Stranglehold.exe
  RegKey "Software\Microsoft\Windows\CurrentVersion\Uninstall\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "InstallLocation"
  Action Exit
End

//                                               Exit
// ..................................................
Begin Button
  Background "x329y234_Exit.tga"
  Position 379 234
  Action Exit
End 

//                                           HOV Logo
// ..................................................
Begin Button
  Background "x313y496_hov.tga"
  Position 313 496
End 

//                                 Trailer: HOV (low)
// ..................................................
Begin Button
  Background "x313y544_low_hov.tga"
  Position 313 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\HOV_640x360.exe
End 

//                                 Trailer: HOV (med)
// ..................................................
Begin Button
  Background "x372y544_med_hov.tga"
  Position 372 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\HOV_960x540.exe
End 

//                                 Trailer: HOV (hdf)
// ..................................................
Begin Button
  Background "x431y544_hi_hov.tga"
  Position 431 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\HOV_1280x720.exe
End 


//                                     Blacksite Logo
// ..................................................
Begin Button
  Background "x87y496_blacksite.tga"
  Position 87 496
End 

//                           Trailer: Blacksite (low)
// ..................................................
Begin Button
  Background "x87y544_low_bs.tga"
  Position 87 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\Blacksite_640x360.exe
End 

//                           Trailer: Blacksite (med)
// ..................................................
Begin Button
  Background "x146y544_med_bs.tga"
  Position 146 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\Blacksite_960x540.exe
End 

//                           Trailer: Blacksite (hdf)
// ..................................................
Begin Button
  Background "x205y544_hi_bs.tga"
  Position 205 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\Blacksite_1280x720.exe
End 

//                                   Hard Boiled Logo
// ..................................................
Begin Button
  Background "x541y496_hardboiled.tga"
  Position 541 496
End 

//                         Trailer: Hard Boiled (low)
// ..................................................
Begin Button
  Background "x541y544_low_hb.tga"
  Position 541 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\HardBoiled_640x360.exe
End 

//                         Trailer: Hard Boiled (med)
// ..................................................
Begin Button
  Background "x600y544_med_hb.tga"
  Position 600 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\HardBoiled_960x540.exe
End 

//                         Trailer: Hard Boiled (hdf)
// ..................................................
Begin Button
  Background "x659y544_hi_hb.tga"
  Position 659 544
  Action CreateProcess
  ProcessName AutoRunData\Movies\HardBoiled_1280x720.exe
End
If anyone wants to remove all the videos but is annoyed by the empty "Trailers" space they can edit the AutoConfig.txt to this :
Code:
//                                               Main
// ..................................................
Begin MainInfo
  Background "shld_autorun_v2.tga"
  TitleBar "Stranglehold"
  BlockingExe setup.exe
  BlockingExe Idriver.exe
  BlockingExe Retail-Stranglehold.exe
  LoopSound "music.wav"
  ClickSound "9mmBerta.wav"
  Icon shold.ico
End


//                                            Install
// ..................................................
Begin Button
  Background "x26y234_Install.tga"
  Position 16 234
  Action CreateProcess
  ProcessCommandLine "Stranglehold {86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F} Retail-Stranglehold.exe"
  ProcessName MwySetup.exe
  //ProcessName Disk1\Setup.exe
  Action Exit
End

//                                          Uninstall
// ..................................................
Begin Button
  Background "x127y234_Uninstall.tga"
  Position 137 234
  Action CreateProcessRegKey
  RegKey "Software\Microsoft\Windows\CurrentVersion\Uninstall\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "UninstallString"
  Action Exit
End

//                                               Play
// ..................................................
Begin Button
  Background "x228y234_Play.tga"
  Position 258 234
  Action CreateProcessRegKey
  ProcessName Binaries\Retail-Stranglehold.exe
  RegKey "Software\Microsoft\Windows\CurrentVersion\Uninstall\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "InstallLocation"
  Action Exit
End

//                                               Exit
// ..................................................
Begin Button
  Background "x329y234_Exit.tga"
  Position 379 234
  Action Exit
End
and overwrite the shld_autorun_v2.tga in /AutoRunData with the one provided here : shld_autorun_v2.rar

and they will have something like this :
strangleholdmoddedmenu2zh5.jpg

Last edited by Heretic666; 21-09-2007 at 08:25.
Reply With Quote
  #3  
Old 21-11-2007, 21:09
ozena ozena is offline
Junior Member
 
Join Date: Oct 2007
Location: West V
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
ozena is on a distinguished road
I used the conversion on page 1 but deleted ONLY the low res and med res movies.
Then edited the AutoConfig.txt to this:
Quote:
// Main
// ..................................................
Begin MainInfo
Background "shld_autorun_v2.tga"
TitleBar "Stranglehold"
BlockingExe setup.exe
BlockingExe Idriver.exe
BlockingExe Retail-Stranglehold.exe
LoopSound "music.wav"
ClickSound "9mmBerta.wav"
Icon shold.ico
End


// Install
// ..................................................
Begin Button
Background "x26y234_Install.tga"
Position 16 234
Action CreateProcess
ProcessCommandLine "Stranglehold {86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F} Retail-Stranglehold.exe"
ProcessName MwySetup.exe
//ProcessName Disk1\Setup.exe
Action Exit
End

// Uninstall
// ..................................................
Begin Button
Background "x127y234_Uninstall.tga"
Position 137 234
Action CreateProcessRegKey
RegKey "Software\Microsoft\Windows\CurrentVersion\Uninsta ll\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "UninstallString"
Action Exit
End

// Play
// ..................................................
Begin Button
Background "x228y234_Play.tga"
Position 258 234
Action CreateProcessRegKey
ProcessName Binaries\Retail-Stranglehold.exe
RegKey "Software\Microsoft\Windows\CurrentVersion\Uninsta ll\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "InstallLocation"
Action Exit
End

// Exit
// ..................................................
Begin Button
Background "x329y234_Exit.tga"
Position 379 234
Action Exit
End

// HOV Logo
// ..................................................
Begin Button
Background "x313y496_hov.tga"
Position 313 496
End

// Trailer: HOV (hdf)
// ..................................................
Begin Button
Background "x431y544_hi_hov.tga"
Position 372 544
Action CreateProcess
ProcessName AutoRunData\Movies\HOV_1280x720.exe
End


// Blacksite Logo
// ..................................................
Begin Button
Background "x87y496_blacksite.tga"
Position 87 496
End

// Trailer: Blacksite (hdf)
// ..................................................
Begin Button
Background "x205y544_hi_bs.tga"
Position 146 544
Action CreateProcess
ProcessName AutoRunData\Movies\Blacksite_1280x720.exe
End

// Hard Boiled Logo
// ..................................................
Begin Button
Background "x541y496_hardboiled.tga"
Position 541 496
End

// Trailer: Hard Boiled (hdf)
// ..................................................
Begin Button
Background "x659y544_hi_hb.tga"
Position 600 544
Action CreateProcess
ProcessName AutoRunData\Movies\HardBoiled_1280x720.exe
End
Which then gave me this install screen:


Works fine.
Reply With Quote
  #4  
Old 19-10-2010, 22:11
kamatbab kamatbab is offline
Registered User
 
Join Date: Jun 2010
Location: GOA
Posts: 33
Thanks: 2
Thanked 0 Times in 0 Posts
kamatbab is on a distinguished road
Thanks poseden.
Reply With Quote
  #5  
Old 31-03-2011, 15:21
phyonix phyonix is offline
Registered User
 
Join Date: May 2009
Location: brazil
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
phyonix is on a distinguished road
which the installation sequence?
Reply With Quote
Reply

Thread Tools
Display Modes

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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Medal of Honor: Airborne (UK) (DVD9 to 2x DVD5) BarryB PC Games - CD/DVD Conversions 7 09-06-2010 21:07
Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) Heretic666 PC Games - CD/DVD Conversions 6 26-12-2006 06:28
ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) !HaGaR! PC Games - CD/DVD Conversions 11 25-10-2006 08:45



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


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