for f in *.mod; do wine dcmp.exe "$f" "${f%.mod}.mdz" && rm -- "$f"; done
that uses dcmp from the tools dir to convert .mod to .mdz to save space but it sometimes screws them up really bad lol
for f in *.mod; do wine dcmp.exe "$f" "${f%.mod}.mdz" && rm -- "$f"; done
that uses dcmp from the tools dir to convert .mod to .mdz to save space but it sometimes screws them up really bad lol
No comments:
Post a Comment