View Single Post
  #5  
Old 08-10-2008, 14:09
ravd ravd is offline
Senior Member
 
Join Date: Nov 2007
Location: ???
Posts: 188
Thanks: 0
Thanked 9 Times in 9 Posts
ravd is on a distinguished road
follow conversion steps to point where you should run batch files, don't run any of them yet.

instead delete vo.txt and then open notepad and copy paste this into it
Code:
ISCAB data1.cab -l -i"vo.txt"
select "Save As..." File name: make_list.bat Save as type: All files (*.*)

and but make_list.bat into your TEMP folder, then run it, this then makes list of all files which are in cabs

Now edit vo.txt

remove all files which you want keep, so leave only [Voice***], [M1_***], [M2_***] entries (but remember remove French ones, if you are making french only]

So it should look similar like this (you can leave subtitle files too, if you don't need them)
Code:
[ISCAB Info]
Product=ISCAB
Version=2.0

[VoiceITA]
File1="lang_13.key"
File2="voices_13_00.bif"

[VoiceGER]
File1="lang_10.key"
File2="voices_10_00.bif"

[M1_ITA]
File1="M1_13.key"
File2="voices\M1_13_00.bif"

[M1_GER]
File1="M1_10.key"
File2="voices\M1_10_00.bif"

[M2_ITA]
File1="M2_13.key"
File2="voices\M2_13_00.bif"

[M2_GER]
File1="M2_10.key"
File2="voices\M2_10_00.bif"

and so on...
Save vo.txt and run 1_remove_vo.bat

change Default=0x0009 to your language code too in setup.ini (i think french was 0x040c)
Reply With Quote