Bartvh
Renown Programmer
- May 9, 2017
- 370
- 43
- 0
Hi,
I have build a cache library for reading/wrting to JS5 caches. It can be found here https://github.com/guthix/Jagex-Store-5. I have only tested OSRS caches but it should work for all Jagex games that use JS5 to store their game assets.
The library is written in Kotlin. I will be actively maintaining the repository so if you have any issues you can post them on Github.
I have also written a little bit of documentation on the JS5 storage protocol which can be read here: https://jagex-store-5.docs.guthix.io/.
Maybe this is useful to somebody. Note that 317 caches don't use the JS5 cache structure so this library won't work for 317 caches.
I have build a cache library for reading/wrting to JS5 caches. It can be found here https://github.com/guthix/Jagex-Store-5. I have only tested OSRS caches but it should work for all Jagex games that use JS5 to store their game assets.
The library is written in Kotlin. I will be actively maintaining the repository so if you have any issues you can post them on Github.
I have also written a little bit of documentation on the JS5 storage protocol which can be read here: https://jagex-store-5.docs.guthix.io/.
Maybe this is useful to somebody. Note that 317 caches don't use the JS5 cache structure so this library won't work for 317 caches.