SenScriptsDecompiler icon indicating copy to clipboard operation
SenScriptsDecompiler copied to clipboard

Command Line <Game> syntax is broken

Open nnguyen259 opened this issue 4 years ago • 4 comments

Version: 1.6 The <Game> argument for the command line isn't parsed properly, the config takes priority over it.

nnguyen259 avatar Nov 15 '21 19:11 nnguyen259

what's the full command you're using?

ghost avatar Nov 15 '21 23:11 ghost

.\SenScriptDecompiler.exe CS3 .\dat_en\*.dat .\output

From a fresh download of 1.6

nnguyen259 avatar Nov 18 '21 01:11 nnguyen259

that's weird that the <game> arg in particular doesn't work as per https://github.com/TwnKey/SenScriptsDecompiler/blob/main/sources/main.cpp#L78

However, i didn't even know that wildcards worked at all in the previous code which looked like this: https://github.com/TwnKey/SenScriptsDecompiler/blob/20059089d97941e9c7b48a19be8c695b1eebcf33/sources/main.cpp for the 1.5.2 release.

What's the last version you were using?

And can you try with a single filename rather than a wildcard?

ghost avatar Nov 18 '21 06:11 ghost

The last version I used was before the Haji support release. And yeah wildcard has been a thing since then. Same issue with single file

nnguyen259 avatar Nov 23 '21 02:11 nnguyen259