#766
|
||||
|
||||
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
__________________
Haters gonna hate
Last edited by KaktoR; 28-05-2017 at 14:55. |
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
|
|||
|
|||
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. |
#768
|
||||
|
||||
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 |
The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
logboy666 (02-06-2017) |
#769
|
||||
|
||||
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. Last edited by Cesar82; 05-06-2017 at 20:24. Reason: Added update 1.02 |
#770
|
||||
|
||||
@Simorq: Remove refstd from UA. Pull in msc or whatever instead.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Simorq (03-06-2017) |
#771
|
||||
|
||||
UA 2800 R2
Remove ReflateSTD ReflateAPI Optimized Code:
TEST1 Dark Souls II: Scholar of the First Sin = Ok - MD5 Ok |
The Following 4 Users Say Thank You to Simorq For This Useful Post: | ||
#772
|
|||
|
|||
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. |
#773
|
||||
|
||||
2038c is needed because of other options for decompression.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
logboy666 (04-06-2017) |
#774
|
||||
|
||||
Quote:
![]() |
#775
|
|||
|
|||
How to set UA to not split into multiple archives ? I want one big file as output
|
#776
|
||||
|
||||
Quote:
Set: FirstVolumeSize=99999 CustomVolumeSize=99999 ThresholdPercent=100
__________________
Haters gonna hate
|
#777
|
||||
|
||||
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; Like this: Code:
#ifndef IS_ENHANCED type TMsg = record hWnd: HWND; message: Word; wParam: Word; lParam: LongWord; Time: TFileTime; pt: TPoint; end; #endif Last edited by Cesar82; 04-06-2017 at 14:37. |
#779
|
||||
|
||||
Quote:
I soon modified version. |
#780
|
||||
|
||||
![]()
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? |
The Following 3 Users Say Thank You to 0xffaded For This Useful Post: | ||
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
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 |