
Originally Posted by
Kris
Useless to a certain extent.
While people still can make use of this release, it's easier to pack both objects and maps parallel. Right now you've got the maps packed however all of the objects in the new maps are set to the same ids as they are in OSRS, which collides with the existing ones. It's easier to parse through the objects parallel, filter through those that already exist and are the same (no modifications required), and those which aren't the same as the existing object will need to be created as new objects, and of course the ids in the maps themselves will need to be modified to the new ids.
While it's still possible to go through the maps in here and parse the newly added ones parallel with another (true) osrs cache, and patch these, it's not worth it. Easier to do it yourself, as many have said it's not difficult to pack this kind of stuff for some of us (I want to say most of us but ever muscle in my body is resisting).