I need to read an existing archive/package file and I’m curious as to how do you do it in Urho. I am looking at the
PackageFile
type from the
IO
directory but I see that it enforces a custom entry format which I understand and I could get around. But I see that pretty much all other functions that have to deal with retrieving the entries or various information about the package file are not virtual.
So how do I use
AddPackageFile
from
ResourceCache
with my own implementation without having to modify any engine code?
There’s absolutely no documentation about this. And while looking at the code could yield some results. I thought I should ask first.
Can anyone guide me into the right direction? Than you.