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

Reply
 
Thread Tools Display Modes
  #1  
Old 02-12-2015, 20:53
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 692 Times in 189 Posts
rinaldo is on a distinguished road
Lightbulb Bambł Repack

Inno Setup Script Installer (UltraArc is Internal)


Update Info:
Password File UltraArc settled
Add: Constant for CompressFile (so you have a choice)
Add: Constant for Disk (hides infodisk if using internal) better default
Add: DiskSpaceLabel is ComponentsDiskSpaceLabel
Removed File Compression Not Used > Precomp=38,40,41,tak,bmf,MSC.exe ecc..

Screenshot:

Project abandoned, there will be no help from the creator Rinaldo
Attached Images
File Type: png Screenshot_1.png (42.7 KB, 1762 views)
File Type: png Screenshot_2.png (154.9 KB, 1754 views)
Attached Files
File Type: 7z Bambł.7z (2.53 MB, 1069 views)
File Type: 7z Bambł_Update.7z (5.18 MB, 1241 views)

Last edited by rinaldo; 27-03-2018 at 15:06. Reason: spelling
Reply With Quote
The Following 17 Users Say Thank You to rinaldo For This Useful Post:
Andrey167 (03-12-2015), arkantos7 (03-12-2015), Bilawal (03-12-2015), ffmla (12-02-2018), gozarck (04-12-2015), houcine80 (03-12-2015), JRD! (14-01-2016), kenzo34 (02-12-2015), luthfi al faridzi (04-04-2017), oltjon (11-02-2018), panker1992 (04-01-2016), RamiroCruzo (03-12-2015), ravencrow (15-02-2018), Razor12911 (23-02-2018), Simorq (03-12-2015), Stor31 (03-12-2015), yasserdivar (04-10-2021)
Sponsored Links
  #2  
Old 02-12-2015, 23:35
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 354
Thanked 1,152 Times in 388 Posts
felice2011 is on a distinguished road
Ha Ha.. funny how title, that fancy nice broo..

Peccato che non ho tempo per cimentarmi nei progetti e nel design con innosetup, al contrario avrei gią postato i sexy installer.
Reply With Quote
  #3  
Old 03-12-2015, 04:27
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 494 Times in 114 Posts
gozarck is on a distinguished road
Excellent!!!
__________________
-the science of the useless-
Reply With Quote
The Following User Says Thank You to gozarck For This Useful Post:
rinaldo (03-12-2015)
  #4  
Old 03-12-2015, 04:56
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
I like this good works (y) (y)
Reply With Quote
The Following User Says Thank You to Stor31 For This Useful Post:
rinaldo (03-12-2015)
  #5  
Old 04-01-2016, 11:56
weltall's Avatar
weltall weltall is offline
Registered User
 
Join Date: Nov 2015
Location: Greece
Posts: 4
Thanks: 5
Thanked 2 Times in 2 Posts
weltall is on a distinguished road
Although I prefer your @UltraArcSimplyInstaller@, I want to ask some things;

Why do you add an uninstall shortcut on the desktop? Your program created a nice uninstall link in the windows programs and features.

Why you do not add a separate name for the game shortcut on the desktop? I am sure people will not want the name of the exe file.

Why do you put the nice cicon.icon to the uninstall shortcut, instead of the game exe. Many times I change my game icon, so if the uninstaller could do it, it would be awesome. Of course this last one is a personal preference.

I thankfully managed to edit your @UltraArcSimplyInstaller@ and now I install my games with nice icons on the desktop and the link having its own name.

Either way, thank you so much for all the effort to write these. Sadly I have 0 knowledge of the Inno Setup scripting, or any scripting at all. I like your new fancy installer, but your simple installers are great too and at least for me they are awesome since they support freearc archives.

Thanks again for all your work and Happy New Year!
Reply With Quote
  #6  
Old 04-01-2016, 17:15
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Hello,Help






panker1992
Masked Data Compression

Advanced-Data-Comp.bat


