Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #196  
Old 06-01-2023, 13:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,360
Thanks: 1,076
Thanked 6,957 Times in 2,631 Posts
KaktoR is on a distinguished road
lol I didn't saw this. Thanks
__________________
Haters gonna hate
Reply With Quote
Sponsored Links
  #197  
Old 14-01-2023, 04:08
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,360
Thanks: 1,076
Thanked 6,957 Times in 2,631 Posts
KaktoR is on a distinguished road
@César

In xtool ue4 plugin, you have to add 0x before the key, otherwise decryption does not work.

Example
Code:
xtool:c128mb:mreflate:d1:mue4,k0x6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D

Compressed 1 file, 552,580,759 => 995,427,776 bytes. Ratio 180.14%
Compression time: cpu 0.23 sec/real 14.92 sec = 2%. Speed 37.04 mB/s
All OK
Code:
xtool:c128mb:mreflate:d1:mue4,k6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D

Compressed 1 file, 552,580,759 => 552,581,284 bytes. Ratio 100.00%
Compression time: cpu 0.20 sec/real 4.74 sec = 4%. Speed 116.58 mB/s
All OK
0x will not be added if you choose the key from the drop down list.
__________________
Haters gonna hate

Last edited by KaktoR; 14-01-2023 at 04:12.
Reply With Quote
  #198  
Old 14-01-2023, 04:20
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@César

In xtool ue4 plugin, you have to add 0x before the key, otherwise decryption does not work.

Example
Code:
xtool:c128mb:mreflate:d1:mue4,k0x6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D

Compressed 1 file, 552,580,759 => 995,427,776 bytes. Ratio 180.14%
Compression time: cpu 0.23 sec/real 14.92 sec = 2%. Speed 37.04 mB/s
All OK
Code:
xtool:c128mb:mreflate:d1:mue4,k6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D

Compressed 1 file, 552,580,759 => 552,581,284 bytes. Ratio 100.00%
Compression time: cpu 0.20 sec/real 4.74 sec = 4%. Speed 116.58 mB/s
All OK
0x will not be added if you choose the key from the drop down list.
As far as I know xtool doesn't need to use 0x after :k... 0x is only needed for ue4dt:k0x...
Reply With Quote
  #199  
Old 14-01-2023, 04:23
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,360
Thanks: 1,076
Thanked 6,957 Times in 2,631 Posts
KaktoR is on a distinguished road
I just can say it is required

Here with batch file

Code:
E:\_Compress\#FA_example>arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:ue4,k0x6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D+xtool:reflate data.arc "pack\*"
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressed 1 file, 552,580,759 => 995,325,928 bytes. Ratio 180.12%
Compression time: cpu 0.44 sec/real 19.92 sec = 2%. Speed 27.74 mB/s
All OK

E:\_Compress\#FA_example>arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:ue4,k6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D+xtool:reflate data.arc "pack\*"
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressed 1 file, 552,580,759 => 552,581,691 bytes. Ratio 100.00%
Compression time: cpu 0.48 sec/real 5.96 sec = 8%. Speed 92.64 mB/s
All OK
__________________
Haters gonna hate
Reply With Quote
  #200  
Old 14-01-2023, 05:21
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
I just can say it is required

Here with batch file

Code:
E:\_Compress\#FA_example>arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:ue4,k0x6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D+xtool:reflate data.arc "pack\*"
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressed 1 file, 552,580,759 => 995,325,928 bytes. Ratio 180.12%
Compression time: cpu 0.44 sec/real 19.92 sec = 2%. Speed 27.74 mB/s
All OK

E:\_Compress\#FA_example>arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:ue4,k6005F03B0D2DABCD75892C80958FFB00CBA5437AD37EB4BFCD5960FFE0C4E12D+xtool:reflate data.arc "pack\*"
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressed 1 file, 552,580,759 => 552,581,691 bytes. Ratio 100.00%
Compression time: cpu 0.48 sec/real 5.96 sec = 8%. Speed 92.64 mB/s
All OK

Yes I understand. I've seen the results.
It took me a lot of work to code different modes for xtool:mue4 (without 0x) and for ue4dt (with 0x) using the same code.
It would be so much easier if this were already a standard.

This 0x requirement must have been mandatory after the last versions of the unreal plugin.

See that Razor12911 didn't change the description and examples HERE.

I'll change to the next DSG
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
KaktoR (14-01-2023)
  #201  
Old 14-01-2023, 05:33
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,360
Thanks: 1,076
Thanked 6,957 Times in 2,631 Posts
KaktoR is on a distinguished road
Great, tell me if you want to share the new version. I have something to share.
__________________
Haters gonna hate
Reply With Quote
  #202  
Old 14-01-2023, 06:53
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Great, tell me if you want to share the new version. I have something to share.
There are currently no changes or corrections made.
It would be better to have more things fixed or updated for a new version.
If you have compressors update or some other update send me.
Thanks!
Reply With Quote
  #203  
Old 14-01-2023, 09:21
exorc exorc is offline
Registered User
 
