#46
|
||||
|
||||
Any guide how to get started i can't figure where to start with ? Where should i keep my bin files
|
Sponsored Links |
#47
|
||||
|
||||
Quote:
basically: change settings by editing Compiler.ini. you can be replaced images, music file info.txt. for unpacking: setup your unpacking tools (replace/add) and edit ToolList.iss , ToolList_Init.iss as well. there's a section in compiler.ini for bin files which you can change output, each percentages, password etc. Create a MD5 file for your new bin files and replace the existing file from it. Use compiler.exe to create a new Installer and keep your bin files (that created from FreeArc) with Setup.exe (same folder). |
#48
|
||||
|
||||
I am getting the error when i am commenting out the redist section
I don't need those because i am not making repacks for games |
#49
|
||||
|
||||
hey blackfire, is there a way to add several different wallpapers to each of the setup pages or are you limited to only just the main page and the 2nd image? i would like to make my installer with several different wallpapers. if its not implemented i humbly request it be added. also can i use ultraarc/diskspan with this?
thanks. -Kitsune |
#50
|
||||
|
||||
Quote:
Quote:
|
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
alexachu (20-06-2020), Kitsune1982 (20-06-2020) |
#51
|
||||
|
||||
CorePack Installer UI CJ Edition
CorePack Installer UI - CJ Edition
Credit: ISFMXFW.dll - @Jiva Newstone. DiskSpan R3 - @Razor12911 ------------------------------------------------------------------------------------- Last edited by BLACKFIRE69; 14-07-2024 at 03:26. |
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (25-06-2020), alexachu (24-06-2020), Harsh ojha (23-06-2020), Jiva newstone (23-06-2020), Kitsune1982 (23-06-2020), littlekura (23-06-2020), ramydarkness (20-03-2022) |
#52
|
||||
|
||||
XTime New
XTime new update.
- fixed some issues. Last edited by BLACKFIRE69; 15-10-2022 at 17:25. |
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#53
|
||||
|
||||
hey blackfire love your install.. one request: can you add xtool, ztool and pzlib to your installer/compressor next update? would love to be able to use those.. also an UA compatibility update would be great too..
-Kitsune Last edited by Kitsune1982; 23-06-2020 at 20:06. |
#54
|
||||
|
||||
Quote:
I don't want to add any compression tool. why? i gave you a compressor, it's just a example. you don't always want to use it. you're free to use your own compressor with it. so what do you want to do? just consider an example. if I want to repack a game using XTool:zlib + Srep + Lolz + Diskspan, Compression:- Arc.ini Code:
[External compressor:xprecomp] header = 0 packcmd = xtool.exe e:precomp:t100p,c32mb:zlib - - <stdin> <stdout> [External compressor:lolz] header = 0 packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:srep] header = 0 packcmd = srep.exe {options} -m3f -l512 -v2 -a1 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp Code:
arc.exe a -ep1 -r -ed -s; -w.\temp -mxprecomp+srep+lolz:mtt0:tt1:mt2:d128:mc8:ldmf0+diskspan:200mb Packed\Hello-1.bf "F:\test1\*" Compressor folder: Compressor folder: Decompression:- Arc.ini Code:
[External compressor:xprecomp] header = 0 unpackcmd = xtool.exe d:precomp:t90p:cm0 - - <stdin> <stdout> [External compressor:srep] header = 0 unpackcmd = srep {options} -d - - <stdin> <stdout> DiskSpanRec>records.ini ToolsList.iss ToolsList_Init.iss see, what I finally got. * Note: - you don't need to place the Records.ini file next to Setup.exe. - follow the steps for the DiskSpan I mentioned in ReadMe.txt. Quote:
|
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
parnexcodes (28-06-2020), ramydarkness (20-03-2022) |
#55
|
||||
|
||||
Quote:
Last edited by alexachu; 24-06-2020 at 12:23. Reason: new link added |
The Following User Says Thank You to alexachu For This Useful Post: | ||
BLACKFIRE69 (24-06-2020) |
#56
|
||||
|
||||
Quote:
|
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
alexachu (24-06-2020) |
#57
|
||||
|
||||
Quote:
tq |
#58
|
|||
|
|||
i have problem with xtool unpack
i use this method code to Compress Code:
-mxprecomp+srep:m3f:a16:d1g+lolz:dtb1:d128m:mtt1:mt8:tt8:mc1023:fba0 and this arc.ini fail Code:
[External compressor:lolz] header = 0 packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:srep] header = 0 packcmd = srep64 {-option } $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep64 -d -s -- <stdin> <stdout> [External compressor:xprecomp] header = 0 packcmd = xtool.exe e:precomp:t90p:zlib - - <stdin> <stdout> unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout> [External compressor:xzlib] header = 0 packcmd = xtool.exe e:precomp:t90p,c128mb:zlib - - <stdin> <stdout> unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout> [External compressor:xzstd] header = 0 packcmd = xtool.exe e:precomp:t90p:zstd - - <stdin> <stdout> unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout> [External compressor:xlz4] header = 0 packcmd = xtool.exe e:precomp:t90p:lz4 - - <stdin> <stdout> unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout> [External compressor:xlzo] header = 0 packcmd = xtool.exe e:precomp:t90p:lzo - - <stdin> <stdout> unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout> but this error when use any Script to unpack |
#59
|
|||
|
|||
Hello, I'am new for Repacking.. I don't understand for the Compression. Can you teach me for the Compressing files?
|
#60
|
||||
|
||||
Quote:
https://youtu.be/Fb-vrcm_ufU https://youtu.be/sIC-UtztwVE https://youtu.be/uNKsLWr1zWM https://youtu.be/XvkER9Srzqo |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[CIUv3] Custom Installer Ultimate v3 | KaktoR | Conversion Tutorials | 913 | 23-01-2025 23:55 |
Anno 1701 won't load, just get a blue screen! | Shadow22 | General Gaming | 5 | 28-08-2012 13:52 |
CPU jumps up to 100% now, not before | dav6 | Software | 11 | 24-05-2008 04:33 |
Elder Scrolls IV: Oblivion. WTF FOR ME. | SansMercy | General Gaming | 5 | 08-04-2007 00:05 |
weird error.... | sheykh | PC Games | 5 | 07-05-2006 21:23 |