Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #841  
Old 15-07-2017, 06:25
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Still same error, but other file.

Try it with the builder.
Http://krinkels.org/resources/msc-me...-compressor.4/
Reply With Quote
Sponsored Links
  #842  
Old 15-07-2017, 15:07
senying senying is offline
Registered User
 
Join Date: Sep 2014
Location: jkt
Posts: 5
Thanks: 6
Thanked 1 Time in 1 Post
senying is on a distinguished road
hello guys, i'm kinda new here
and i have a question..
what if i don't have a lot of space in drive C:\ for the {tmp} when merging files, because when i change {tmp} in records.ini to {app}, so the merge file output will go to {app}, sometimes the AdvSplit.exe just stopped working..

the error message was "Exception EInOutError in module Advsplit.exe at 000D1869. I/O error 105

my records.ini looks like this :
[Records]
Precomp=0.38

[Record1]
Type=Split
Source={src}\Data1a.Bin
Output={app}\Data1.Bin
Disk=1

[Record2]
Type=Split
Source={src}\Data1b.Bin
Output={app}\Data1.Bin
Disk=1

[Record3]
Type=Split
Source={src}\Data1c.Bin
Output={app}\Data1.Bin
Disk=2

[Record4]
Type=Split
Source={src}\Data1d.Bin
Output={app}\Data1.Bin
Disk=2

[Record5]
Type=Split
Source={src}\Data1e.Bin
Output={app}\Data1.Bin
Disk=3

And so on till end of records.ini ( edited pakrat2k2, no need to post all of it )

Last edited by pakrat2k2; 15-07-2017 at 17:16. Reason: removed wall of text..
Reply With Quote
  #843  
Old 15-07-2017, 17:14
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
senying, If your using ultraarc to compress the game, no need to ever touch records.ini
it's auto generated by the program itself. It would be the conversion itself that is causing it to use temp rather then app. Goto request topic in main forum & put a request for the game in question ( make sure to add the url for the game in the request ). So the conversion maker will know exactly which conversion your talking about. It will have to be updated to latest CIUV2, which uses app rather then temp, this was changed quite some time ago, so it just needs to be updated.
Reply With Quote
  #844  
Old 18-07-2017, 09:50
sajmon83's Avatar
sajmon83 sajmon83 is offline
Registered User
 
Join Date: Jun 2017
Location: Poland
Posts: 30
Thanks: 233
Thanked 44 Times in 29 Posts
sajmon83 is on a distinguished road
senying if you use CIUV2 {tmp} = {app}
File is merged where you are installing the program or game

EDIT
Razor12911 I have a question.
Can I control in UltraARC how much RAM it needs to decompress ? If so how?
How can I check how much RAM I need to decompress for already built archive?
Because at first I only see compression 0b, decompression 0b
Quote:
FreeArc 0.67 (March 15 2014) using additional options: --logfile=_Compression.log
Creating archive: E:\REL\Data1.Bin using srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
Memory for compression 0b, decompression 0b, cache 16mb
Reply With Quote
  #845  
Old 22-07-2017, 07:35
EzzEldin16's Avatar
EzzEldin16 EzzEldin16 is offline
Registered User
 
Join Date: Sep 2016
Location: USA
Posts: 112
Thanks: 343
Thanked 47 Times in 23 Posts
EzzEldin16 is on a distinguished road
Anyone please give me correct lzop configuration for arc.ini because everytime i try compressing it gives genral (de)compression error
Quote:
External compressor:lzop]
;use for files compressed with lzo
header = 0
packcmd = lzop -9 -l --info $$arcpackedfile$$.tmp $$arcdatafile$$.lzo
unpackcmd = lzop -df $$arcpackedfile$$.lzo $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.lzo
__________________
learn it
Reply With Quote
  #846  
Old 22-07-2017, 08:09
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Code:
[External compressor:lzop]
header = 0
packcmd = lzop -9 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = lzop -d -N -f -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Reply With Quote
  #847  
Old 29-07-2017, 11:33
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
.....Update Soon

Last edited by Simorq; 31-07-2017 at 16:06.
Reply With Quote
The Following 5 Users Say Thank You to Simorq For This Useful Post:
KaktoR (29-07-2017), macut18 (29-07-2017), mausschieber (29-07-2017), pakrat2k2 (29-07-2017), sajmon83 (30-07-2017)
  #848  
Old 02-08-2017, 23:15
senying senying is offline
Registered User
 
Join Date: Sep 2014
Location: jkt
Posts: 5
Thanks: 6
Thanked 1 Time in 1 Post
senying is on a distinguished road
how do i apply ZTool to UltraArc ?

i edit the config 0 in my method to this :
My Method:
tor = plz4+srep+delta+lzma

[External compressor:plz4,plzo]
header = 0
packcmd = ZTool e:{compressor}{:option} - -o - $$arcdatafile$$.tmp -o <stdout>
unpackcmd = ZTool d:{compressor}{:option} - -o - <stdin> <stdout>

it gives : "Failed to create Data1.Bin"

i already copy the ZTool.exe and all the .dll it needs to the Resources folder

Last edited by pakrat2k2; 21-08-2017 at 08:09.
Reply With Quote
The Following User Says Thank You to senying For This Useful Post:
GonzaloM (07-02-2018)
  #849  
Old 02-08-2017, 23:42
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by senying View Post
how do i apply ZTool to UltraArc ?

i edit the config 0 in my method to this :
My Method:
tor = plz4+srep+delta+lzma

[External compressor:plz4,plzo]
header = 0
packcmd = ZTool e:{compressor}{:option} - -o - $$arcdatafile$$.tmp -o <stdout>
unpackcmd = ZTool d:{compressor}{:option} - -o - <stdin> <stdout>

it gives : "Failed to create Data1.Bin"

i already copy the ZTool.exe and all the .dll it needs to the Resources folder

packcmd = ZTool e:{compressor}{ption} - -o - $$arcdatafile$$.tmp -o <stdout>


[External compressor:pzlib,plz4,plzo,pzstd]
header = 0
packcmd = ZTool\ZTool e:{compressor}:t25p{:option} - - <stdin> <stdout>
unpackcmd = ZTool\ZTool d:{compressor}{:option}:t90p:f:cm256mb - - <stdin> <stdout>

Last edited by pakrat2k2; 21-08-2017 at 08:09.
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
GonzaloM (07-02-2018)
  #850  
Old 02-08-2017, 23:52
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Masked Compression Add UltraARC 2800 R3

Last edited by Simorq; 02-08-2017 at 23:58.
Reply With Quote
The Following 6 Users Say Thank You to Simorq For This Useful Post:
Droppo (12-08-2017), GonzaloM (07-02-2018), houcine80 (03-08-2017), KaktoR (03-08-2017), pakrat2k2 (04-08-2017), sajmon83 (09-08-2017)
  #851  
Old 21-08-2017, 04:47
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
LZMA / LZMA2 / 4x4:LZMA only

arc.exe has stopped working.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
GonzaloM (07-02-2018)
  #852  
Old 21-08-2017, 05:24
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
LZMA / LZMA2 / 4x4:LZMA only

arc.exe has stopped working.

Do you sometimes or always?
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
GonzaloM (07-02-2018)
  #853  
Old 21-08-2017, 05:28
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Only have test this on "Hellblade Senuas Sacrifice" yet.

Will test other games too in next days.

Will report back soon.
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
GonzaloM (07-02-2018), Kobi Blade (21-08-2017), Simorq (21-08-2017)
  #854  
Old 21-08-2017, 06:21
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Well this is a problem for small files


This setting resolves the issue.

Config0.txt
Code:
[External compressor:rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
packcmd   = FAZip64 -i0 compress:{compressor}{:option} $$arcdatafile$$.tmp - <stdout>
unpackcmd = FAZip64 -i0 decompress:{compressor}{:option} <stdin> <stdout>

[External compressor:lzma2,Lzma2,LZMA2,xz,XZ]
header = 0
packcmd   = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=on -mx9 -so $$arcdatafile$$.tmp <stdout>
unpackcmd = 7z x -txz -mmt=on -an -y -si -so <stdin> <stdout>
Reply With Quote
The Following 4 Users Say Thank You to Simorq For This Useful Post:
KaktoR (21-08-2017), Kobi Blade (21-08-2017), mausschieber (21-08-2017), pakrat2k2 (21-08-2017)
  #855  
Old 22-08-2017, 09:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Generell question:
Because UltraARC doesn't support zTool now.
If i compress a game with pZLib from UltraARC, can i decompress it with zTool.exe without any problems?

If so, i will delete pZLib from next CIU version.
__________________
Haters gonna hate
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BlackBox v2 y_thelastknight Conversion Tutorials 567 11-03-2025 07:16
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 16:00
Total War Collection - 6xDVD9 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 1 28-06-2015 17:00
Total War Collection - 2xBLURAY [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 2 09-01-2013 18:02
Total War Collection - 11xDVD5 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 0 09-01-2013 16:38



All times are GMT -7. The time now is 21:27.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com