 |
Description |
Tiny tool to extract all texts from the Shadowrun SNES rom.
The script is compressed using the Huffman algorithm, using 16-bits codeworks
to store 1-2 characters (each character used has the upper bit active), and
0x0A is the end of line character.
[list]
[li]Usage: shadowtxt romname lines[list]
[li]'romname' is the Shadowrun SNES rom (with/whithout header)[/li]
[li]'lines' is the number of text lines to dump[/li]
[/li]
[/list]
[/list]
[list]
[li]Lines in each game version:[list]
[li]USA, 1605 lines[/li]
[li]EUROPE, 1604 lines[/li]
[li]GERMANY, 1591 lines[/li]
[li]SWEDEN, 1602 lines[/li]
[li]JAPAN, 1626 lines[/li]
[li]USA BETA, 1603 lines[/li]
[li]EUROPE SAMPLE, 1604 lines[/li]
[/li]
[/list]
[/list]
(c) CUE 2010 |
|