(adsbygoogle = window.adsbygoogle || []).push({});
Some people might not understand how you actually do it, so I made a simples programs how to do it. Some reason 3 anti-viruses think it's a Virus but it's only because I converted it from BATCH file to EXE.
Virus Scan
You must login or register to view this content.
Download Link
You must login or register to view this content.
If you need a virus scan of the batch file itself please request and I will.
FOR MAC USERS
Locate your terminal into the folder of the mod you wish to convert. (cd)
paste this in:
for i in *.iwd
do
mv $i `basename $i .iwd`.zip
done