Command Line <Game> syntax is broken
Version: 1.6 The <Game> argument for the command line isn't parsed properly, the config takes priority over it.
what's the full command you're using?
.\SenScriptDecompiler.exe CS3 .\dat_en\*.dat .\output
From a fresh download of 1.6
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?
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