|
|
|
#1
|
||||
|
||||
|
If you use xtool, try lm option
Code:
xtool:lm:
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
LILU (13-07-2025) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
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
|
|
#3
|
|||
|
|||
|
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.
|
|
#4
|
|||
|
|||
|
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 |
|
#5
|
|||
|
|||
|
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?
|
|
#6
|
||||
|
||||
|
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: | ||
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
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) | ||
|
#9
|
||||
|
||||
|
It works fine here. I tested 3 different DSG versions, including 2.0.2.3 from this thread.
__________________
Haters gonna hate
|
|
#10
|
|||
|
|||
|
What's the algorithm for Dead Space 2023?
|
|
#12
|
|||
|
|||
|
xtool:mzstd Compressed game size: 216,90 MB (Ratio 102.52%) very few((
|
|
#13
|
||||
|
||||
|
You have to use correct zstd library
Use xtool:mzstd:zstd_145
__________________
Haters gonna hate
|
|
#14
|
|||
|
|||
|
Thanks, it works) Is there a method to understand what the name should be or just test it? |
|
#15
|
||||
|
||||
|
What do you mean by "name"?
__________________
Haters gonna hate
|
![]() |
| 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 |