anthony.liot Posted March 22, 2012 Posted March 22, 2012 Hi, I use xmltree on config file .cfg for have an binary version but after shutdown, the .cfg it's resave, will be great if the binary option can be customizable Thanks
anthony.liot Posted April 11, 2012 Author Posted April 11, 2012 Just for relaunching post about give the possibility when you save cfg file to specify binary or not
frustum Posted April 22, 2012 Posted April 22, 2012 You can patch the engine source code if you want this functionality immediately: In source/engine/common/Config.cpp file change the 137 line: return xml.save(name); to this one: return xml.save(name,1);
Recommended Posts