View Single Post
  #38  
Old 03-08-2015, 13:44
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by bastien360 View Post
am using dlg compressor...how can i bget a records.ini cant find it
Only UltraARC is supported so far so use it but if you really want to try with your actual compressor, here is an example of records.ini content, let's say the game files are splited in 3 parts and compressed with freearc without precomp :
Code:
[Record1]
Type=Freearc_Original
Source={src}\data-1.bin
Output={app}
Disk=1
[Record2]
Type=Freearc_Original
Source={src}\data-2.bin
Output={app}
Disk=1
[Record3]
Type=Freearc_Original
Source={src}\data-3.bin
Output={app}
Disk=1
Reply With Quote
The Following 2 Users Say Thank You to toto621 For This Useful Post:
bastien360 (03-08-2015), Behnam2018 (13-01-2020)