|
|
|
||||||
|
||||||||
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#16
|
|||
|
|||
| Sponsored Links |
|
#17
|
|||
|
|||
|
Quote:
|
|
#18
|
||||
|
||||
|
Quote:
![]() Use this script (small changes have been made) now the request of desktop icon shortcut appears only on xp system,instead on win 7/vista the installer uses game explorer. Last edited by peterf1999; 06-11-2009 at 03:49. |
|
#19
|
|||
|
|||
|
I tried a compile with Ultra, but it comes out at 13.5 GB(4 dvds if using the diskslicesize set in the script).
I'm going to try upping the diskslicesize to 1550000000 and replace a few biks with dummies(although I'm not sure how well it will work with the dummies). This should get it down to 3 discs with only removing the intros to the other languages. I may recode some of the files as well to see what can be done. There is only 136 MB of data in the levelpacks directory for french(the only non-english language in there it seems) so there's not much that can be done in there. |
|
#20
|
|||
|
|||
|
Quote:
peter the levelpacks folder (presently at 16.6GB ) can be compressed before/during the inno setup using freearc and it will take them down to 3.76GB. Just then need to add the unpacking procedure at the end of installation. Which would in effect take a 4DVD5 repack down to a 2xDVD5 repack. Last edited by pakrat2k2; 06-11-2009 at 09:51. Reason: additional information |
|
#21
|
||||
|
||||
|
Quote:
Code:
[Run]
Filename: {src}\SWTFU_arc.exe; Parameters: "-x -d""{app}"" -y -s2"; StatusMsg: "Unpacking FreeArc archive..."
Filename: {src}\support\CRT\vcredist_x86.exe; Parameters: /Q; StatusMsg: "Installing Microsoft Visual C++..."
Filename: {src}\support\DirectX\DXSETUP.exe; Parameters: /silent; StatusMsg: "Installing DirectX..."
Filename: {app}\SWTFU Launcher.exe; Description: {cm:LaunchProgram,Star Wars: The Force Unleashed}; flags: unchecked postinstall
"-x -d""{app}\pathoflevelpacks"" -y -s2" SWTFU_arc.exe must be located in the root of last dvd Last edited by peterf1999; 06-11-2009 at 11:02. |
|
#22
|
|||
|
|||
|
I replaced the following with blank bik files:
Aspyr.bik FMV-CineBlock_01_DE-WMV9_HD_STEREO.bik FMV-CineBlock_01_ES-WMV9_HD_STEREO.bik FMV-CineBlock_01_FR-WMV9_HD_STEREO.bik FMV-CineBlock_01_IT-WMV9_HD_STEREO.bik FMV-GoldGuy-WMV9_HD_STEREO.bik FMV-GoldGuy_DE-WMV9_HD_STEREO.bik FMV-GoldGuy_ES-WMV9_HD_STEREO.bik FMV-GoldGuy_FR-WMV9_HD_STEREO.bik FMV-GoldGuy_IT-WMV9_HD_STEREO.bik FMV-MarketingSizzle_Demo.bik TheWay_4x3_H264_1280x1024.bik The FMV folder is 6.15 GB without recompressing any videos. I ran a few tests and they can be reduced in size by 50% without seeing any visible degradation of the video(keeping the original resolution). I compiled the script using fast compression and it comes up 100 MB over 3 DVDs. In order to fit the Support folder another 430 MB need to be saved(easily done if one compresses the video files and may be possible if ultra compression is used as is for a 3 disc conversion). I'll recompress them and see what they come out as(will take a while though). |
|
#23
|
|||
|
|||
|
Quote:
|
|
#24
|
|||
|
|||
|
Quote:
|
|
#25
|
|||
|
|||
|
These are the only language files that matter for those who want them:
FMV-CineBlock_01_DE-WMV9_HD_STEREO.bik FMV-CineBlock_01_ES-WMV9_HD_STEREO.bik FMV-CineBlock_01_FR-WMV9_HD_STEREO.bik FMV-CineBlock_01_IT-WMV9_HD_STEREO.bik The rest that I replaced are logos or ads. Edit: Quote:
I'm curious about how you used freearc to compress the levelpacks folder(settings used). I tried but it wasn't compressing even close to what you ended up with for some reason(probably my inexperience with the program). Last edited by SND; 06-11-2009 at 16:17. Reason: New info and a question |
|
#26
|
|||
|
|||
|
I test on XP SP3 32, When the game over, It's crash to desktop suddenly. Not work for me.
But when install on 2xDVD9, It's no problem. However Thank you for your kindness. Last edited by pxus555; 07-11-2009 at 02:43. |
|
#27
|
|||
|
|||
|
yes you first have to install it from 2xdvd9 THEN use peters conversion to make it 4xdvd5. Replace what he has in red with where its installed in your system, Then run inno to recompile it which will be easier for you to make 4dvd5's.
|
|
#28
|
|||
|
|||
|
Quote:
1. I'm running Windows XP and I don't get any option for start menu shortcuts. Is it simply changing DisableProgramGroupPage=yes to DisableProgramGroupPage=no? 2. The uninstaller fails to uninstall all of the files(this is by design), however I would like it to uninstall everything in the folder(or at least the LevelPacks Dir as it's quite large). I'm guessing the command should look something like this: DelTree('{app}\LevelPacks', True, True, True); but I have no idea where to put it in your script. 3. For some reason at the end of the install the navigation part of the setup(where the finish button is etc) moves part way out of the screen to the bottom right. Not a deal breaker by any means as it's movable but I'm curious as to why it does that. 4. AWL_Release.dll needs to be in the same directory as SWTFU_Autorun.exe or it doesn't start(it gives an error stating that it can't find AWL_Release.dll but that's an easy fix). |
|
#29
|
|||||
|
|||||
|
Quote:
Quote:
Code:
[Setup]
DefaultGroupName=Aspyr\Star Wars The Force Unleashed
[Icons]
Name: {userdesktop}\Star Wars - The Force Unleashed; Filename: {app}\SWTFU Launcher.exe; WorkingDir: {app}; Tasks: desktopicon;
Name: {group}\Star Wars - The Force Unleashed; Filename: {app}\SWTFU Launcher.exe; WorkingDir: {app}; check: CheckOsVer();
Name: {group}\{cm:UninstallProgram,Star Wars - The Force Unleashed}; Filename: {uninstallexe}; WorkingDir: {app}; check: CheckOsVer();
the default value for this directive is No Quote:
Quote:
Quote:
'AWL_Release.dll' file to disk1 Last edited by peterf1999; 08-11-2009 at 13:14. |
|
#30
|
|||
|
|||
|
Excellent, thanks.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Star Wars The Force Unleashed: Ultimate Sith Edition | ShadowDuke | PC Games - Protection List | 1 | 10-11-2009 18:43 |
| Star Wars The Force Unleashed:Ultimate Sith Edition | zeuzz | PC Games - CD/DVD Conversions | 10 | 02-11-2009 20:50 |
| Star wars : Empire At War EXPANSION Force Of Coruption. | burbag | PC Games | 7 | 27-09-2009 13:33 |
| CD2DVD Conversion GameIndex | Grumpy | PC Games - CD/DVD Conversions | 5 | 27-01-2009 20:23 |
| Star Wars - Knights of the Old Republic 2 - The Sith Lords | coffin filler | PC Games - Protection List | 0 | 05-09-2005 08:03 |