SkillAgentSearch skills...

Vooblyslpdecode

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

Install / Use

/learn @withmorten/Vooblyslpdecode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

C

Security Score

55/100

Audited on Apr 30, 2024

No findings