Join Date: Jan 2010
Location: Canada
Posts: 72
Thanks: 71
Thanked 6 Times in 6 Posts
exorc is on a distinguished road
How to use this?



Reply With Quote
  #204  
Old 14-01-2023, 09:49
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by exorc View Post
How to use this?
Read the 2nd post in the thread!
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Cesar82 (14-01-2023)
  #205  
Old 14-01-2023, 15:39
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,360
Thanks: 1,076
Thanked 6,957 Times in 2,631 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by exorc View Post
How to use this?



Seems like DSG is not downloading the xtool anvil plugin (again lol).

I have the same problem here. You have to download it manually in developer mode (run the bat file or hold CTRL key and open DSG exe until it opens -> go to compression settings, then you should see a "Download" tab).
__________________
Haters gonna hate
Reply With Quote
  #206  
Old 14-01-2023, 17:33
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Seems like DSG is not downloading the xtool anvil plugin (again lol).

I have the same problem here. You have to download it manually in developer mode (run the bat file or hold CTRL key and open DSG exe until it opens -> go to compression settings, then you should see a "Download" tab).
Find and replace "mavil" to "manvil" in [DOWNLOADS] section of the "DSG_Methods.ini" file.

This will be fixed in the next version.
Reply With Quote
The Following 4 Users Say Thank You to Cesar82 For This Useful Post:
KaktoR (15-01-2023), KaladinDMP (14-02-2023), mausschieber (15-01-2023), pcblizzard (16-01-2023)
  #207  
Old 14-02-2023, 15:08
KaladinDMP KaladinDMP is offline
Registered User
 
Join Date: Jul 2021
Location: USA
Posts: 3
Thanks: 3
Thanked 0 Times in 0 Posts
KaladinDMP is on a distinguished road
Hello hopefully someone can help me. I have been using diskspan gui for a while and finally decided to update it to the newest version. Seems to be working great and much quicker and had no issues until i went to run the installer and it says Unknown Compression Method. Im wondering if this is something obvious or because my script is too old or what? Maybe some includes are needing to be changed.

Screenshot of the error

I also have logs if those will help
Conversion ARC.log
Conversion LOG.log

Please advise. Im sure its something simple
Reply With Quote
  #208  
Old 14-02-2023, 20:22
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaladinDMP View Post
Hello hopefully someone can help me. I have been using diskspan gui for a while and finally decided to update it to the newest version. Seems to be working great and much quicker and had no issues until i went to run the installer and it says Unknown Compression Method. Im wondering if this is something obvious or because my script is too old or what? Maybe some includes are needing to be changed.

Screenshot of the error

I also have logs if those will help
Conversion ARC.log
Conversion LOG.log

Please advise. Im sure its something simple
Perhaps your script is not supported.
Make sure the decompressor files for xtool, srep and lolz are inside Setup.dll (Use FreeArc to open Setup.dll).
If you want me to check it, send me the script you used.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
KaladinDMP (15-02-2023)
  #209  
Old 15-02-2023, 13:29
KaladinDMP KaladinDMP is offline
Registered User
 
Join Date: Jul 2021
Location: USA
Posts: 3
Thanks: 3
Thanked 0 Times in 0 Posts
KaladinDMP is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Perhaps your script is not supported.
Make sure the decompressor files for xtool, srep and lolz are inside Setup.dll (Use FreeArc to open Setup.dll).
If you want me to check it, send me the script you used.
Thanks for the answer, we came to the same conclusion basically. we are trying to update our installer and using a new script using one of the ones that says DSG supports in the first post. If that doesnt fix it ill send you both scripts but hoping to resolve it without further bothering anyone else. Thanks again
Reply With Quote
  #210  
Old 15-02-2023, 13:50
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 78
Thanks: 1,267
Thanked 87 Times in 47 Posts
Gehrman is on a distinguished road
brunsli jpeg recompressor

Code:
[External compressor:brunsli]
header     = 0
packcmd    = brunsli64.exe c - - <stdin> <stdout>
unpackcmd  = brunsli64.exe d - - <stdin> <stdout>
solid=0
https://encode.su/threads/3128-bruns...ll=1#post60450
Attached Files
File Type: 7z Brunsli_stdin-stdout.7z (894.6 KB, 8 views)
Reply With Quote
The Following User Says Thank You to Gehrman For This Useful Post:
Cesar82 (15-02-2023)
Reply

Tags
cls-diskspan, compressor, diskspan, diskspan_gui

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DiskSpan on Linux hydefromt70s Conversion Tutorials 1 15-10-2020 07:12
How to use diskspan bat mausschieber Conversion Tutorials 4 05-09-2020 12:25
DiskSpan FreeArc returns an error Titeuf Conversion Tutorials 2 18-07-2020 01:46
CIU 3.0.0.0.u3 (2019-03-28) - Diskspan Issues mesut28 Conversion Tutorials 17 30-03-2019 02:28
R.G. Gamers DiskSpan Simorq Conversion Tutorials 1 28-10-2017 08:22



All times are GMT -7. The time now is 10:28.


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