Crates.io | mff-extract |
lib.rs | mff-extract |
version | 0.1.0 |
source | src |
created_at | 2023-05-08 14:15:41.86541 |
updated_at | 2023-05-08 14:15:41.86541 |
description | CLI utility to extract PAK archives from Macrospace's Fatal Force J2ME game |
homepage | https://github.com/xNyaDev/mff-extract/ |
repository | https://github.com/xNyaDev/mff-extract/ |
max_upload_size | |
id | 859840 |
size | 45,400 |
mff-extract is a command line utility written in Rust used to extract PAK archives (resource0.pak
) from the J2ME game
Fatal Force: Earth Assault (2004) by Macrospace
$ mff-extract list resource0.pak
Listing archive: resource0.pak
Physical size: 163.5 KiB
File count: 118
| Size | Offset | File Name |
|----------|----------|---------------------|
| 273 B | 00000836 | a.png |
| 138 B | 00000947 | a2.png |
...
| 2.8 KiB | 00027a51 | _e.png |
| 2.1 KiB | 00028588 | _i.png |
$ mff-extract extract resource0.pak -v
a.png [273 B]
a2.png [138 B]
...
_e.png [2.8 KiB]
_i.png [2.1 KiB]
Extracted 118 files.