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

Reply
 
Thread Tools Search this Thread Display Modes
  #226  
Old 23-05-2017, 06:38
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
Glad to help you, mate.

I'm working atm on a own compress.bat file wich alows to compress and split afterwards with all possible pre-/compressors because ultraarc is buggy like hell.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
GTX590 (30-05-2017), zirkhaki (23-05-2017)
Sponsored Links
  #227  
Old 09-06-2017, 07:58
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Hi everyone, it's a long time not to use hymn setup, but now i need to do an installation and i have a problem.
To explain my problem, I should install it in the root of a folder I will have to select during the installation, but that's not why I always create the folder we set in #AppName.
How can I fix it?
Thanks in advance

Last edited by lupetto77; 09-06-2017 at 08:19.
Reply With Quote
  #228  
Old 09-06-2017, 08:34
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
I resolved looking at the various official commands of hymn setup, thank you all to the next.
Reply With Quote
  #229  
Old 10-06-2017, 12:18
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Hi I am again, I use this bat file to compress the folders:
Quote:
@echo off
color 0c
Title Compressor
echo ************************************************** *****************************
echo * Srep+Arc *
echo ************************************************** *****************************
pause
@echo In process Srep+Arc
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Users\MyUser\Desktop\Example\*"
cls
echo ************************************************** *****************************
echo.
echo Compression is complete
echo.
echo ************************************************** *****************************
pause
The problem is if I have to do more files I should add a new line, for example:
Quote:
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-2.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Users\MyUser\Desktop\Example\*"
and so on.
But I would like to know if there is a way to move the directory of a folder, and using this code with some modifications divide into multiple Setup-1.bin files, Setup-2.bin, ... automatically, and if possible give The size of each bin file
Reply With Quote
  #230  
Old 10-06-2017, 13:58
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
Go look for conversions by peterf1999, Fabioddq, Rev0 ( Early conversions ) that use a batch file, look at it, you'll see how they handled multiple files & directories.
Reply With Quote
  #231  
Old 11-06-2017, 07:08
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
Ok I will try, thank you for the answer.
Reply With Quote
  #232  
Old 03-07-2017, 13:17
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
ISDone.dll ----error : unsupported compression method

any help ?i got this !
i used :ultraarc Reflate Edition (v2.8.0.0)
with : ref/pzb (pzlib 0.42) + srep + lzma
threshold percent : 100

Game Converted : hitman v1.11.2 !
final size 6 DVD's!

thanx!
Attached Images
File Type: jpg error5.jpg (1.79 MB, 53 views)
Reply With Quote
  #233  
Old 03-07-2017, 14:04
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
What script are you using?
__________________
Haters gonna hate
Reply With Quote
  #234  
Old 03-07-2017, 14:26
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
I think , it's yours!
Attached Files
File Type: rar Script.rar (5.0 KB, 4 views)
Reply With Quote
  #235  
Old 03-07-2017, 14:36
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
This is not compatible with UltraARC 2800 reflate edition.

Use "UltraARC 2800 R2 Edition" with this script.

Downside, i think you must compress the game again.

Or try to change arc.ini from script and compare pzlib options in config#.txt in resources folder of ultraarc reflate edition.

In UltraARC reflate edition pzlib was = precomp. Now (with this script) pzlib is = pzlib. There is the error.

Like i said, try to fiddle with arc.ini
__________________
Haters gonna hate

Last edited by KaktoR; 03-07-2017 at 14:39.
Reply With Quote
  #236  
Old 03-07-2017, 15:29
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
tried the second option ! now , it works!
well done , KaKtoR!

Another Request plz !
i just wanna change the decompression path , in the script, from "tmp"
to the game installation directory !
once again , thank u!
Reply With Quote
  #237  
Old 03-07-2017, 15:52
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
I don't know sorry.

Change {tmp} to {app} in records.ini instead. It works for a workaround.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
hwang4 (03-07-2017)
  #238  
Old 04-07-2017, 13:54
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
Got This , while installing forza horizon 3!

i used :ultraarc Reflate Edition (v2.8.0.0)
with : ref/pzb (pzlib 0.42) + srep + lzma
threshold percent : 100

works already with hitman (thanks ,KaKtoR!)!

any help???
Attached Images
File Type: jpg error6.jpg (1.77 MB, 49 views)
Reply With Quote
  #239  
Old 04-07-2017, 14: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
Ask razor, it's his splitter.
__________________
Haters gonna hate
Reply With Quote
  #240  
Old 04-07-2017, 15:50
hwang4 hwang4 is offline
Registered User
 
Join Date: Sep 2007
Location: Algeria
Posts: 96
Thanks: 51
Thanked 10 Times in 4 Posts
hwang4 is on a distinguished road
fixed !
found out the pb! it was in the records.ini!
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48
soft mod - opinions, questions dneray22 XBox Games 2 01-08-2003 06:36
A few questions I need answered. rms2001 XBox Games 5 05-12-2002 12:55
Newbie with 1,000 questions ( not really 1,000, but close enough) tdoran70 PS2 Games 3 29-05-2002 00:47
A few questions, PLLeaase Read Bill-Something PSX Games 6 18-08-2001 08:18



All times are GMT -7. The time now is 18:02.


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