View Single Post
  #20  
Old 23-05-2013, 04:22
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by Maxgrilo View Post
compression type -M0

the error.
Just editing the required file and setting compression to -m0 would not work.
I don't have it (nor do I want it) but if the installed game is bigger than 4.5 GB all you would get with -m0 is 1 big .cab file with size for DVD9 installation.

You would need to go through game files and edit Data1.lst (Located inside Arc.cab archive) file accordingly. In that file, you would need to leave only files which would (with their sizes combined) be enough to make one DVD5 disk.

After that you would need to make Data2.lst and list all the remaining files (the ones you cut from Data1.lst)

After that you would need to edit CompressFiles.ini (Located inside Converter1.cab archive) and edit it to look something like this.

Code:
[File1]
Name=Data1.cab
DVDFolder=StarTrek
Compression=-m0
List=Data1.lst
[File2]
Name=Data2.cab
DVDFolder=StarTrek
Compression=-m0
List=Data2.lst
However, you can't do this because you need to edit the actual Setup.exe script before it was compiled.

This is just a theory as I haven't encountered Yener's source for CI Metro.

All you can do is to make those two lists, upload them and ask if Yener would be kind enough to use those lists and just recompile the script (I think that should take about 5 minutes of his time).

Last edited by HellRazor; 23-05-2013 at 10:34. Reason: Small typo.
Reply With Quote
The Following User Says Thank You to HellRazor For This Useful Post:
pakrat2k2 (23-05-2013)