Skip to content

Releases: withmorten/vooblyslpdecode

vooblyslpdecode

05 Jul 11:29
Compare
Choose a tag to compare

Put it somewhere in your path and run it like this:

vooblyslpdecode slp_in.slp slp_out.slp

For automation, create a dir called "decoded", and run the following in a CMD:

for %I in (*.slp) do vooblyslpdecode "%I" "decoded\%~nI.slp"

Compiled with GCC 6.3.0 from the MSYS2 project:

gcc -s -static -o vooblyslpdecode.exe vooblyslpdecode.c

More info: https://www.reddit.com/r/aoe2/comments/6l8a5l/little_tool_to_decode_locked_voobly_slp_files_got/