|
#466
|
||||
|
||||
|
Quote:
Code:
\\?\C:\folder\etc\etc\install folder\ |
| Sponsored Links |
|
#467
|
|||
|
|||
|
Quote:
For now, I have renamed the affected files to reduce their characters by a lot and written a bat file that is executed when unpacking is done, that renames them back to their original names. This avoids the error and allows some semblance of a real installation path. |
|
#468
|
|||
|
|||
|
i'm facing another issue
when i try the unreal-engine plugin by razor on xtool, it "sometimes" gives me different results than DSG the following sample file is one of stellar blade .utoc files, it's an UnrealEngine 4 game, through xtool app "0.8.9 & 0.7.9HF" it's compressed properly using both UE4 or UE5 plugin with kraken precompressor xtool method Code:
ue4:k0x014AEC0148FBDEE9640633AAB67521AAB4E1083A98F76FF33DDCF78DAD05BE66+kraken ![]() however on DSG, i always get 2% compression, so i suppose that the file isn't read properly through precompression ![]() i've tried several methods .. tried both crypted ue4 & ue5 and used AES keys dumped by me. tried to change oodle library manually "not sure if i did it correctly but i tried to cope with ur previous reply to me" DGS Methods trials Code:
xtool:c32mb:mue4:mkraken:core_2.9.9:dd5:l10,d128mb xtool:c32mb:mue4:mkraken,l9:9+xtool:dd5:l10 xtool:c32mb:d1:mue4,k0x<key>:mkraken,l9:9+xtool:dd5:l10 Code:
0x06890528488905294889052A4889053B48890554890556C70F7F052E4883C428 0xC51B693F6132AD3E5F298B3E0000803F0000803F9432B63D99A6933D0000803F 0x6F168073B9B21449D742241700068ADABC306FA9AA3831164DEE8DE34E0EFBB0 https://pixeldrain.com/u/XsZL27Br |
|
#469
|
||||
|
||||
|
utoc is ue5
Whenever you have to use a key, you have to use d1 option aswell. dsg command line Code:
xtool:d1:mue5,k0x06890528488905294889052A4889053B48890554890556C70F7F052E4883C428:mkraken:core_2.9.9:dd5:l10,d128mb Code:
17:13:50 - Overall input size: 605,35 MB 17:13:50 - Overall output size: 520,66 MB (Ratio 86.01%)
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
danger9 (07-07-2025) | ||
|
#470
|
|||
|
|||
|
error
Hello! Can you tell me what could be the cause . This error is and on 2.0.2.2 and v2.0.2.3 (much more often began to appear ). Windows 11 23H2 32 GB Ram
https://fileforums.com/attachment.ph...1&d=1752266161 |
|
#472
|
|||
|
|||
|
Freezing
Good day. What could be the reason for the ‘freezing’ of the program? It hangs for hours and ultimately does nothing. This happened in both versions 22 and 23.
Compression configuration: xtool:c16mb:mzlib:dd3+lzma2:d64m:fb128:lc4:mc10000 00:lp0 OS: Windows 11 23H2
|
|
#473
|
|||
|
|||
|
i repacked a game and burn on 3 dvd, but i have an error unarc.dll -1 when decompresson start from second dvd. Decompression successfull if i install a game from HDD. I use DiskSpan GUI v2.0.2.3.
|
|
#474
|
|||
|
|||
|
Hi Cesar82
Can you make my script modified just like Vesta[24.05] (modifyed).7z OpenSetup[05.06] (modifyed).7z Please I PM you, thanks |
|
#475
|
|||
|
|||
|
Good day. Please tell me if there will be any updates (for example, 2.0.2.4)? Will the game database be updated (presets in _Developer MODE)? And how is it possible to ‘attach’ (so that the GUI has the WemTool setting) by analogy with the selection of MEDIA COMPRESSOR and FINAL COMPRESSOR in _Developer MODE?
|
|
#476
|
||||
|
||||
|
There are several DSG updates, but internal for now. But I guess the update will come soon.
As for WemTool as a indipendent method for freearc: I don't think this will work because you have to call it from cmd. Edit: Here is the latest database update. Use it with the DSG files from mausschieber conversions. He has a newer build I send him some months ago for testing, although it's already outdated the database files should work nevertheless I guess. Edit 2: There were not much database updates lately simply because of the fact that 90% of todays game releases are unreal engine 5 and there is not much benefits in repacking them, not to say there is no point in repacking them at all if you save just max 10% of the initial size and wait hours and hours for installing them.
__________________
Haters gonna hate
Last edited by KaktoR; 09-01-2026 at 04:53. |
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#477
|
|||
|
|||
|
Quote:
|
|
#478
|
||||
|
||||
|
First you have to call WemTool.exe with -e option from cmd or batch file to encode WEM files.
Code:
WemTool.exe -e Example: ISDone_Example.iss Code:
if CurStep = ssPostInstall then
begin
ExtractTemporaryFile('WemTool.exe');
FileCopy(ExpandConstant('{tmp}\WemTool.exe'), ExpandConstant('{app}\WemTool.exe'), False);
ShellExec('open', ExpandConstant('{app}\WemTool.exe'), '-d', ExpandConstant('{app}'), SW_HIDE, ewWaitUntilTerminated, ResultCode);
Code:
[Files] Source: "Include\WemTool.exe"; Flags: dontcopy Example with batch execution: ISDone_Example.iss Code:
if (CurStep = ssPostInstall) then
begin
ExtractTemporaryFile('batch.bat');
FileCopy(ExpandConstant('{tmp}\batch.bat'), ExpandConstant('{app}\batch,bat'), False);
ShellExec('open', ExpandConstant('{app}\batch.bat'), '', '', SW_SHOWMINIMIZED, ewWaitUntilTerminated, ResultCode);
Code:
[Files] Source: "Include\batch.bat"; Flags: dontcopy Code:
WemTool.exe -d
__________________
Haters gonna hate
Last edited by KaktoR; 11-01-2026 at 05:47. |
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
LILU (11-01-2026) | ||
|
#479
|
||||
|
||||
|
It works fine here. I tested 3 different DSG versions, including 2.0.2.3 from this thread.
__________________
Haters gonna hate
|
|
#480
|
|||
|
|||
|
What's the algorithm for Dead Space 2023?
|
![]() |
| Tags |
| cls-diskspan, compressor, diskspan, diskspan_gui |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use diskspan bat | mausschieber | Conversion Tutorials | 13 | 14-01-2026 19:20 |
| DiskSpan on Linux | hydefromt70s | Conversion Tutorials | 1 | 15-10-2020 07:12 |
| 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 |