View Single Post
  #90  
Old 23-09-2013, 15:58
Matrosko Matrosko is offline
Registered User
 
Join Date: Feb 2012
Location: italy
Posts: 10
Thanks: 4
Thanked 0 Times in 0 Posts
Matrosko is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
There is also a bunch of other lang files in
C:\Program Files (x86)\Resident Evil 6\nativePC\arc\DX9

Collection_vfre.arc ( fre, ger, ita, spa, pol, rus etc ), Custom_vfre.arc, etc look through whole directory & you see alot more.

580 files to be exact that arent needed for english only. ( 64 more files added after Update 2 ) Total = 644 files Update 1 + 2

Using original compress.bat ( deleted other lines for data2.cab, data3.cab ( testing now, compressing 1132 files VS 1234 )
will post result from data1.cab

Data1.cab with those 580 language files still intact = 4.25GB, removing those files & re-running the bat file Data1.cab now = 4.10GB.

FINAL EDIT:

With the changes I've noted above, with the changes by andersonj ( thanks for that ALL fits on 2xdvd5 WITH updates 1+2.
DVD1 = 4.20GB
DVD2 = 3.35GB
running this batch on folders
nativePC\arc\DX9
and nativePC_dlc\arc\DX9
will delete unecessary language
also remove lag folders from nativePC\data\id
Code:
del *jpn*
del *ger*
del *pol*
del *por*
del *rus*
del *fre*
del *spa*
del *ita*

Last edited by Matrosko; 23-09-2013 at 18:17.
Reply With Quote