MPV - MOD pre validator
MPV is a tool written in PHP to pre-validate MODs. This tool is used by the MOD team to validate MODs for common or basic mistakes.
When such a mistake is found the MOD is insta-denied.
If you want to validate your MOD please paste the complete url to the zipfile in the textfield below.
Windows Users Note:
Some ZIP or Archiving Utilities will create an incompatible ZIP archive. If you experience the following error: Unexpected header, ending loop. Please use a different ZIP Tool such as the following:
- 7-Zip Archiver. An Open Source Utility for creating ZIP archives.
- WinRAR Archiver. A Shareware Utility for creating ZIP archives.
Mac OS X Users Note:
You cannot use the built-in Archive function in finder to package your MODs. Instead use one of the following options:
- A clean archiver application such as CleanArchiver.
- The built-in Unix/Linux Zip command:
zip -r my_mod.zip mod_directory -x "*.svn*" "*.DS_Store"
See: Unix Command: zip reference.
