Skip to content

decodes "locked" aoe2 slp files that come with some voobly mods

Notifications You must be signed in to change notification settings

withmorten/vooblyslpdecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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 -s -static -o vooblyslpdecode.exe vooblyslpdecode.c

About

decodes "locked" aoe2 slp files that come with some voobly mods

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages