FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Bambł Repack (https://fileforums.com/showthread.php?t=97379)

rinaldo 02-12-2015 20:53

Bambł Repack
 
4 Attachment(s)
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

felice2011 02-12-2015 23:35

Ha Ha.. funny how title, that fancy nice broo..:D

Peccato che non ho tempo per cimentarmi nei progetti e nel design con innosetup, al contrario avrei gią postato i sexy installer.:D

gozarck 03-12-2015 04:27

Excellent!!!

Stor31 03-12-2015 04:56

I like this good works (y) (y)

weltall 04-01-2016 11:56

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! :)

ramazan19833 04-01-2016 17:15

Hello,Help
 
http://i.hizliresim.com/GooZEr.jpg

http://i.hizliresim.com/yLLGmk.jpg


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

nasir ahmad 28-02-2016 05:24

best project my friend. good.

oltjon 12-02-2018 07:06

it's possible to make a no.ini version ?

rinaldo 23-02-2018 08:23

Quote:

Originally Posted by oltjon (Post 466629)
it's possible to make a no.ini version ?

no ini?

pakrat2k2 23-02-2018 09:25

thinking records.ini as it was asked for in a different topic.. somewhere cant find it now.

oltjon 23-02-2018 10:03

Quote:

Originally Posted by rinaldo (Post 468317)
no ini?

like this
http://fileforums.com/showthread.php?t=97700

rinaldo 23-02-2018 15:53

1 Attachment(s)
Quote:

Originally Posted by oltjon (Post 468320)


no UltraArc wanted to say lol!

let's see if I have time, but it's very easy to change the target ;)


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

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