Go to file
TheZenKitteh 6bab0e474e some updates 2013-01-27 17:03:01 -05:00
Mod-Backups To help end the archive format war 2013-01-17 03:44:17 -05:00
Mod-Packing-Directory To help end the archive format war 2013-01-17 03:43:23 -05:00
LICENSE.txt first upload 2013-01-15 20:54:08 -05:00
README.txt some updates 2013-01-27 17:03:01 -05:00
VERSION.txt first upload 2013-01-15 20:54:08 -05:00
mtmodinstall-git.sh some updates 2013-01-27 17:03:01 -05:00
mtmodinstall.sh some updates 2013-01-27 17:03:01 -05:00

README.txt

A NOTE: This installer technically can use any mod archive format
supported by 7z which includes zip 7z tar.gz tar.bz2 etc.

These scripts allow you to easily install and
update mods from a repo. packmod also is used
to pack your mod for use with the installer and
compresses to 7z archive.

mtmodinstall:
# How to use:
# Edit the INSTALLLOC varible to point to your mod folder
# Update REPO URL if needed then
# chmod u+x nameofscript
# issue ./nameofthisscript modname
#
# Example:
# ./mtmodinstall.sh industrial

mtmodinstall-git:
# How to use:
# Edit the INSTALLLOC varible to point to your mod folder
# chmod u+x nameofscript
# issue ./nameofthisscript modname
#
# Example:
# ./mtmodinstall-git.sh industrial


packmod-7z:
# Packs your mod to work with the modinstaller script included here
#
# How to use:
# chmod u+x scriptname
# then
# ./scriptname modname modname_version
#
# Example:
# ./packmod-7z.sh industrial industrial_0.0.5
#
# IMPORTANT: your mod folder must be properly named
# such as industrial and not industrial-master or anything else

packmod-zip:
# Packs your mod to work with the modinstaller script included here
#
# How to use:
# chmod u+x scriptname
# then
# ./scriptname modname modname_version
#
# Example:
# ./packmod-zip.sh industrial industrial_0.0.5
#
# IMPORTANT: your mod folder must be properly named
# such as industrial and not industrial-master or anything else

make-packageslist:
Just run it to make a packages.txt