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)

Snake288 08-04-2020 23:45

Hi KaktoR

I'm sorry to bother you.

Only Help I want from you

CorePack Installer UI Final Build DiskPan adding support can I get some help from you guys?

KaktoR 09-04-2020 00:52

Diskspan support has to be done from @BLACKFIRE69 because the script is protected.

To add new compressors look inside both iss scripts. There are some examples already.

MzR 17-04-2020 04:07

Help me i'm a newbie and complete noob
 
2 Attachment(s)
plz somebody tell me that Razor's Compressor v2.1 and ultraARC 2900 R7 compressions are supported with this Compiler or not and how to and from where do I add the .ini, .exe and .dll files needed for decompression in Unpack folders? i have a Data.bin file compressed with ultraArc and it has records.ini file now i want to create a setup.exe which extracts .bin file. I have also compressed the same file with Compressor v2.1. kindly see the attachments below.

Suryam 20-04-2020 09:25

Hello Black Fire I want to know if we can add arc files to extract with the Installer?

Suryam 20-04-2020 22:35

I am Getting A Problem every time i compile it says FMXHandel.dll is invalid now what to do?

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

Jiva newstone 28-06-2020 09:34

Quote:

Originally Posted by mustafaabd (Post 486566)
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:

Remove srep method in arc.ini in the installer, if your are using cls srep and also check cls.ini settings finally check once again u added all tools to Installer which unpack to tmp just go and check temp folder

BLACKFIRE69 03-07-2020 04:02

CorePack Installer UI CJ Edition
 
Fix 2

ALiAS2 04-09-2020 00:10

hey bro blackfire69
please update this script for knight compressor method
and add ISFMXFW.iss for this compiler-fix 02

or add complete script CorePack Installer UI from this here page with fix & update disk span and srep+lolz method & .......

thank you bro ♥

TahaEren 08-09-2020 06:13

how ı use?

Grumpy 08-09-2020 08:22

1 Attachment(s)
@ BLACKFIRE69

I have only just noticed another spelling error, I am not sure if you have already fixed it in one of the updates but after 595 downloads and no one mentioning it before I thought I should point it out ;)

Grumpy 08-09-2020 08:24

Quote:

Originally Posted by TahaEren (Post 487800)
how ı use?

See Posts 47 and 60 of this thread

BLACKFIRE69 08-09-2020 11:39

Quote:

Originally Posted by Grumpy (Post 487802)
@ BLACKFIRE69

I have only just noticed another spelling error, I am not sure if you have already fixed it in one of the updates but after 595 downloads and no one mentioning it before I thought I should point it out ;)

it'll be fixed. :D

thankz @Grumpy.

alexachu 08-09-2020 11:41

Bro waiting for next update

BLACKFIRE69 08-09-2020 12:00

Quote:

Originally Posted by alexachu (Post 487808)
Bro waiting for next update

we'll wait a bit, because the next update will be easier if @Jiva newstone updates his tool. ;)

BLACKFIRE69 12-09-2020 09:34

Quote:

Originally Posted by grumpy (Post 487802)
@ blackfire69

i have only just noticed another spelling error, i am not sure if you have already fixed it in one of the updates but after 595 downloads and no one mentioning it before i thought i should point it out ;)

ok then :D

Grumpy 12-09-2020 23:00

1 Attachment(s)
@ BLACKFIRE69

Ooops :D

... also

where I have underlined the text with 2 red lines should either read ...

'and wait for the process to be completed'

OR

'and wait while the process completes'

BLACKFIRE69 12-09-2020 23:27

Quote:

Originally Posted by Grumpy (Post 487905)
@ BLACKFIRE69

Ooops :D

... also

where I have underlined the text with 2 red lines should either read ...

'and wait for the process to be completed'

OR

'and wait while the process completes'


oh shit ... :D

Grumpy 13-09-2020 01:04

Quote:

Originally Posted by blackfire69 (Post 487906)
oh shit ... :d

:p

BLACKFIRE69 13-09-2020 02:59

1 Attachment(s)
Quote:

Originally Posted by Grumpy (Post 487905)
@ BLACKFIRE69

Ooops :D

... also

where I have underlined the text with 2 red lines should either read ...

'and wait for the process to be completed'

OR

'and wait while the process completes'


thanks @Grumpy, :)
here we go ....

BLACKFIRE69 13-09-2020 03:05

my typing skills are not so good. :( (now i use "Typing Master" to improve it.) :D

so it can make some mistakes. and you're free to let me know about it.

thank you! :)

ALiAS2 09-10-2020 01:40

Hey Bro @BlackFire69

Bro i cant use this script for any method compress and decompress or extract or install for my files ... why ??? what is problem ?

please say me : what method is can use for compress that this script not show error for method simple and maximum normal compress !!!

Especially with (knight compressor) method srep+lolz or any precomp .... why always show error for not supported method ???
please help me bro

Masquerade 09-10-2020 05:04

@ALiAS2

Unsupported compression method error occurs when the required decompressors are missing from your compiled setup.

To fix this, check the setup configs to ensure the compressors of your choice are included.

ravikant 12-10-2020 02:46

@ALiAS2
Check your ToolsList.iss and ToolsList_Init.iss , from there you can setup which files to take in the setup and which not

ALiAS2 13-10-2020 06:05

problem with add source
 
4 Attachment(s)
before : It does not allow me to add files manually and gives an error again when compiling ...

I did the same thing, but it tells a series of files to add them, and when I add them, I run into problems during installation for installation.

A message indicates that you have missing file cls-diskspan.dll while the file exists but it is not clear why it displays this message!

I extracted all the files of part UNPACK , I added all the main files of part UNPACK NEW myself, and I introduced the complete files in those parts ToolsList.iss and ToolsList_Init.iss , but after creating the Setup.exe file, it installing shows the message!
Error
missing file cls-diskspan.dll :confused:

BLACKFIRE69 13-10-2020 08:03

Quote:

Originally Posted by ALiAS2 (Post 488293)
before : It does not allow me to add files manually and gives an error again when compiling ...

I did the same thing, but it tells a series of files to add them, and when I add them, I run into problems during installation for installation.

A message indicates that you have missing file cls-diskspan.dll while the file exists but it is not clear why it displays this message!

I extracted all the files of part UNPACK , I added all the main files of part UNPACK NEW myself, and I introduced the complete files in those parts ToolsList.iss and ToolsList_Init.iss , but after creating the Setup.exe file, it installing shows the message!
Error
missing file cls-diskspan.dll :confused:


ALiAS2,

Remove the three lines from ToolsList.iss.
Code:

Source: Files\Unpack\DiskSpan\R2\CLS-DISKSPAN.dll; DestDir: {tmp}; Flags: dontcopy nocompression noencryption;

Source: Files\Unpack\DiskSpan\R2_\CLS-DISKSPAN.dll; DestDir: {tmp}; Flags: dontcopy nocompression noencryption;

Source: Files\Unpack\FreeArc\Arc.ini; DestDir: {tmp}; Flags: dontcopy nocompression noencryption;


the installer takes these two files (arc.ini, cls-diskspan.dll) by default from the "Files\Unpack" folder. so you don't need to add them to ToolsList.iss.

the ToolsList_Init.iss file seems to be fine. it doesn't need to do anything.


edit: be sure to keep a short path to the folder. (ex: D:\Repacks\CorePack Final CJ Edition\)


All times are GMT -7. The time now is 01:38.

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