Hi,
this might be a stupid question but does anyone know a good solution to combine multiple files into one big file, like an archive, but modifiable?
I have a server that reads and writes a lot of files (for the savegame) and I want to combine them into one big file with compression to save space. Before I write my own implementation I wanted to ask if anyone knows an existing solution. I found some libraries for archives but all of them required me to create a new archive whenever I wanted to modify something…