FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Final CorePack Installer UI (https://fileforums.com/showthread.php?t=103282)

ravikant 17-05-2020 03:18

Any guide how to get started i can't figure where to start with ? Where should i keep my bin files

BLACKFIRE69 17-05-2020 11:29

Quote:

Originally Posted by ravikant (Post 485878)
Any guide how to get started i can't figure where to start with ? Where should i keep my bin files

I'm not going to explain all the steps.

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).

ravikant 18-05-2020 08:54

1 Attachment(s)
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

Kitsune1982 19-06-2020 16:37

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

BLACKFIRE69 20-06-2020 02:02

Quote:

Originally Posted by Kitsune1982 (Post 486443)
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.

will be done ;)

Quote:

can i use ultraarc/diskspan with this?
not yet. but i'll added diskspan in the next update.

BLACKFIRE69 23-06-2020 03:17

CorePack Installer UI CJ Edition
 
CorePack Installer UI - CJ Edition



  • The script has been re-coded with ISFMXFW.dll v1.2.

  • In this update,
    - more stable.
    - more user friendly
    - user can be added new colors for the installer.
    - has a ability to change the setup image on each page.
    - editable About page.
    - added support for more archives.


  • Added Diskspan support.
    - only compatible with DiskSpan-R3.
    - it only supports the main archives. (doesn't support Languages and Components archives.).
    - use the readme file for more information.


Credit:
ISFMXFW.dll - @Jiva Newstone.
DiskSpan R3 - @Razor12911


-------------------------------------------------------------------------------------

BLACKFIRE69 23-06-2020 05:46

XTime New
 
XTime new update.

- fixed some issues.

Kitsune1982 23-06-2020 18:08

2 Attachment(s)
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

BLACKFIRE69 24-06-2020 05:38

Quote:

Originally Posted by Kitsune1982 (Post 486510)
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..
-Kitsune

@Kitsune,

I don't want to add any compression tool. :D 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

Compressor.bat
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:

https://i.imgur.com/yZQEbLX.png

Compressor folder:

https://i.imgur.com/2vAj3lV.png


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>

Files>Unpack folder

https://i.imgur.com/z51BaUG.png

DiskSpanRec>records.ini

https://i.imgur.com/OlFxGta.png

ToolsList.iss

https://i.imgur.com/7Z2h7AU.png

ToolsList_Init.iss

https://i.imgur.com/NZgXd0s.png


see, what I finally got. :D

https://i.imgur.com/k0namjz.png
https://i.imgur.com/Z8AaGkT.png


* 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:

also an UA compatibility update would be great too..
I guess I won't add UltraArc. DiskSpan is enough.

alexachu 24-06-2020 07:03

Quote:

Originally Posted by Kitsune1982 (Post 486510)
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

https://www92.zippyshare.com/v/RybTfiUW/file.html

BLACKFIRE69 24-06-2020 09:41

Quote:

Originally Posted by alexachu (Post 486524)

You forgot to include PZlib.exe into the Unpack folder. and both arc.ini files should have the same External Name for PZlib. ;)

alexachu 24-06-2020 11:22

Quote:

Originally Posted by BLACKFIRE69 (Post 486525)
You forgot to include PZlib.exe into the Unpack folder. and both arc.ini files should have the same External Name for PZlib. ;)

Fixed:)
tq

mustafaabd 27-06-2020 06:55

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

https://i.imgur.com/eNZpaMU.jpg

https://i.imgur.com/WAoRxYb.jpg

:confused:

mcc26 27-06-2020 10:34

Hello, I'am new for Repacking.. I don't understand for the Compression. Can you teach me for the Compressing files?

BLACKFIRE69 28-06-2020 09:16

Quote:

Originally Posted by mcc26 (Post 486572)
Hello, I'am new for Repacking.. I don't understand for the Compression. Can you teach me for the Compressing files?

this is I found on u tube.

https://youtu.be/Fb-vrcm_ufU

https://youtu.be/sIC-UtztwVE

https://youtu.be/uNKsLWr1zWM

https://youtu.be/XvkER9Srzqo


All times are GMT -7. The time now is 20:49.

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