Tools for working with LEC Europa based games (Star Wars: Starfighter & Star Wars: Jedi Starfighter)
Go to file
Lily Tsuru 5d03f49e21 Add possibly not WIP package writer
Don't have a tool for building "fresh" packages yet, but the "paktest" tests regurgitating a pak into a new pak file.

Usage is:

./paktest [pak file]

it will write to "new.pak" always, which meh. It's just a test utility.
2022-09-05 19:59:46 -05:00
cmake Initial commit 2022-09-04 16:11:14 -05:00
hexpat Add YATF ImHex pattern and add libpixel submodule 2022-09-04 22:21:59 -05:00
include/europa Add possibly not WIP package writer 2022-09-05 19:59:46 -05:00
src Add possibly not WIP package writer 2022-09-05 19:59:46 -05:00
third_party Add YATF ImHex pattern and add libpixel submodule 2022-09-04 22:21:59 -05:00
.clang-format Initial commit 2022-09-04 16:11:14 -05:00
.gitignore Initial commit 2022-09-04 16:11:14 -05:00
.gitmodules Add YATF ImHex pattern and add libpixel submodule 2022-09-04 22:21:59 -05:00
CMakeLists.txt Add WIP YATF exporter 2022-09-05 03:24:50 -05:00
LICENSE Initial commit 2022-09-04 16:11:14 -05:00
README.md Initial commit 2022-09-04 16:11:14 -05:00

README.md

Europa tools

TODO

The Libraries

libeuropa

Provides archive IO utilities and the structures.

The Tools

europa_pak_extractor

Extractor for .pak and .pmdl (they use 1:1 the same format) files.

TODO: this will be one eupak utility later, probably.