Skip to content

CLI utility to extract PAK archives from Macrospace's Fatal Force J2ME game

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

xNyaDev/mff-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macrospace Fatal Force extractor

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

Usage

$ 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.

About

CLI utility to extract PAK archives from Macrospace's Fatal Force J2ME game

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages