FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [CIUv3] Custom Installer Ultimate v3 (https://fileforums.com/showthread.php?t=102510)

Ele 22-03-2021 03:52

Quote:

Originally Posted by Snake288 (Post 490981)
Hi, everybody

Call of Duty Advanced Warfare help with compression
as mentioned "i used xtool 0.9 precomp:t100p:lz4..."
single files no multiplayer pack...
DiskSpan_GUI [2021.03.12] XTool 0.9 I want to use the tool
XTool 0.12 I tried, but it's not working.
I just want help diskspan_gui [2021.03.12] XTool 0.9 compatible to be able to work

xtool 2020?

Snake288 22-03-2021 05:15

Hi Cesar82
 
Call of Duty Advanced Warfare DiskSpan_GUI, "OLD" XTool v0.12 xlz4 I tried, but nothing works help finding solutions
Video Narration (XTool v0.12 xlz4 Does not work or does not start at all)
DiskSpan_GUI, OLD XTool v0.12 xlz4.wmv - 79.0 MB

Snake288 22-03-2021 08:30

Quote:

Originally Posted by Cesar82 (Post 490986)
You can see an error in the video in the "DiskSpan_x##.ini" section (## = 86 or 64).
If you changed this file, restore the original.
Check if the section looks like this in the "DiskSpan_x##.ini" file
Code:

[External compressor:xlz4]
You did not display another error in your video.
Compression was still in progress (no errors).
After the completion of the SREP stage (which was running at the end of the video), the LOLZ stage was still missing.

In DiskSpan_GUI just choose one of the predefined options 9, 10, or 11 (11 for the method similar to the one you chose to use).
I tested to compress some files (not from the game) and DiskSpan_GUI is working correctly. Watch the VIDEO.
The difference in compression time of LOLZ compared to LZMA for some is not worth it.
Test with smaller game files by adding them to a folder and comparing the results.
I think the predefined DiskSpan_GUI method 10 would be more suitable.

I watched the video you sent
Watch The Video I Sent New
0.12 XTool.exe application does not perform its task
DiskSpan_GUI, OLD XTool v0.12 xlz4.wmv - 43.7 MB

KaktoR 22-03-2021 08:41

Share me a sample file (which use lz4) please of the game to test.

Snake288 22-03-2021 09:20

Quote:

Originally Posted by KaktoR (Post 490990)
Share me a sample file (which use lz4) please of the game to test.

Call of Duty Advanced Warfare
Game files and running old tools and new tools
Data.7z - 828.4 MB

Grumpy 24-03-2021 01:55

Quote:

Originally Posted by Cesar82 (Post 490996)
@Mods.
I don't know why but some days it's difficult to upload attachment files here on the forum.
I was unable to attach a file smaller than 1 MB. I tried it 20 times and it always gives an error on the upload page.
Today is bad even for reloading forum pages.

I am not sure why that is happening to you? I never seem to have any problems uploading, not that I upload much these days.
I have added your file to your post for you.
If you do have problems uploading you are welcome to send me a PM requesting me to add the file to your posts. (Just add the file as an external link in your post and I will take care of it.) ;)

Cesar82 26-03-2021 12:49

DiskSpan_GUI [2021.03.26]
 
1 Attachment(s)
Updated DiskSpan_GUI to v1.0.0.4 [2021.03.26]. :rolleyes:
For information of the changes in the current DiskSpan_GUI see the changelog file in the "COMPRESSOR" folder.

P.S: To use the new version of DiskSpan_GUI with CIU, first delete the old "COMPRESSOR" folder from the CIU source code folder and then add the "COMPRESSOR" folder contained in the attachment file (do not overwrite).

EDIT:
I'm adding new features to DiskSpan_GUI.
Download the "DiskSpan_GUI 2.0 (demo)" version and run in CONFIG mode and see what's new.
If anyone has any useful suggestions for improving DiskSpan_GUI project, please collaborate.

sajmon83 23-04-2021 08:05

Cesar 82, I have a question if you can add the option to set xtool 2020 -d# - scan depth to the next version. And I have one more question, is there an error in the syntax xtool_lz4? xt_lz4 gives me results and xtool_lz4 gives me nothing.
Code:

15:36:57 - Selected ARC method for Data1e.bin was: xt_lz4
Compressed 160 files, 8,719,655,516 => 23,176,604,903 bytes. Ratio 265.80%

15:36:57 - Selected ARC method for Data1j.bin was: xtool_lz4
Compressed 160 files, 8,719,655,516 => 8,719,657,878 bytes. Ratio 100.00%

And so I wonder what the problem is. I like all the changes to DiskSpan_GUI 2.0 and I am looking forward to the next version. Beer for you ^^

Cesar82 23-04-2021 15:29

Quote:

Originally Posted by sajmon83 (Post 491509)
Cesar 82, I have a question if you can add the option to set xtool 2020 -d# - scan depth to the next version.

I did not understand your suggestion.
I don't know if that will do what you need, so I could understand if I add an option, you can include it as a parameter (I think).

People who understand this functionality more, please comment if it would work.
Code:

[External compressor:xtool_zlib]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mzlib -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_lz4]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mlz4 -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_zstd]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mzstd -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_reflate]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mreflate -c64mb -t75p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_preflate]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mpreflate -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_grittibanzli]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mgrittibanzli -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_kraken4,xtool_kraken5,xtool_kraken6,xtool_kraken7,xtool_kraken8]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mkraken -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_grittibanzli]
header    = 0
packcmd  = "PRE\XTool_2020\Win64\XTool.exe" precomp -mgrittibanzli -c64mb -t100p {options} --dbase - - <stdin> <stdout>

