|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
|||
|
|||
|
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
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 they will have something like this : strangleholdmoddedmenu2zh5.jpg Last edited by Heretic666; 21-09-2007 at 08:25. |
|
#3
|
|||
|
|||
|
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:
![]() Works fine. |
|
#4
|
|||
|
|||
|
Thanks poseden.
|
|
#5
|
|||
|
|||
|
which the installation sequence?
|
![]() |
|
|
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 |