View Single Post
  #11  
Old 21-05-2021, 07:05
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
UPDATE: it seems like MSC might be causing some trouble rather than XTool v0.3.9

Hi all,

I recently did a conversion of the original painkiller games using

Code:
msc (:mp3=1:wav=1:raw=1:bmf=9:tak=9:bmp=1:lzma,bt4,fb128,lc8) + XTool 2020 (xzlib) + srep + lolz
and tried to jerry-rig ASIS v7.2.0 (v7.2.2a was giving me grief despite the forum users who tried to help with my issues) to work with XTool 2020, by replacing the xtool .exe and .dll's of ASIS v7.2.0, in their existing directories, with the .exe & .dll's that were in the resources directory for xtool v0.3.9, and additionally editing the ASIS arc.ini unpackcmd string as follows:
Code:
[External compressor:xprecomp,xZLib,xzlib,xLZ4,xlz4,xLZO,xlzo,xZSTD,xzstd,kraken]
header    = 0
unpackcmd = XTool decode -t100p-1 - - <stdin> <stdout>
My issue is that the installer during decompression exits at ~1.5%, with no error code. It's a long shot but I was wondering if anyone might be able to help out, as I have some conversions currently running that are using XTool v0.3.9 features and formatting not available (as far as I know) with the previous version of XTool I was using.

Thank you for anyone taking the time to read this, any help would be greatly appreciated

Last edited by L33THAK0R; 21-05-2021 at 23:22.
Reply With Quote