|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Final Fantasy XIII
As always test before burn on DVD! Extract archive with WinRAR5+ or latest 7-zip! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Code:
English files white_data\movie\*_us.win32.wmp white_data\sys\*u.win32.bin white_data\sys\*u.win32.sdat white_data\zone\*u_img.win32.bin Japanese files white_data\movie\z000.win32.wmp white_data\movie\z002.win32.wmp white_data\movie\z003.win32.wmp white_data\movie\z004.win32.wmp white_data\movie\z006.win32.wmp white_data\movie\z008.win32.wmp white_data\movie\z010.win32.wmp white_data\movie\z015.win32.wmp white_data\movie\z016.win32.wmp white_data\movie\z017.win32.wmp white_data\movie\z018.win32.wmp white_data\movie\z019.win32.wmp white_data\movie\z020.win32.wmp white_data\movie\z021.win32.wmp white_data\movie\z022.win32.wmp white_data\movie\z024.win32.wmp white_data\movie\z027.win32.wmp white_data\movie\z029.win32.wmp white_data\movie\*_1.win32.wmp white_data\sys\*c.win32.bin white_data\sys\*c.win32.sdat white_data\zone\*c_img.win32.bin
__________________
Haters gonna hate
Last edited by KaktoR; 08-04-2021 at 07:06. |
| The Following 22 Users Say Thank You to KaktoR For This Useful Post: | ||
abbas_mt (14-11-2014), arkantos7 (16-10-2014), Cesar82 (08-04-2021), Danziel123 (24-01-2019), DarkSyrius (08-11-2015), dede219 (12-12-2014), ff7aerith (03-12-2020), houcine80 (16-10-2014), logansama (16-10-2014), mausschieber (08-04-2021), Maxgrilo (29-10-2014), NamelessOne (20-10-2014), pakrat2k2 (16-10-2014), pcgamer352 (22-11-2014), ponte90 (15-03-2015), Simorq (25-01-2015), Souvik Giri (28-10-2014), sucht (17-10-2014), The_Boss (31-12-2018), wit (16-10-2014), Zektor (14-11-2014) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Hint: I've not tested this, but if it works you can go with 3xDVD9.
http://steamcommunity.com/sharedfile.../?id=324566956 |
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
houcine80 (16-10-2014) | ||
|
#3
|
|||
|
|||
|
Quote:
Last edited by prudislav; 17-10-2014 at 00:57. |
|
#4
|
|||
|
|||
|
Not that different in he end :-(
only thing different is DVD1 having 6.47 size (sys 1.73gb and zone 4.74) @Kaktor: What is your conversion uses from in _CommonRedist folder ??? Want to change dx for webdxsetup and delete some others to save space , but not sure which ones are used by your conversion Last edited by prudislav; 17-10-2014 at 01:18. |
|
#5
|
||||
|
||||
|
Quote:
Code:
[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=0
[Launch2]
Name=Visual C++ 2010
32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=0
[Launch3]
Name=Visual C++ 2012
32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0
[Launch4]
Name=.NET Framework 3.5
32Exe={app}\_CommonRedist\DotNet\3.5\dotnetfx35.exe
Argument=/q /norestart
BeforeInstall=0
[Launch5]
Name=.NET Framework 4.0
32Exe={app}\_CommonRedist\DotNet\4.0\dotNetFx40_Full_x86_x64.exe
Argument=/q /norestart
BeforeInstall=0
|
|
#6
|
||||
|
||||
|
Not from me, sorry. It does not worth it for 10+ DVD5. But you can repack the cab files for yourself and create a Setup.ini next to Setup.exe with [ExtractSettings]. See here.
PS: For everyone who encounter lags/stuttering ingame, see here or here. For me it solved the problem. I think Square Enix bring out a patch, hopefully (also for 720p lock i hope) Last edited by KaktoR; 16-10-2014 at 07:13. |
|
#7
|
|||
|
|||
|
thx tried to fill up the first DVD by transforming these 2 files (white_data\movie\z027_us.win32.wmp+white_data\mov ie\z021_us.win32.wmp) to sys.cab
but got this problem
|
|
#8
|
||||
|
||||
|
Have you enough free disk space and also ram free? And why add two movie files to the archive? the movie files are not compressable.
|
|
#9
|
|||
|
|||
|
Quote:
BTW: 6.7GB free ram ,120 free disk space and 15gb free disk space on systm disk |
|
#10
|
||||
|
||||
|
Ahh, okay. Then create a additional cab file with the two movie files inside on DVD1 next to sys.cab and zone.cab. You can create a Setup.ini with [ExtractSettings] next to Setup.exe for individual amount of cab files.
For example: Code:
[ExtractSettings]
FreeArcFile1=sys.cab;DestDir:{app};Disk:1;
FreeArcFile2=zone.cab;DestDir:{app};Disk:1;
FreeArcFile3=movie.cab;DestDir:{app};Disk1; <-- new cab file with the two movie files inside
FreeArcFile4=movie1_us.cab;DestDir:{app};Disk:2;
FreeArcFile5=movie2_us.cab;DestDir:{app};Disk:3;
FreeArcFile6=movie3_us.cab;DestDir:{app};Disk:4;
FreeArcFile7=Data.cab;DestDir:{app};Disk:4;
Last edited by KaktoR; 17-10-2014 at 04:25. |
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
prudislav (17-10-2014) | ||
|
#11
|
|||
|
|||
|
Plz help i don't know what is the problem i have 16Go of Ram @2100Mhz and i5 2500k [email protected] and more than 1To free on my HDD (2To SEAGATE BARACCUDA 7400/min and this is the error message:
|
|
#12
|
||||
|
||||
|
Quote:
Also on another PC have never been able to run the compress.bat on, as it gives exact same error message as you have, although its lower end pc it still has enough ram & HD space that SHOULDNT prevent it from completing that task but it always fails. I just gave up ever trying to do any work on that PC. |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
lukasgames (19-10-2014), n4f13666 (20-10-2014) | ||
|
#13
|
||||
|
||||
|
Quote:
|
|
#14
|
|||
|
|||
|
message said USE -LC/-LD to limit memory usage ???
|
|
#15
|
|||
|
|||
|
can you convert DVD 5 ???
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Final Fantasy III STEAM Edition [1xCD - MULTI5 - m0 - CIUv2] | KaktoR | PC Games - CD/DVD Conversions | 12 | 22-07-2014 18:43 |
| Anno 1701 won't load, just get a blue screen! | Shadow22 | General Gaming | 5 | 28-08-2012 12:52 |
| CPU jumps up to 100% now, not before | dav6 | Software | 11 | 24-05-2008 03:33 |
| Elder Scrolls IV: Oblivion. WTF FOR ME. | SansMercy | General Gaming | 5 | 07-04-2007 23:05 |
| weird error.... | sheykh | PC Games | 5 | 07-05-2006 20:23 |