XTool (2020)

XTool (2020) 0.9.3

Нет прав для скачивания
Доброе времени суток вам и крепкова здоровья Подскажыте чем можна рожать эту игру Deadzone Rogue
 
Mickey1s обновил(а) ресурс XTool (2020) новой записью:

0.9.2

- memory optimisations when encoding
- low memory now has 3 settings to indicate how much less memory to use as a tradeoff for less speed

Notes
The ideal use case of the addition of this option is to allow users to set high chunk sizes to capture the most streams but if you really do not have enough ram, you can still make use of it however I do not recommend using anything above lm2, and lm2 itself should only be used for extreme cases like stray gods game or any other game that has...

Узнать больше об этом обновлении...
 

Микки1с

Доброва времини суток. Как понять это обновлены функции ввода-вывода (поиск, удаление и замена) если вам не трудно обясните по по дробнеи пожалуста
 
И как использовать CLS?
razor12911
CLS работает так же, как и обычный Xtool. Имейте в виду, что это 64-битная компиляция, так что убедитесь, что используете его с 64-битным freearc или fazip, иначе он не будет работать. Итак... -mxtool:c32mb:mzlib:t100p в качестве примера
 
I found the 64-bit version of unarc.dll years ago and it worked without issues but there was no reason for 64-bit because everything was 32-bit back then but seeing that Inno Setup 7 will release with 64-bit version I decided to provide "some support", even my most recent inno setup scripts have 64-bit dlls made to work with the new version. I do this just in case someone wanted to make additional tools for 64-bit, that way they have a head start and something to work with.

Most of the CLS-Filters Shegorat has made do come with their 64-bit counterpart and the CLS I have provided is just an addition to that list.

As for scripts, isdone and isarc are both 32-bit but this also exists: https://krinkels.org/threads/isfreearcextract.48/
just replace CallbackCtrl.dll / innocallback.dll with this
This is what can be done at the moment... at least until someone makes/provides 64-bit dlls.

Granted it will be difficult to use 64-bit inno setup from the get go because popular CLS like lolz are still 32-bit but who knows...
 
@Razor12911
Hi, can I ask for feature?
when I make custom codec configuration
Код:
[Stream1]
Name=
Codec=
BigEndian=
Signature=
Structure=
StreamOffset=
CompressedSize=
DecompressedSize=
there is simply no way for me to specify CompressedSize (header contains no information)
so, can you make xtool just to work to next matched signature and then automatically set size of stream?
and we just specify Signature, Structure, Conditions and set CompressedSize=0, DecompressedSize=0
thanks!
 
@Razor12911
Hi, can I ask for feature?
when I make custom codec configuration
Код:
[Stream1]
Name=
Codec=
BigEndian=
Signature=
Structure=
StreamOffset=
CompressedSize=
DecompressedSize=
there is simply no way for me to specify CompressedSize (header contains no information)
so, can you make xtool just to work to next matched signature and then automatically set size of stream?
and we just specify Signature, Structure, Conditions and set CompressedSize=0, DecompressedSize=0
thanks!
This is already a thing in xtool, check the example here

At this point, is it possible to create cls-xtool.dll with 32-bit support? You yourself said that the main ones, like lolz, currently support 32-bit. Of course, if that's possible. Thank you.

This is no longer possible because some code is ported from c through compiled objects (specifically libgdeflate, basically direct storage) and only 64-bit code was made available. Secondly I do not advise 32-bit at all because of how chaotic memory usage becomes even after optimisation especially with the 2GB memory limit x86 allows. The moment you have a system with 16 or 32 threads and given that people like to set -t100p when decoding, each thread will need to memory of its own to process streams, and that's memory that can easily go past 2GB causing out of memory errors.
 
Назад
Сверху