Then it would be used as that on the command line (manually).
xtool_zlib:d1+srep_new+LZMA-MT


Quote:

Originally Posted by sajmon83 (Post 491509)
And I have one more question, is there an error in the syntax xtool_lz4? xt_lz4 gives me results and xtool_lz4 gives me nothing.
Code:

15:36:57 - Selected ARC method for Data1e.bin was: xt_lz4
Compressed 160 files, 8,719,655,516 => 23,176,604,903 bytes. Ratio 265.80%

15:36:57 - Selected ARC method for Data1j.bin was: xtool_lz4
Compressed 160 files, 8,719,655,516 => 8,719,657,878 bytes. Ratio 100.00%

And so I wonder what the problem is. I like all the changes to DiskSpan_GUI 2.0 and I am looking forward to the next version. Beer for you ^^

About XTool 2020 not having inflated the file, try using the same lz4 library by copying from the XTool folder (old) to the XTool 2020 folder.
For each game you may or may not use a different version of the libraries, so it is necessary to test with different versions of the libraries.

Changing the subject...
If someone has download authorization and can share the file ISFreeArcExtract 4.3 here on the forum, it would be very useful for me (@mods, if I can't request it here, remove those lines).

sajmon83 23-04-2021 15:38

That's what I meant to set the scan depth. Thanks will try to edit the settings

pratikpatel8982 25-04-2021 05:44

Hi, can someone please help me in creating setup.exe of a conversion I have made, I compressed a game but I don't know how to make setup.exe file. Please give detail explaination. Thank you.

Gehrman 29-04-2021 15:08

Hi Cesar82

How to create a setup.exe without Setup.dll?
Like CIU 3.0.0.0.

Gehrman 29-04-2021 15:20

Report a bug in CIU 3.0.0.1.B8
 
1 Attachment(s)
See the video

Gehrman 29-04-2021 16:21

1 Attachment(s)
Quote:

Originally Posted by Cesar82 (Post 491674)
It's not possible.
The Setup.dll file contains all of the decompressors needed for extraction.
If you used the compressors internally (before) it would still be necessary to have a config file externally (Records.ini).
With Setup.dll you can include Records.ini within Setup.dll, thus making only one file necessary with Setup.exe.



I think this is not a bug.
You changed the file name, hence the error.
The names of the parts used in CIU today are <name>.001, <name>.002, <name>.003, etc.

See the video again.
The first error does not matter.

alucard1973 04-05-2021 11:31

Good evening,
I would like to know where I went wrong in the registry argument so that it installs this key for me if I choose Task 2 or 3
Thank you

Root: "HKCU"; Subkey: "Software\Valve\Steam\Apps\6800"; ValueType: dword; ValueName: "Installed"; ValueData: "1"; Tasks: 2,3


All times are GMT -7. The time now is 06:00.

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