Jump to content

Config save binary


photo

Recommended Posts

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

Link to comment
  • 3 weeks later...
  • 2 weeks later...

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

Link to comment
×
×
  • Create New...