anno-mods / FileDBReader

A command line tool for working with a proprietary bluebyte file compression used in Anno 2205 and 1800.
15 stars 4 forks source link

Parameter for output filename #13

Open jakobharder opened 2 years ago

jakobharder commented 2 years ago

The current version is writing the output into the working directory and changes the extension. This behavior is different to what 2.0 did before. On top of that, if input and output file are the same by that logic the output gets changed to _fcexport.xml. I'm not clear on all the cases, but it's confusing ;-)

I need a stable way to get the output filename. Ideally with my prefered target name.

taubenangriff commented 1 year ago

since the tool supports batch conversion out of the box, there is not much possibility in terms of setting the output filename, it has to be patterns. What could be added is an argument for the output folder path.