#1
|
||||
|
||||
FreeArc SFX Maker
::GOZARCK SALUTE YOU
This time i made FreeArcSFXMaker (bat file) to join setup.exe compiled and dat_01.bin(data compressed) to make a SFX file. For light games and programs. the script its Portable installer from thelastknight and razor12911. because have config file.(and have a beautifull design) And UA.SFX file extract everything. the best and very powerfull.(UltraArc razor12911.) FOLDER>[SFXMAKER] Data folder: -dat_01.bin -Data.dll -PI.sfx -UA.sfx -records.ini --dat_01.bin its your compressed data (dat_01.bin its my test file ) --Data.dll Its config file for Setup.Open Data.dll with notepad++ and modify the settings -remember set the arc files like this Code:
[FreearcFile1] Archive={src}\Setup.exe Output={app}\ Disk=1 -Only support Srep+lzma but you can made your own installer, (Setup.exe, and rename to PI.sfx and Put the file into Data folder) --UA.sfx is Portable installer compiled setup from ultraArc (is the best support everything)(Razor12911) --records.ini config file for Setup for UA.sfx.Open with notepad++ and modify the settings. -remember set the arc files like this in records.ini Source={src}\setup.exe >how to use >Put your data compressed file in Data folder with the name dat_01.bin >>modify Data.dll >>>Run FreeArcSFXMaker.bat Done. I always make this things for fun Enjoy PD:Razor12911 can you share your UA.sfx script, i want change the language to spanish. thanks.
__________________
-the science of the useless- |
The Following 19 Users Say Thank You to gozarck For This Useful Post: | ||
arkantos7 (12-04-2015), Bilawal (11-04-2015), EIDO7 (20-04-2015), Gehrman (28-04-2021), Harsh ojha (22-02-2021), JRD! (20-10-2016), mikey26 (13-04-2015), oltjon (11-04-2015), omdj (11-04-2015), pakrat2k2 (11-04-2015), panker1992 (06-01-2016), punchao (18-04-2015), RamiroCruzo (05-01-2016), Razor12911 (11-04-2015), romulus_ut3 (02-04-2017), ScOOt3r (01-05-2021), Simorq (11-04-2015), Stor31 (25-04-2015), yasserdivar (04-10-2021) |
Sponsored Links |
#5
|
||||
|
||||
-UPDATE
ADDING FA.sfx (Srep support ) Quote:
__________________
-the science of the useless- |
The Following 4 Users Say Thank You to gozarck For This Useful Post: | ||
#7
|
||||
|
||||
Sorry im on my cellphone
__________________
-the science of the useless- Last edited by gozarck; 14-11-2015 at 09:00. Reason: doble post sorry |
#8
|
||||
|
||||
7zip standalone unpacker.
First compress your game with 7zip and give a name mygame.7z In 7zip installation folder you have 7z.sfx rename the file with the same name of your file mygame.exe now put the 7z and exe files in a new foler together and run mygame.exe and the installation will start to unpack mygame.7z. Also works with multi volume. Mygame.7z.000 mygame.7z.001 and go on.... The thing is the files 7z and exe need to have the same name to work.
__________________
-the science of the useless- |
#9
|
||||
|
||||
Advanced Tiny Game Repacking
Gozarck i absolutely love your work, with that said i present you my Advanced version of the tools
Masks, Precomp, Srep and MSC support all are included i hope you enjoy using as much as i enjoyed it when i found how it works ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1)Choose you Program or Game make sure it is small to begin with : Tiny Tools cannot support large number of Files 2) Put it inside Tiny_SFX_Compressor.bat and choose whatever compression method you want : As I said all works Including Precomp, you can leave it as is its very Optimal 3) Run the bat and wait for magic 4) after you have the data.bin run make sfx.bat 5) the exe that is produced is ready to work without anything it will automatically Unpack whatever method i have provided so far 6) This tool is provided as is, it worked for me and i gladly share, further than that i cant guarantee that it work for you!!! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. Last edited by panker1992; 05-01-2016 at 22:04. |
#10
|
||||
|
||||
Very nice panker thank you my friend for share your work this is very useful.
------------------------------------------------------------------------- This is old SF2FL.bat (Split Folder 2 File List) is buggy but works for test. its like "freearc tactical split" by Razor12911 in batch. this idea still buggy and I never finished. If anyone want to test or fix. plase feel free to do it. --- only for test use 300mb folder size 1_ run sf2fl.bat and paste the root split folder by list 100mb per folder. 2_run copy bat generate folder_1,2,3 and 100mb size per folder(more ror less) check the bat file for more info.
__________________
-the science of the useless- Last edited by gozarck; 06-01-2016 at 12:44. |
The Following 2 Users Say Thank You to gozarck For This Useful Post: | ||
Gehrman (28-04-2021), panker1992 (06-01-2016) |
#11
|
||||
|
||||
Hi, How could I set my own extraction directory path in Data.dll or records.ini ?!
for example when I click on Setup.exe I want my extraction directory path be like this by default: C:\Program Files\PES 2017 |
The Following User Says Thank You to TsubasaHP For This Useful Post: | ||
gozarck (16-10-2016) |
#12
|
||||
|
||||
Hello TsubasaHP
Quote:
If you use UltraArc.sfx then set the output in records.ini (Config file for UA)
__________________
-the science of the useless- |
#13
|
||||
|
||||
Quote:
could you upload for me a proper file, please?! for example, I want extract data.bin to C:\Program Files\PES 2017. when I Click on Setup.exe, the extraction directory be like this by default: C:\Program Files\PES 2017 |
#14
|
|||
|
|||
MSC eith TAK compressed audio SFX extraction problems.
Quote:
Modified arc.ini: Code:
[External compressor:srep] header = 0 packcmd = srep -m5f -l64 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:msc] header = 0 packcmd = MSC c -v -f -t0 -wav=1 -raw=2 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:precomp] header = 0 packcmd = precomp -slow -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp Created *.bin file converted to *.exe its works. File decompressions its works via Win XP SP3 and Win7 SP1 x64 systems. Win10 Home x64 don't works. SFX programs, perfectly extracted these *.wav files and CRC-hashes its OK! Win XP: https://i.kek.sh/WTvTk7URNyr.jpg https://i.kek.sh/9w86H9yR8Oh.jpg https://i.kek.sh/zdvkhVkcdJU.jpg Win7 SP1 x64: https://i.kek.sh/k9f20KfoF2T.jpg and get error from Win10 Home x64: Please help to found fixing idea. Run as Admin mode, not works. Run as Win XP SP3 compatibility mode, don't work. Mixed methods, don't works. Run EXE file, without any files located in execution dirs, dont works. Copy any external exe/dll files and arc/cls.ini from any combination, dont works. Archive info: Code:
FreeArc 0.67 (March 15 2014) listing archive: sound.bin Archive type: FreeArc Total bytes: 2,244,836,087 Compressed bytes: 650,557,273 Ratio: 28.98% Directory blocks: 1 Directory, bytes: 156,248 Directory, compressed: 40,088 Solid blocks: 1 Avg. blocksize: 2141 mb Compression memory: 288 mb Decompression memory: 256 mb Dictionary: rep:256mb Archive locked: - Archive comment: - Recovery info: - SFX size: - Headers encrypted: - Encryption algorithms: - Pos Size Compressed Files Method ----------------------------------------------------------------------------- 31 2,244,836,087 650,557,273 5,001 msc+rep:256mb ----------------------------------------------------------------------------- 5,001 files, 2,244,836,087 bytes, 650,557,273 compressed All OK |
#15
|
||||
|
||||
@kj911
MSC Bad CRC Code:
[External compressor:msc] header = 0 packcmd = MSC c -v -f -t0 -wav=1 -raw=2 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp MSC OK CRC Code:
[External compressor:msc] header = 0 default = -raw=1 packcmd = "MSC" c -f -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp Code:
MSC_Full = msc:wav=1:raw=2:bmp=1:ddsraw=1:ddsdxt=1:mp3=1:bmf=9s:tak=9:dxt=2 MSC_WAV = msc:mp3=0:wav=1 |
Tags |
freearc, freearc sfx maker, sfx, ultraarc |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Doom 3 BFG Edition | Fabioddq | PC Games - CD/DVD Conversions | 6 | 03-03-2019 12:39 |
some kind of algorithm problem in freearc 0.67 | rafikhan | Conversion Tutorials | 0 | 05-07-2014 03:02 |
Trine Collection: Trine + Trine 2 (DVD5 - Inno + Freearc) | Fabioddq | PC Games - CD/DVD Conversions | 21 | 30-06-2013 14:38 |
Sniper Elite V2 (2xDVD5 - Inno + Freearc) | Fabioddq | PC Games - CD/DVD Conversions | 14 | 27-09-2012 18:06 |
how to use FreeArc with precomp+srep+tak | BerSerKFMA | Software | 0 | 16-12-2011 00:17 |