wanted to update the vfs file via python and other languages for convenience.
I tried blow with python.
for _ in range(900):
try:
print(zlib.decompress(a[_:].decode('utf8')+b'\0'))
except:
pass
but failed to parse the compressed vfs file. It seems that the data after the header part within the .vfs file is not compressed by zlib.
is it able to add wiki for how the struct of vfs file works?