Jump to content

Config save binary


photo

Recommended Posts

Posted

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

  • 3 weeks later...
Posted

Just for relaunching post about give the possibility when you save cfg file to specify binary or not

  • 2 weeks later...
Posted

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);

×
×
  • Create New...