cho off
color 0c
Title Compressor - by Panker1992
echo. ************************************************** ************************
echo. * External Options for Compressor By Panker1992 *
echo. * lzma2=4x4:lzma:a1:mfbt4:d256m:fb273:mc1000:lc8 (alt) *
echo. * Mask1: $jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+rep:100mb+zpaq*
echo. * Mask2: $precomp=precomp+msc+srep64+rep:800mb+delta+lz77 or nz,xz *
echo. * Mask3: *
echo. * reflate: +reflate beta phase *
echo. ************************************************** ************************
pause
@echo Recompressing Data...
arc a -lc1024 -ld1024 -ep1 -ed -r -w.\ Data\data1.bin -mmsc+srep64+rep:800mb+exe+delta+xz/$precomp=precomp+msc+srep64+rep:800mb+delta+nz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+rep:100mb+zpaq "C:\Program Files (x86)\Adobe\*"
echo ************************************************** *****************************
echo.
echo Compressing is Completed
echo.
echo ************************************************** *****************************


arc.ini

[External compressor:srep64]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:precomp]
header = 0
packcmd = precomp -slow -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:msc]
;Alt: c -v -f Forced //-frog=9 use this instead of -tak=9
header = 0
packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lzma64]

header = 0

packcmd = lzma64 e lzma{:option} <stdin> <stdout>

[External compressor:lzham]
packcmd = lzham -m4 -d29 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzham -c d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore123 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:zstd]
header = 0
packcmd = zstd -f -8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

[External compressor:rep,lzma,4x4,delta,exe]

header = 0

packcmd = fazip -i0 compress:{compressor}{:option} <stdin> <stdout>

unpackcmd = fazip -i0 decompress:{compressor}{:option} <stdin> <stdout>


[External compressor:jpg]
mem = 10
packcmd = packjpg -np $$arcdatafile$$.jpg
unpackcmd = packjpg -np $$arcdatafile$$.pjg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.pjg
solid = 0

[External compressor:zpaq]
;-method s4.3ci1 -method 46,36,26
packcmd = zpaq64.exe a $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -method 46,36,26
unpackcmd = zpaq64.exe x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -summary
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:nz]
;options a) -cc=best -cO=optimal -cDP=fast b) -m6g -nm c) -p3 = cores
packcmd = nz a -cc -m1700m -p2 -t0 -br128m -bw128m -r -v $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m512g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

Last edited by pakrat2k2; 12-02-2018 at 19:12.
Reply With Quote
  #7  
Old 28-02-2016, 05:24
nasir ahmad nasir ahmad is offline
Registered User
 
Join Date: Oct 2015
Location: afghanistan
Posts: 60
Thanks: 90
Thanked 7 Times in 5 Posts
nasir ahmad is on a distinguished road
best project my friend. good.
Reply With Quote
  #8  
Old 12-02-2018, 07:06
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 167 Times in 79 Posts
oltjon is on a distinguished road
it's possible to make a no.ini version ?
Reply With Quote
  #9  
Old 23-02-2018, 08:23
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 692 Times in 189 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by oltjon View Post
it's possible to make a no.ini version ?
no ini?
__________________
if you understand read more
Reply With Quote
  #10  
Old 23-02-2018, 09:25
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,028 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
thinking records.ini as it was asked for in a different topic.. somewhere cant find it now.
Reply With Quote
  #11  
Old 23-02-2018, 10:03
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 167 Times in 79 Posts
oltjon is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
no ini?
like this
http://fileforums.com/showthread.php?t=97700
__________________
....................always rains in the wet.....................
Reply With Quote
  #12  
Old 23-02-2018, 15:53
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 692 Times in 189 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by oltjon View Post

no UltraArc wanted to say lol!

let's see if I have time, but it's very easy to change the target
Attached Files
File Type: 7z Bambł_ISDone.7z (2.41 MB, 58 views)
__________________
if you understand read more

Last edited by rinaldo; 24-02-2018 at 14:48.
Reply With Quote
The Following 4 Users Say Thank You to rinaldo For This Useful Post:
ffmla (26-02-2018), oltjon (24-02-2018), Simorq (15-03-2019), yasserdivar (04-10-2021)
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
Batman Arkham Origins SP-MP Repack CIUv 1.0.0.5 2 DVD9 Or 4 DVD 4.7 maddogdesigns PC Games - CD/DVD Conversions 14 01-05-2015 07:50
HELP: How to repack Counter-Strike Global Offensive? Djc3100 Conversion Tutorials 5 14-08-2014 06:31
Batman Arkham Origins Repack CIU By Maddogdesigns jonhutty PC Games 2 12-06-2014 02:25
REQ: Chaser v1.46 NoCD Patch REPACK Andre2779 PC Games 5 09-07-2003 14:57
Patching a Repack Slider One DC Games 11 05-03-2003 12:10



All times are GMT -7. The time now is 19:58.


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