ThunderSlash
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "ThunderSlash" DISPLAYNAME "Thunder Slash"
- ## DATE "31.10.2011"
- ## APPTYPE "GAME"
- ## DESCRIPTION "A horizontal shoot them up written by Sojiro."
- ## DEPENDENCIES "LIB_PowerSDL"
- ## APPAUTHOR "Nicolas Sallin <henes&biclodon$com>"
- ## GRUNCHAUTHOR "Nicolas Sallin <henes&biclodon$com>"
- ## APPWEBPAGE "http://biclodon.com/software/thunderslash/"
- ## APPPICTURE "http://biclodon.com/software/thunderslash/thunderslashmini.png"
- ## URLARCHIVE "http://biclodon.com/software/thunderslash/thunderslash.lha"
- ## ARCHIVESIZE 28982097
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
FailAt 30
MakeDir {TEMPDIR}{NAME}/tmp
FailAt 10
GDownload "http://jahjah.free.fr/morphos/unrar30.lha" TO "{TEMPDIR}{NAME}/tmp/unrar.tmp"
GDownload "http://jeanpidom.free.fr/Thunder.rar" TO "{TEMPDIR}{NAME}/tmp/tsdata.tmp"
GGauge "INSTALLING" "{DISPLAYNAME}"
CD {TEMPDIR}{NAME}
Execute {TEMPDIR}{NAME}/InstallData
{STANDARDCOPY}
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
- ## UNINSTALL END
- ## ITEM END