|
#1
|
||||
|
||||
|
Red Faction Armageddon (1x DVD5) *INNO+FreeArc*
Red Faction Armageddon (1x DVD5) *INNO+FreeArc*
1) Extract 'RFA_1xDVD5.7z' contents 2) Move from Game's installation folder : Code:
all files (except folders) in the root to 'RFA_DVD5\Binaries' folder 4) Launch FreeArc and then compress the following folders in the Game's installation folder: Code:
reslists build Code:
Output archive: RFA Compression: -mx -ld800m Make exe: Not checked 6) Burn or make iso with label name of your choice Arfa.jpg WP_rfa.jpg I1_rfa.jpg Last edited by peterf1999; 10-07-2011 at 04:07. |
| The Following User Says Thank You to peterf1999 For This Useful Post: | ||
Simorq (02-02-2016) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
But, for anyone can help me, using RAD video and encoding at 50% of original bitrate, the time of process is about 8 hours Is normal?
|
|
#3
|
||||
|
||||
|
most of the smaller bik files should only take few seconds to process each file.
IE M01_CS_00.bik 135mb --> 10-12 mins to process it. not too many that are of a huge size to process, so it shouldnt take too long to process them all. There's only 64 bik files to do. |
|
#4
|
|||
|
|||
|
Have not done any mistake, those BIK files have four audio tracks, so after recompress you need to extract/convert all audio tracks from original BIK to WAV files (Convert a file) and then mix every track back to recompressed BIK file (Mix in sound).
|
|
#5
|
|||
|
|||
|
Quote:
![]() I used batch in RAD video tools. These are my steps are: 1. Recompress using Rad Video Tools of each BIKs, this step could take 12-14 hours and is CPU intensive so I recommend you to leave it by night. I use data rate compression 45% of original file size 2. Make extraction of each audio tracks from original BIKs to WAV (Convert a file), except files with legal*, MB_placeholder, RF4_mainmenu* (those have no sounds in them), logo* only have 1 audio track so, these don't need to be extracted. 3. Mix each audio tracks to the recompressed BIKS (Mix in sound) 4. Click Batch to copy paste the commands for each BIK, and click START Below is an example of batch command for step 2 and 3 for file Q08_CS_12_5.bik: Code:
cd L:\build\pc\cache BinkConv Q08_CS_12_5.bik G:\Games\Red Faction Armageddon\build\pc\cache\Q08_CS_12_50.wav /o /v /n0 /z1 BinkConv Q08_CS_12_5.bik G:\Games\Red Faction Armageddon\build\pc\cache\Q08_CS_12_51.wav /o /v /n1 /z1 BinkConv Q08_CS_12_5.bik G:\Games\Red Faction Armageddon\build\pc\cache\Q08_CS_12_52.wav /o /v /n2 /z1 BinkConv Q08_CS_12_5.bik G:\Games\Red Faction Armageddon\build\pc\cache\Q08_CS_12_53.wav /o /v /n3 /z1 cd G:\Games\Red Faction Armageddon\build\pc\cache BinkMix Q08_CS_12_5.bik Q08_CS_12_50.wav Q08_CS_12_5.bik /o /l4 /t0 /i0 BinkMix Q08_CS_12_5.bik Q08_CS_12_51.wav Q08_CS_12_5.bik /o /l4 /t1 /i1 BinkMix Q08_CS_12_5.bik Q08_CS_12_52.wav Q08_CS_12_5.bik /o /l4 /t2 /i2 BinkMix Q08_CS_12_5.bik Q08_CS_12_53.wav Q08_CS_12_5.bik /o /l4 /t3 /i3 I did not convert the audio bitrate and freq, and I compressed the videos to 45% of original file size. Use good text editor such as Notepad++ for writing batch commands. With this I got 4.24 GB size of image (1x DVD5). Arc size = 3.00 GB Movies folder size = 1.21 GB Tested the audio and working flawlessly on Win 7 x64! Thank you for the nice job Peter!
Last edited by dudul; 16-08-2011 at 20:11. |
| The Following User Says Thank You to dudul For This Useful Post: | ||
Simorq (02-02-2016) | ||
|
#6
|
||||
|
||||
|
dudul
many thanks for posting the batch commands you used in the process. I'm sure many others will now choose to do the conversion, as your posted commands will speed up the process for many. I'm just wondering IF wanting to do only 1 language that the steps for re-mixing in 4 seperate audio tracks is necessary. ( I extracted 4 tracks from 1 bik, and 3 of 4 were different language so I choose just that track & remix that back into new file. |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
Thanks Peterf1999....
Win 7 64 bits Ultimate!
|
|
#9
|
||||
|
||||
|
Peter could make the conversion to 2 dvd5 thank you very much!!!!
|
|
#10
|
||||
|
||||
|
Quote:
http://www.cd-2-dvd.com/2011/10/red-...d5-inno-setup/ |
|
#11
|
|||
|
|||
|
1.extract .wav
Code:
cd {game .bik files folder}
BinkConv {1st .bik filename}.bik {New folder}\{1st .bik filename}0.wav /o /v /n0 /z1
BinkConv {1st .bik filename}.bik {New folder}\{1st .bik filename}1.wav /o /v /n1 /z1
BinkConv {1st .bik filename}.bik {New folder}\{1st .bik filename}2.wav /o /v /n2 /z1
BinkConv {1st .bik filename}.bik {New folder}\{1st .bik filename}3.wav /o /v /n3 /z1
BinkConv {2nd .bik filename}.bik {New folder}\{2nd .bik filename}0.wav /o /v /n0 /z1
BinkConv {2nd .bik filename}.bik {New folder}\{2nd .bik filename}1.wav /o /v /n1 /z1
BinkConv {2nd .bik filename}.bik {New folder}\{2nd .bik filename}2.wav /o /v /n2 /z1
BinkConv {2nd .bik filename}.bik {New folder}\{2nd .bik filename}3.wav /o /v /n3 /z1
.
.
.
BinkConv {last .bik filename}.bik {New folder}\{last .bik filename}0.wav /o /v /n0 /z1
BinkConv {last .bik filename}.bik {New folder}\{last .bik filename}1.wav /o /v /n1 /z1
BinkConv {last .bik filename}.bik {New folder}\{last .bik filename}2.wav /o /v /n2 /z1
BinkConv {last .bik filename}.bik {New folder}\{last .bik filename}3.wav /o /v /n3 /z1
![]() Code:
cd {game .bik files folder}
Bink {1st .bik filename}.bik {same step 1 folder}\{1st .bik filename}.bik /d45 /m3.0 /o /l-1 /p8
Bink {2nd .bik filename}.bik {same step 1 folder}\{2nd .bik filename}.bik /d45 /m3.0 /o /l-1 /p8
.
.
.
Bink {last .bik filename}.bik {same step 1 folder}\{last .bik filename}.bik /d45 /m3.0 /o /l-1 /p8
4.mix Code:
cd {step 1 folder}
BinkMix {1st .bik filename}.bik {1st .bik filename}0.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t0 /i0
BinkMix {1st .bik filename}.bik {1st .bik filename}1.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t1 /i0
BinkMix {1st .bik filename}.bik {1st .bik filename}2.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t2 /i0
BinkMix {1st .bik filename}.bik {1st .bik filename}3.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t3/i0
BinkMix {2nd .bik filename}.bik {2nd .bik filename}0.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t0 /i0
BinkMix {2nd .bik filename}.bik {2nd .bik filename}1.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t1 /i0
BinkMix {2nd .bik filename}.bik {2nd .bik filename}2.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t2 /i0
BinkMix {2nd .bik filename}.bik {2nd .bik filename}3.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t3 /i0
.
.
.
BinkMix {last .bik filename}.bik {last .bik filename}0.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t0 /i0
BinkMix {last .bik filename}.bik {last .bik filename}1.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t1 /i0
BinkMix {last .bik filename}.bik {last .bik filename}2.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t2 /i0
BinkMix {last .bik filename}.bik {last .bik filename}3.wav RFA_DVD5\Movies\{1st .bik filename}.bik /o /l4 /t3 /i0
THANK peterf1999 & dudul
Last edited by artdekdok; 22-10-2011 at 12:40. |
|
#12
|
|||
|
|||
|
Quote:
|
|
#13
|
||||
|
||||
|
Yeah, you need to download Inno Setup yourself...
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#14
|
|||
|
|||
|
Quote:
![]() After that I tried it with a non unicode one, and the setup compiled without the error, and when i run the installation and get to the part where the files should start copying and then the setup crashes and pops up: Setup error and needs to close. ![]() Any idea what could be the problem? p.s. Installation was done from iso's, conversion RFA + DLC. p.s.2 Tried again, same problem. Log: Warning: Line 786, Column 15: [Hint] Variable 'N' never used *** Finished. [21:21:06, 72:04.270 elapsed] Last edited by permenition; 26-10-2011 at 12:31. |
|
#15
|
||||
|
||||
|
Had the same issue with Inno ansi, uninstalled that & installed UNI version. Script ran fine no errors, as you saw from the screenshots. Log Warning is normal.
|
![]() |
|
|
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 |
| Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 | jta | PC Games - CD/DVD Conversions | 22 | 05-08-2012 16:55 |
| Red Faction Guerrilla - DVD9 to 2x DVD5 | 123s123 | PC Games - CD/DVD Conversions | 13 | 23-01-2012 06:41 |
| Red Faction: Guerrilla | ShadowDuke | PC Games - Protection List | 0 | 11-09-2009 06:11 |
| Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 06:28 |