
20-07-2020, 01:15
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,610 Times in 574 Posts
|
|
Universal Accelerator - cls-mtx.dll v.2.0.0.2
New Update v.2.0.0.2
what's new,
- Fixed for current directory.
- Now temporary folder name corresponds to the DLL name. (cls-mpzx.dll --> cls-mpzx_tmp)
Thanks to @Razor12911 , @Masquerade.
Quote:
Originally Posted by Masquerade
I have it this way, let me show an example:
Code:
Folder
---------> Binaries
| - - - - - - - - ->Arc.exe
| - - - - - - - - ->Arc.ini
| - - - - - - - - ->cls-mtx.dll
| - - - - - - - - ->rz.exe
| - - - - - - - - ->Pack.bat
|
----------> Alt
- - - - - - - - - ->Pack2.bat
Now, Pack2.bat is set to run arc.exe inside the binaries folder:
Code:
@echo off
..\Binaries\Arc a -wTemp -mmtx:c64m:t16:rz (as well as the input output files)
But if we run this, we get uknown method error from mtx.
If we run pack.bat inside the binaries folder, it runs normally. Arc.ini is written correctly. Other cls based compressors like bpk work just fine.
|
Now it is fixed.
|