Jagex Store 5
File FormatEmulation
A library for executing CRUD operations on JS5 game files
Jagex-Store-5 is a Kotlin library for reading, writing, and transferring Jagex Store 5 (JS5) cache files. JS5 is the storage format used by the RuneTek game engine to manage assets like client scripts, 3D models, animations, and sounds.
The library provides multiple levels of access: raw disk operations, network-based cache downloading from JS5 servers, and a high-level API that handles compression, encryption, and version tracking automatically. Published to Maven Central.