hoizen 18 Posted December 28, 2016 Sanity Check! Commandline interface for CfgConvert does not seem to be working for me for both binarizing and unbinarizing. The appropriate files are created but no conversion is done. The lines I have tried are: "w:\steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe" -bin -dst w:\test\config.bin w:\test\config.cpp "w:\steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe" -bin -dst w:\test\config.cpp w:\test\config.bin "w:\steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe" -txt -dst w:\test\config.bin w:\test\config.cpp "w:\steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe" -txt -dst w:\test\config.cpp w:\test\config.bin Tried swapping source and destinations because even the wiki page seems confused which one comes first. (Examples and line syntax are opposites). Given a config.bin, a config.cpp file is created but contains the same binarized data. Given a config.cpp, a config.bin file is created but with human-readable data. The GUI works fine. Just not the command line interface. Is CfgConvert terminal working for anyone else? Share this post Link to post Share on other sites
hoizen 18 Posted December 28, 2016 Didn't see the troubleshooting tools subforum. Could a moderator move this to ARMA 3 - BI TOOLS - TROUBLESHOOTING ? Share this post Link to post Share on other sites
Larrow 2822 Posted January 7, 2017 Works fine for me from terminal window. Last one is correct format for debinarising config.bin... "w:\steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe" -txt -dst w:\test\config.cpp w:\test\config.bin CfgConvert.exe -txt -dst DESTINATION SOURCE Share this post Link to post Share on other sites