View Single Post
  #6  
Old 14-09-2018, 17:51
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
that ONLY works when there is only a single output file, you dont need to specify Data1.bin.002 or Data1.bin.003 it will continue from the first one. You only need to supply where the next set starts ( using your last example
for the following.. )
Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1

[Record2]
Type=Freearc_Original
Source={src}\Data2.bin.001
Output={app}
Disk=2

[Record3]
Type=Freearc_Original
Source={src}\Data3.bin.001
Output={app}
Disk=3
Would be for a game that had 3 or mor output files. ONLY put in records.ini the first 001 of each data#

Last edited by pakrat2k2; 15-09-2018 at 12:20.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
KaktoR (15-09-2018)