Talesrunner Pkg Unpack Jun 2026

No distractions. Concentrate on writing.

Beat is an elegant screenwriting app for macOS and iOS, created by a screenwriter for screenwriters. And best of all — Beat is fully open source!

macOS — free

iOS — 12,99€

talesrunner pkg unpack

Work in a flow

Beat features a distraction-free interface and powerful tools for structuring your story.

Future proof and portable

Beat uses Fountain files, which makes them portable and future proof. Your screenplays can be opened in a multitude of other apps.

Expandable

Beat can be expanded by plugins. Browse existing plugins in Plugin Library or create your own using JavaScript.

Open source and private

Beat is fully open source and your files are stored on your own device. No one else has access to them, and you can work without an Internet connection.

(beat)

Talesrunner Pkg Unpack Jun 2026

A command-line tool written in C# specifically for TalesRunner .

Run python tr_pkgtool.py pkg_path using Python 3. talesrunner pkg unpack

Start with TRPkgTool. If that fails, fall back to QuickBMS. And if all else fails—open that hex editor and look for the pattern. Somewhere in the noise, the file table is waiting. A command-line tool written in C# specifically for

Search for talesrunner.bms (or rhaon_pkg.bms ) from reputable reverse-engineering communities. A working script typically contains: If that fails, fall back to QuickBMS

| Offset | Type | Description | |--------|----------|------------------------------| | 0x00 | uint32 | magic (e.g., 0x504B4700) | | 0x04 | uint32 | version | | 0x08 | uint32 | file count | | 0x0C | uint32 | TOC offset (from file start) | | 0x10 | uint32 | TOC size / encrypted flag |

Different versions of the game (e.g., Korean vs. Hong Kong vs. Private Servers) may use slightly different archive structures.

talesrunner pkg unpack

Distraction free writing

No buttons or other useless crap on screen. No popup alerts. Toned-down appearance is easy on the eyes and you can concentrate on writing your story.

talesrunner pkg unpack

Plain text

Files are saved using the plain-text Fountain screenplay format. You can export your files to Final Draft and PDF, or even edit them on any text editor.

talesrunner pkg unpack

Import multiple formats

Beat can read files created by Final Draft, Highland, Fade In and Celtx pretty flawlessly. FDX import even includes notes and revisions!

talesrunner pkg unpack

Dark mode

If you happen to be a vampire, Beat offers a pleasant dark mode for children of the night, even on older Macs.

talesrunner pkg unpack

Powerful outlining

Outline view and scene cards provide a good insight into your story. Add sections and synopses, and reorganize your scenes by dragging & dropping.

talesrunner pkg unpack

Automatic formatting

You don’t need to format your screenplay. Elements such as scene headings and dialogue are automatically recognized, full with autocomplete.

talesrunner pkg unpack

Revisions

It’s easy to track revisions to your script, either automatically or manually, and highlight the changes on the exported PDF.

talesrunner pkg unpack

Easy scene numbering

Use automatic scene numbering and never care about it again, or lock and edit them directly in your script. Scene numbering can also be started from any number with two clicks.

talesrunner pkg unpack

Screenplay statistics

Easily see statistics about average scene length, longest scene, times of day and locations. You can also follow the gender divide in dialogue.

talesrunner pkg unpack

Plugins (macOS only)

Expand the capabilities of Beat using plugins and extensions. Read the docs to start making your own if you know some JavaScript!

About Beat

Beat was created for personal needs as every other screenwriting app kind of sucked. Beat might suck too, but does it at its own terms.

The app is totally free and will remain so. We need more free creative software, created out of pure passion, to enable new, aspiring artists from different backgrounds.

If you want to support the development you can subscribe to Patreon.

Beat was originally based on Writer, a Fountain screenplay editor by Hendrik Noeller, but everything has since been rewritten. The source code is released under GNU Public License, which means it will always remain open and public. And anyone can help with the development!

Drop by the Discord Community or Patreon for latest news!

See the source code at GitHub

What is Fountain?

Fountain is a plain-text screenplay format. It allows you to write screenplays in any text editor on any device, and because it’s pure text, it’s portable and future-proof.

It might be a bit scary when coming from WYSIWYG editors, but in essence, Fountain is designed to “just work” — if you type some text that looks like screenplay, it becomes screenplay. Beat expands Fountain syntax a little, but still keeps it compatible with other editors.

Beat has an editable Tutorial to get you started with Fountain!

Read more on the Fountain website.

A command-line tool written in C# specifically for TalesRunner .

Run python tr_pkgtool.py pkg_path using Python 3.

Start with TRPkgTool. If that fails, fall back to QuickBMS. And if all else fails—open that hex editor and look for the pattern. Somewhere in the noise, the file table is waiting.

Search for talesrunner.bms (or rhaon_pkg.bms ) from reputable reverse-engineering communities. A working script typically contains:

| Offset | Type | Description | |--------|----------|------------------------------| | 0x00 | uint32 | magic (e.g., 0x504B4700) | | 0x04 | uint32 | version | | 0x08 | uint32 | file count | | 0x0C | uint32 | TOC offset (from file start) | | 0x10 | uint32 | TOC size / encrypted flag |

Different versions of the game (e.g., Korean vs. Hong Kong vs. Private Servers) may use slightly different archive structures.