Difference between revisions of "BoulderDäsh"

From GrunchWiki
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
  LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
+
  {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"
Delete "{TEMPDIR}{NAME}/Install#?"  FORCE ALL
 
Delete "{TEMPDIR}{NAME}/Bin"        FORCE ALL
 
Copy "{TEMPDIR}{NAME}/#?"                    "{INSTALLDIR}{NAME}"            ALL
 
If NOT EXISTS "{INSTALLDIR}{NAME}.info"
 
If EXISTS "{TEMPDIR}{NAME}.info"
 
Copy "{TEMPDIR}{NAME}.info"        "{INSTALLDIR}{NAME}.info"
 
Else
 
GTooltype "{INSTALLDIR}{NAME}" TYPE WBDRAWER
 
EndIf
 
 
  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}"       FORCE ALL
+
{STANDARDBACKUP}
  Delete "{INSTALLDIR}{NAME}.info"   FORCE
+
  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.
{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