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

Reply
 
Thread Tools Display Modes
  #31  
Old 29-08-2017, 17:55
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road


This is Simple installer
modified by me
Based on _UltraArcPro_Example for UltraArc R2

Attached Files
File Type: rar UltraARC R2 Simple Installer v2.rar (11.89 MB, 329 views)

Last edited by S-Ghost; 29-08-2017 at 18:10.
Reply With Quote
The Following User Says Thank You to S-Ghost For This Useful Post:
Simorq (30-08-2017)
Sponsored Links
  #32  
Old 30-08-2017, 11:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
v3 Added

-Percent added
-Now supports UltraARC R3
-Merging is now in {app} folder
__________________
Haters gonna hate

Last edited by KaktoR; 30-08-2017 at 12:06.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
arkantos7 (06-09-2017), S-Ghost (31-08-2017), Simorq (30-08-2017)
  #33  
Old 30-08-2017, 14:27
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
-Merging is now in {app} folder
Does not work
Reply With Quote
  #34  
Old 30-08-2017, 14:50
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Don't change Output in records.ini to {app} (except for "Freearc_Split"), otherwise split.exe error. Leave it like ultraarc create it.

Example:
Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.Bin
Output={app}
Disk=1
[Record2]
Type=Split
Source={src}\Data2a.Bin
Output={tmp}\Data2.Bin
Disk=1
[Record3]
Type=Split
Source={src}\Data2b.Bin
Output={tmp}\Data2.Bin
Disk=2
[Record4]
Type=Split
Source={src}\Data2c.Bin
Output={tmp}\Data2.Bin
Disk=3
[Record5]
Type=Split
Source={src}\Data2d.Bin
Output={tmp}\Data2.Bin
Disk=4
[Record6]
Type=Split
Source={src}\Data2e.Bin
Output={tmp}\Data2.Bin
Disk=5
[Record7]
Type=Split
Source={src}\Data2f.Bin
Output={tmp}\Data2.Bin
Disk=6
[Record8]
Type=Split
Source={src}\Data2g.Bin
Output={tmp}\Data2.Bin
Disk=7
[Record9]
Type=Split
Source={src}\Data2h.Bin
Output={tmp}\Data2.Bin
Disk=8
[Record10]
Type=Split
Source={src}\Data2i.Bin
Output={tmp}\Data2.Bin
Disk=9
[Record11]
Type=Split
Source={src}\Data2j.Bin
Output={tmp}\Data2.Bin
Disk=10
[Record12]
Type=Freearc_Split
Source={tmp}\Data2.Bin
Output={app}
Disk=10
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Simorq (30-08-2017)
  #35  
Old 31-08-2017, 05:52
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Percent has a bug with splitted archives (if mergin starts, it goes to 66,6%, when start unpacking, % get stuck at 66,6%). I am not able to fix it the proper way. Maybe some kind soul can help us out a bit.

Furthermore progressbar "flickering" if thousands of files got unpacked.

Besides that, this project is somewhat finished (maybe left background pictures during installation).
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Simorq (31-08-2017)
  #36  
Old 31-08-2017, 18:17
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road


thats broblem
Reply With Quote
  #37  
Old 31-08-2017, 18:23
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road
what is the code for remain time lable
Reply With Quote
  #38  
Old 04-09-2017, 03:07
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 S-Ghost View Post


thats broblem

Use ZTool x86

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

Last edited by pakrat2k2; 05-09-2017 at 10:20.
Reply With Quote
  #39  
Old 04-09-2017, 05:48
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Added v3.5

added info button

% mostly fixed (in some cases % will be fast go to 99,9%, then extracting the rest of the archive (mostly common problem with many files in one archive)).

Anyway, progressbar "flickering" still persists in some cases, and i don't know why.
__________________
Haters gonna hate

Last edited by KaktoR; 04-09-2017 at 08:39.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
arkantos7 (06-09-2017), Simorq (06-09-2017), Titeuf (08-09-2017)
  #40  
Old 09-09-2017, 08:55
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Added v3.5

added info button

% mostly fixed (in some cases % will be fast go to 99,9%, then extracting the rest of the archive (mostly common problem with many files in one archive)).

Anyway, progressbar "flickering" still persists in some cases, and i don't know why.

Hello,
How to add the function: copy the content of the crack "like the codex script please!
nice work,
Thank you
Reply With Quote
  #41  
Old 12-09-2017, 08:51
S-Ghost S-Ghost is offline
Registered User
 
Join Date: Aug 2017
Location: LK
Posts: 25
Thanks: 28
Thanked 8 Times in 7 Posts
S-Ghost is on a distinguished road
Please add the remain time labale.
Thanks
Reply With Quote
  #42  
Old 12-09-2017, 09:37
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Let's see...

I have no plans for this at the moment.

I have added CRC check recently, but have to fix some bugs first.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
S-Ghost (13-09-2017)
  #43  
Old 12-09-2017, 11:39
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Test

Added:
CRC Check at the end of installation
Copying "Medicine", if folder is present in {src} ({src}\C**CK (maybe will add this as CB instead)).

Fixed:
Background2 is now showing again

Things to do:
Fix UA MASK errors (must wait for Simorq)
Attached Files
File Type: rar ASIS_UAR3.rar (9.5 KB, 63 views)
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
Kobi Blade (17-09-2017), pakrat2k2 (13-09-2017), S-Ghost (13-09-2017), Titeuf (13-09-2017)
  #44  
Old 13-09-2017, 09:00
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Hi KaktoR,
Excellent job,
Thank
Reply With Quote
  #45  
Old 17-09-2017, 09:58
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,362
Thanks: 1,076
Thanked 6,961 Times in 2,632 Posts
KaktoR is on a distinguished road
Have added v4.5 as UA2 and UA3 version to OP.

Some informations about UA3 MASK method:
Do NOT use pzlib3 in config0.txt, because it has problems with some games. Use pzlib from ztool instead.

External Compressor.ini:
Code:
#define ReflateLIB "x64"
#define ZTool "x64"
//#define pZLib1 "x64"
//#define pZLib3 "x64"
//#define PrecompInside "0.46MT"  
//#define AntiZInside "x64"
//#define ZLib_Jo
//#define MSCInside "TAK"
//#define MPZSlimmer
#define SrepInside "x64"
//#define ZCMInside "x64"
//#define ZSTD "x64"
//#define LZ4 "x64"
//#define LZ5 "x64"
//#define Oodle
//#define NanoZipInside "x64"
//#define UHARCMTInside
Config0.txt:
Code:
for LZMA: $deflate=pZBSRARC
for LZMA2: $deflate=pZBSRXZ
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
arkantos7 (18-09-2017), S-Ghost (06-10-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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 06:51.


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