Thread: RG Catalyst
View Single Post
  #66  
Old 18-12-2015, 04:48
Kazamnuk Kazamnuk is offline
Registered User
 
Join Date: Dec 2015
Location: Landquart
Posts: 4
Thanks: 10
Thanked 2 Times in 2 Posts
Kazamnuk is on a distinguished road
Hello Bilawal,

Thanks for your great and neat script.

If you don't mind, I have some questions to it. I used felice2011 compression tool with the method:

Code:
'-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc8'
̶t̶̶o̶̶ ̶̶c̶̶r̶̶e̶̶a̶̶t̶̶e̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶n̶̶e̶̶c̶̶e̶̶s̶̶s̶̶a̶̶r̶̶y̶̶ ̶̶D̶̶a̶̶t̶̶a̶̶.̶̶a̶̶r̶̶c̶̶ ̶̶f̶̶i̶̶l̶̶e̶̶s̶̶,̶̶ ̶̶w̶̶i̶̶t̶̶h̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶f̶̶o̶̶l̶̶l̶̶o̶̶w̶̶i̶̶n̶̶g̶̶ ̶̶r̶̶e̶̶c̶̶o̶̶r̶̶d̶̶s̶̶.̶̶i̶̶n̶̶i̶̶:̶̶

Code:
//if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data1.bin') then break;
if not ISArcExtract (0, 33, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, 'felix', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), notPCFonFLY) then break;
if not ISArcExtract (0, 33, ExpandConstant('{src}\data2.arc'), ExpandConstant('{app}'), '', false, 'felix', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), notPCFonFLY) then break;
if not ISArcExtract (0, 33, ExpandConstant('{src}\data3.arc'), ExpandConstant('{app}'), '', false, 'felix', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), notPCFonFLY) then break;
//if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Data1.bin') then break;
//if not ISArcExtract ( 0, 50, ExpandConstant('{src}\data2.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
//if not IS7ZipExtract   ( 0, 100, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), false, '') then break;
//if not ISRarExtract    ( 0, 100, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), false, '') then break;
̶U̶̶n̶̶f̶̶o̶̶r̶̶t̶̶u̶̶n̶̶a̶̶t̶̶e̶̶l̶̶y̶̶,̶̶ ̶̶i̶̶t̶̶ ̶̶l̶̶o̶̶o̶̶k̶̶s̶̶ ̶̶l̶̶i̶̶k̶̶e̶̶ ̶̶t̶̶h̶̶a̶̶t̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶c̶̶r̶̶e̶̶a̶̶t̶̶e̶̶d̶̶ ̶̶f̶̶i̶̶l̶̶e̶̶s̶̶,̶̶ ̶̶w̶̶o̶̶n̶̶'̶̶t̶̶ ̶̶b̶̶e̶̶ ̶̶a̶̶c̶̶c̶̶e̶̶p̶̶t̶̶e̶̶d̶̶.̶̶ C̶̶o̶̶u̶̶l̶̶d̶̶ ̶̶i̶̶t̶̶ ̶̶b̶̶e̶̶ ̶̶t̶̶h̶̶a̶̶t̶̶ ̶̶I̶̶ ̶̶m̶̶i̶̶s̶̶s̶̶e̶̶d̶̶ ̶̶s̶̶o̶̶m̶̶e̶̶t̶̶h̶̶i̶̶n̶̶g̶̶?̶̶ ̶̶H̶̶a̶̶v̶̶e̶̶ ̶̶a̶̶ ̶̶l̶̶o̶̶o̶̶k̶̶ ̶̶o̶̶n̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶l̶̶o̶̶g̶̶:̶̶

Code:
*** Starting compile.  [13:24:18]

[...]

Warning: Line 534, Column 3: [Hint] Variable 'X' never used
Warning: Line 535, Column 3: [Hint] Variable 'MERGEFILE' never used
Warning: Line 1506, Column 3: [Hint] Variable 'RES' never used
Warning: Line 1506, Column 3: [Hint] Variable 'I' never used
Warning: Line 1506, Column 3: [Hint] Variable 'RESULTCODE' never used
Warning: Line 1507, Column 3: [Hint] Variable 'ARC1' never used
Warning: Line 1507, Column 3: [Hint] Variable 'ARC2' never used
Warning: Line 1507, Column 3: [Hint] Variable 'ARC3' never used
Warning: Line 1508, Column 3: [Hint] Variable 'PCF' never used
Warning: Line 109, Column 3: [Hint] Variable 'LOGO' never used
Warning: Line 132, Column 3: [Hint] Variable 'PCFVER' never used
*** Finished.  [13:24:19, 00:00.624 elapsed]
W̶̶h̶̶a̶̶t̶̶ ̶̶I̶̶'̶̶m̶̶ ̶̶d̶̶o̶̶i̶̶n̶̶g̶̶ ̶̶w̶̶r̶̶o̶̶n̶̶g̶̶?̶̶ ̶̶D̶̶o̶̶ ̶̶I̶̶ ̶̶h̶̶a̶̶v̶̶e̶̶ ̶̶m̶̶i̶̶s̶̶s̶̶e̶̶d̶̶ ̶̶s̶̶o̶̶m̶̶e̶̶t̶̶h̶̶i̶̶n̶̶g̶̶?̶̶ ̶̶M̶̶y̶̶ ̶̶s̶̶k̶̶i̶̶l̶̶l̶̶s̶̶ ̶̶a̶̶r̶̶e̶̶n̶̶'̶̶t̶̶ ̶̶c̶̶e̶̶r̶̶t̶̶a̶̶i̶̶n̶̶l̶̶y̶̶ ̶̶e̶̶n̶̶o̶̶u̶̶g̶̶h̶̶ ̶̶t̶̶o̶̶ ̶̶w̶̶r̶̶i̶̶t̶̶e̶̶ ̶̶s̶̶o̶̶m̶̶e̶̶ ̶̶n̶̶e̶̶w̶̶ ̶̶p̶̶a̶̶t̶̶h̶̶s̶̶.̶̶ B̶̶u̶̶t̶̶,̶̶ ̶̶I̶̶ ̶̶w̶̶o̶̶u̶̶l̶̶d̶̶ ̶̶b̶̶e̶̶ ̶̶v̶̶e̶̶r̶̶y̶̶ ̶̶d̶̶e̶̶l̶̶i̶̶g̶̶h̶̶t̶̶e̶̶d̶̶ ̶̶i̶̶f̶̶ ̶̶y̶̶o̶̶u̶̶ ̶̶c̶̶o̶̶u̶̶l̶̶d̶̶ ̶̶h̶̶e̶̶l̶̶p̶̶ ̶̶m̶̶e̶̶ ̶̶(̶̶r̶̶o̶̶o̶̶k̶̶i̶̶e̶̶)̶̶ ̶̶o̶̶u̶̶t̶̶ ̶̶a̶̶ ̶̶b̶̶i̶̶t̶̶.̶̶ ̶̶T̶̶h̶̶a̶̶n̶̶k̶̶s̶̶ ̶̶i̶̶n̶̶ ̶̶a̶̶d̶̶v̶̶a̶̶n̶̶c̶̶e̶̶!̶

Edit
: Works flawlessly with UltraArc.

Last edited by Kazamnuk; 19-12-2015 at 15:25. Reason: solved
Reply With Quote
The Following User Says Thank You to Kazamnuk For This Useful Post:
Bilawal (18-12-2015)