Difference between revisions of "BoulderDäsh"
Jump to navigation
Jump to search
(Created page with "<nowiki>;--------------------------------------------</nowiki> *<nowiki>##</nowiki> ITEM "BoulderDäsh" *<nowiki>##</nowiki> DATE "28.07.2011" *<nowiki>##</nowiki...") |
(1.16) |
||
| Line 23: | Line 23: | ||
*<nowiki>##</nowiki> INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" | *<nowiki>##</nowiki> INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" | ||
*<nowiki>##</nowiki> INSTALL | *<nowiki>##</nowiki> INSTALL | ||
| − | + | {STANDARDBACKUP} | |
| + | {STANDARDEXTRACT} | ||
If "{SystemOS}" EQ "MorphOS" | If "{SystemOS}" EQ "MorphOS" | ||
| + | If EXISTS "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX" | ||
Copy "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX" "{TEMPDIR}{NAME}/{NAME}" | Copy "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX" "{TEMPDIR}{NAME}/{NAME}" | ||
EndIf | EndIf | ||
| + | EndIf | ||
| + | If EXISTS "{TEMPDIR}{NAME}/Install/#?.cs" | ||
Copy "{TEMPDIR}{NAME}/Install/#?.cs" "{TEMPDIR}{NAME}/Translator" | Copy "{TEMPDIR}{NAME}/Install/#?.cs" "{TEMPDIR}{NAME}/Translator" | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
EndIf | EndIf | ||
| + | FailAt 30 | ||
| + | Delete FORCE ALL "{TEMPDIR}{NAME}/Install#?" | ||
| + | Delete FORCE ALL "{TEMPDIR}{NAME}/Bin" | ||
| + | FailAt 10 | ||
| + | {STANDARDCOPY} | ||
*<nowiki>##</nowiki> INSTALL END | *<nowiki>##</nowiki> INSTALL END | ||
*<nowiki>##</nowiki> UNINSTALL | *<nowiki>##</nowiki> UNINSTALL | ||
| − | Delete "{INSTALLDIR}{NAME}" | + | {STANDARDBACKUP} |
| − | Delete "{INSTALLDIR}{NAME}.info" | + | Delete FORCE "{INSTALLDIR}{NAME}" ALL |
| + | Delete FORCE "{INSTALLDIR}{NAME}.info" | ||
*<nowiki>##</nowiki> UNINSTALL END | *<nowiki>##</nowiki> UNINSTALL END | ||
| + | *<nowiki>##</nowiki> ITEM END | ||
[[Category:GAME]] | [[Category:GAME]] | ||
Latest revision as of 21:53, 26 October 2011
;--------------------------------------------
- ## ITEM "BoulderDäsh"
- ## DATE "28.07.2011"
- ## DESCRIPTION
BoulderDäsh is a remake of the original BoulderDash game from the good old C64. You may say why another BoulderDash clone? You are right, there are a lot of clones, but they are all not as good as the original, if you look at the graphic or the feeling of playing it. Even converts at PC are not very good. Also on fast PCs the animation speed of the objects is lowered, if there is scrolling. My version was tested by different independent persons and all said the same: This BoulderDäsh is the best. I will not praise myself here, but test it yourself, built your own opinion and please tell me about it.
- ## DESCRIPTION END
- ## APPTYPE "GAME"
- ## APPAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## APPWEBPAGE "http://www.geit.de/eng_boulderdaesh.html"
- ## APPPICTURE "http://www.geit.de/images/grunch/Boulderdäsh"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://www.geit.de/stupid/boulderfull.lha"
- ## URLREADME "http://www.geit.de/stupid/boulderfull.readme"
- ## ARCHIVESIZE 4733837
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
If "{SystemOS}" EQ "MorphOS"
If EXISTS "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX" "{TEMPDIR}{NAME}/{NAME}"
EndIf
EndIf
If EXISTS "{TEMPDIR}{NAME}/Install/#?.cs"
Copy "{TEMPDIR}{NAME}/Install/#?.cs" "{TEMPDIR}{NAME}/Translator"
EndIf
FailAt 30
Delete FORCE ALL "{TEMPDIR}{NAME}/Install#?"
Delete FORCE ALL "{TEMPDIR}{NAME}/Bin"
FailAt 10
{STANDARDCOPY}
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
- ## UNINSTALL END
- ## ITEM END