Tool for (de)compressing EA JDLZ files
Go to file
2024-10-25 22:44:27 +02:00
.gitignore Add gitignore 2024-10-23 05:51:42 +02:00
compress.c Initial commit 2024-10-22 18:15:18 +02:00
compress.h Initial commit 2024-10-22 18:15:18 +02:00
decompress.c Initial commit 2024-10-22 18:15:18 +02:00
decompress.h Initial commit 2024-10-22 18:15:18 +02:00
main-compress.c Fix stdin/stdout 2024-10-23 05:52:39 +02:00
main-decompress.c Fix stdin/stdout 2024-10-23 05:52:39 +02:00
make-windows.sh Fix shell files 2024-10-22 21:46:46 +02:00
make.sh Fix shell files 2024-10-22 21:46:46 +02:00
makezip.sh Remove zips before creating them 2024-10-25 22:38:48 +02:00
README.txt Update download location 2024-10-25 22:44:27 +02:00

Tool for (de)compressing EA JDLZ files. Useful for a couple of PS2-era EA titles, like the Need for Speed games.

I found myself making this, because certain people were making this part of their modding softwares proprietary.

Works for Windows 95+ (MinGW) and Unix (GCC)!

* Decompress:
ea-jdlz-decompress.exe gameplay.lzc gameplay.bin

* Compress:
ea-jdlz-compress.exe gameplay.bin gameplay.lzc

* Builds: http://fier.me/software/ea-jdlz/

* How to compile source:
For Unix, use make.sh. For Windows, use make-windows.sh (needs linux).