Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #766  
Old 28-05-2017, 13:55
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,430
Thanks: 1,078
Thanked 7,037 Times in 2,665 Posts
KaktoR is on a distinguished road
Here is a simple installer script that works with latest version of UltraArc (you can find it here -> http://fileforums.com/showpost.php?p...&postcount=765)

I have made some small additions, like Skin support.

I have no clue how to change merging to {app}.

For a workaround, replace {tmp} with {app} in records.ini
Attached Images
File Type: png Unbenannt.png (16.5 KB, 397 views)
Attached Files
File Type: rar Simple Installer Script (UltraArc v2800 support).rar (13.41 MB, 443 views)
__________________
Haters gonna hate

Last edited by KaktoR; 28-05-2017 at 14:55.
Reply With Quote
The Following 9 Users Say Thank You to KaktoR For This Useful Post:
Grehg (03-06-2017), gurcu87 (25-06-2017), IzeroI (30-05-2017), mausschieber (28-05-2017), omdj (28-05-2017), Razor12911 (31-05-2017), sajmon83 (11-06-2017), Simorq (29-05-2017), Stor31 (29-05-2017)
Sponsored Links
  #767  
Old 02-06-2017, 11:01
logboy666 logboy666 is offline
Registered User
 
Join Date: May 2015
Location: hell
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
logboy666 is on a distinguished road
What UltraARC (Reflate Edition v2800) settings would you guys recommend for game repacking ? (generic game, lets say it has every type of file in it)

Last edited by logboy666; 02-06-2017 at 11:35.
Reply With Quote
  #768  
Old 02-06-2017, 12:51
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,032 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
generally start with srep,lzma. then use this program to check if files in game will compress better with pzlib. ( read topic to make sure you understand results of scan, BEFORE using it with your game(s).

http://fileforums.com/showthread.php?t=98731
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
logboy666 (02-06-2017)
  #769  
Old 03-06-2017, 00:39
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,038
Thanks: 1,746
Thanked 2,224 Times in 761 Posts
Cesar82 is on a distinguished road
Split and join files library

Hello people!
I created a library to merge the split files. (My first library)
With this library you can split or join files.

Update 1.01 add functions:
- ProcIsRunning
- CurrProcStop

Update 1.02 changes:
- Inplemented in function SplitFile varible to output files destination
- fixed size limited on 2 GB. You can now use parts larger than 5 GB if necessary.
- fixed return of function MergeFiles. Now returns "True" if size of the destination files is equal to the sum of the size of original part and the previous size of destination file before process.

If anyone wants to test, and give some suggestion.
If anyone finds this DLL useful post on another topic.
PS: To analyze the performance of the library it is good to test on large files.

I hope it's useful.
Attached Files
File Type: rar Splitter_DLL.rar (1.10 MB, 63 views)
File Type: rar Update 1.02.rar (181.4 KB, 33 views)

Last edited by Cesar82; 05-06-2017 at 20:24. Reason: Added update 1.02
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
78372 (03-06-2017), KaktoR (04-06-2017), Simorq (03-06-2017)
  #770  
Old 03-06-2017, 09:27
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,430
Thanks: 1,078
Thanked 7,037 Times in 2,665 Posts
KaktoR is on a distinguished road
@Simorq: Remove refstd from UA. Pull in msc or whatever instead.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Simorq (03-06-2017)
  #771  
Old 03-06-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,304 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@Simorq: Remove refstd from UA. Pull in msc or whatever instead.
UA 2800 R2

Remove ReflateSTD

ReflateAPI Optimized
Code:
TEST1
Dark Souls II: Scholar of the First Sin = Ok - MD5 Ok
Reply With Quote
The Following 4 Users Say Thank You to Simorq For This Useful Post:
houcine80 (03-06-2017), KaktoR (03-06-2017), mausschieber (04-06-2017), pakrat2k2 (03-06-2017)
  #772  
Old 04-06-2017, 03:09
logboy666 logboy666 is offline
Registered User
 
Join Date: May 2015
Location: hell
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
logboy666 is on a distinguished road
I'm getting crc error (code -12) at 51.5% when unpacking files compressed with pzlib+srep+lzma

Any suggestions ?

For decompression I'm using "CIU2038b 2017 Special Edition"
For compression UA 2800 Reflate Edition

Last edited by logboy666; 04-06-2017 at 03:12.
Reply With Quote
  #773  
Old 04-06-2017, 04:15
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,430
Thanks: 1,078
Thanked 7,037 Times in 2,665 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by logboy666 View Post
I'm getting crc error (code -12) at 51.5% when unpacking files compressed with pzlib+srep+lzma

Any suggestions ?

For decompression I'm using "CIU2038b 2017 Special Edition"
For compression UA 2800 Reflate Edition
2038c is needed because of other options for decompression.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
logboy666 (04-06-2017)
  #774  
Old 04-06-2017, 05:54
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by LuisCésar82 View Post
Hello people!
I created a library to merge the split files. (My first library)
With this library you can split or join files.

Update 1.01 add functions:
- ProcIsRunning
- CurrProcStop

If anyone wants to test, and give some suggestion.
If anyone finds this DLL useful post on another topic.
PS: To analyze the performance of the library it is good to test on large files.

I hope it's useful.
Error
Reply With Quote
  #775  
Old 04-06-2017, 07:34
logboy666 logboy666 is offline
Registered User
 
Join Date: May 2015
Location: hell
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
logboy666 is on a distinguished road
How to set UA to not split into multiple archives ? I want one big file as output
Reply With Quote
  #776  
Old 04-06-2017, 07:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,430
Thanks: 1,078
Thanked 7,037 Times in 2,665 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by logboy666 View Post
How to set UA to not split into multiple archives ? I want one big file as output
UltraARc.ini

Set:
FirstVolumeSize=99999
CustomVolumeSize=99999
ThresholdPercent=100
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
logboy666 (04-06-2017), Stor31 (04-06-2017)
  #777  
Old 04-06-2017, 14:35
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,038
Thanks: 1,746
Thanked 2,224 Times in 761 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Simorq View Post
Error
You are using an Enhanced Edition version of Inno Setup.
The Inno Setup Enhanced Edition already has the TMsg type.

To fix this error simply delete this part (This 9 lines). The Standard version of Inno Setup needs this part.
Code:
type
  TMsg = record
    hWnd: HWND;
    message: Word;
    wParam: Word;
    lParam: LongWord;
    Time: TFileTime;
    pt: TPoint;
  end;
Script to be compatible with both versions of Inno Setup (Standard Edition and Enhanced Edition) you can add before the part of the code quoted above "#ifndef IS_ENHANCED" (without quotes) and after this part "#endif" (without quotes).

Like this:
Code:
#ifndef IS_ENHANCED
type
  TMsg = record
    hWnd: HWND;
    message: Word;
    wParam: Word;
    lParam: LongWord;
    Time: TFileTime;
    pt: TPoint;
  end;
#endif
This will be compatible with both versions of Inno Setup.

Last edited by Cesar82; 04-06-2017 at 14:37.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
pakrat2k2 (04-06-2017), Simorq (05-06-2017)
  #778  
Old 10-06-2017, 10:53
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,032 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Simorq View Post
UltraARC Reflate Edition 2800
Properties>Details Still list it as 2.4.0.0, needs to be updated to reflect version number.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Simorq (10-06-2017)
  #779  
Old 10-06-2017, 12:47
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
Properties>Details Still list it as 2.4.0.0, needs to be updated to reflect version number.
pZLib v3 2017 is more powerful than reflect. reflectapi likely also be deleted.
I soon modified version.
Reply With Quote
  #780  
Old 10-06-2017, 13:26
0xffaded's Avatar
0xffaded 0xffaded is offline
Registered User
 
Join Date: May 2017
Location: IT
Posts: 6
Thanks: 67
Thanked 3 Times in 1 Post
0xffaded is on a distinguished road
Post

Italian:

Code:
UltraArcMessage1=Estrazione %1...
UltraArcMessage2=Fusione %1...
UltraArcMessage3=Decodifica %1...
UltraArcMessage4=%1 non e stato trovato.
UltraArcMessage5=Prego inserire disco %1 Con %2 File
UltraArcMessage6=Sfoglia per il file richiesto?
Reply With Quote
The Following 3 Users Say Thank You to 0xffaded For This Useful Post:
houcine80 (10-06-2017), KaktoR (10-06-2017), Razor12911 (11-06-2017)
Reply

Thread Tools
Display Modes

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 25-01-2025 04:52
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 17:00
Total War Collection - 6xDVD9 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 1 28-06-2015 18:00
Total War Collection - 2xBLURAY [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 2 09-01-2013 19:02
Total War Collection - 11xDVD5 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 0 09-01-2013 17:38



All times are GMT -7. The time now is 09:12.


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