VTPK file format library
When working on a mapping project, I wanted to use some data that I could only find in a .vtpk format. I was using Python for my project, and I didn’t see a Python library that would allow me to access the data in this file, so I ended up writing a library myself. This post will be about this file format and a link to the library on github....