repkg extract scene.pkg --onlyexts=tex,png,dds
TalesRunner uses a proprietary file packaging system to compress and organize its game assets. These assets—ranging from character models and textures to background music and game scripts—are stored inside massive files with the .pkg extension. For modders, data miners, and gaming enthusiasts, learning how to unpack these files is the first step toward customizing the game or exploring its hidden archives.
TalesRunner PKG unpacking is a challenging but rewarding endeavor for those seeking to understand, modify, or create content for this beloved MMO racing game. The community has developed several tools—most notably tr_pkgtool —that make the process accessible to determined users. However, significant hurdles remain: encryption changes, format obscurity, and the lack of public repacking tools limit what's currently possible.
This article is for educational purposes only. The author does not condone cheating or piracy. Always respect the game’s terms of service and copyright laws. talesrunner pkg unpack
talesrunner pkg unpack
Extracting the files allows you to view them, but getting modified files back into the game requires either repacking them or utilizing a file-override mod load order.
Open your command prompt or terminal window. Navigate to your extraction folder and run the utility by pointing it at your targeted archive file: python tr_pkgtool.py sound.pkg Use code with caution. repkg extract scene
Open a Command Prompt or PowerShell window and navigate to the RePKG directory:
allows you to access the game's core files, enabling custom UI modding, asset preservation, and the creation of private servers. TalesRunner, the iconic multiplayer casual racing game developed by Rhaon Entertainment, stores its maps, 3D models, textures, BGM audio, and interface assets inside encrypted container files featuring the .pkg extension.
The most widely utilized modern community solution is sup817ch's tr_pkgtool available on GitHub. This Python-based utility automatically decodes the specific table of contents layout used by TalesRunner archives. 2. Historical QuickBMS Scripts TalesRunner PKG unpacking is a challenging but rewarding
In TalesRunner, the game directory contains several large .pkg files (such as Data01.pkg , Sound.pkg , etc.). These function like encrypted .zip or .rar archives. Developers use PKG files for three primary reasons:
Elias realized then that the .pkg files weren't just archives. They were memories. And he had just opened the door for someone who had been forgotten for a decade.
This displays metadata about the file, including its internal entry list, which can help confirm whether the protection has been triggered.
QuickBMS is the most reliable method for modern TalesRunner clients. Below is a verified workflow.
While this method is largely obsolete for casual use, it remains valuable for understanding low-level PKG structure and for bypassing certain protection mechanisms that automated tools cannot handle.