Tools for working with LEC Europa based games (Star Wars: Starfighter & Star Wars: Jedi Starfighter)
Go to file
Lily Tsuru 4452b87780 Fix io::PakWriter, add pakcreate
Also improves paktest.

Pakcreate is a new utility for creating completely new archives from a directory.

Usage:
pakcreate [input path] [output .PAK/pmdl filename] [--jedi]

Options:
--jedi : Make Jedi Starfighter archive
2022-09-15 04:11:53 -05:00
cmake Initial commit 2022-09-04 16:11:14 -05:00
hexpat Try to optimize things a bit 2022-09-07 04:07:40 -05:00
include/europa Fix io::PakWriter, add pakcreate 2022-09-15 04:11:53 -05:00
src Fix io::PakWriter, add pakcreate 2022-09-15 04:11:53 -05:00
third_party bump libpixel (msvc builds should work now, i hope.) 2022-09-07 04:17:26 -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 Try to optimize things a bit 2022-09-07 04:07:40 -05:00
CMakeLists.txt Try to optimize things a bit 2022-09-07 04:07:40 -05:00
LICENSE Initial commit 2022-09-04 16:11:14 -05:00
README.md Try to optimize things a bit 2022-09-07 04:07:40 -05:00

README.md

Europa tools

TODO

The Libraries

libeuropa

Provides archive IO utilities and the structures.

The Tools

eupak

Swiss army knife for Europa packfiles.

Can create, extract, and show info on them.