Jump to content
hoizen

CfgConvert.exe Command Line Interface Problems

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×