Quote:
Originally Posted by bastien360
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