Difference between revisions of "BoXiKoN"
Jump to navigation
Jump to search
(Created page with "<nowiki>;--------------------------------------------</nowiki> *<nowiki>##</nowiki> ITEM "BoXiKoN" *<nowiki>##</nowiki> DATE "26.08.2011" *<nowiki>##</nowiki> DES...") |
(1.16) |
||
| Line 14: | Line 14: | ||
*<nowiki>##</nowiki> INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" | *<nowiki>##</nowiki> INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" | ||
*<nowiki>##</nowiki> INSTALL | *<nowiki>##</nowiki> INSTALL | ||
| − | + | {STANDARDBACKUP} | |
| + | {STANDARDEXTRACT} | ||
If EXISTS "{TEMPDIR}BoXiKoN Game" | If EXISTS "{TEMPDIR}BoXiKoN Game" | ||
Rename "{TEMPDIR}BoXiKoN Game" "{TEMPDIR}{NAME}" | Rename "{TEMPDIR}BoXiKoN Game" "{TEMPDIR}{NAME}" | ||
| Line 22: | Line 23: | ||
EndIf | EndIf | ||
If EXISTS "{INSTALLDIR}{NAME}/{NAME}.info" | If EXISTS "{INSTALLDIR}{NAME}/{NAME}.info" | ||
| − | Delete "{TEMPDIR}{NAME}/{NAME}.info" | + | Delete FORCE "{TEMPDIR}{NAME}/{NAME}.info" |
EndIf | EndIf | ||
| − | Copy "{TEMPDIR}{NAME}/#?" "{INSTALLDIR}{NAME}" | + | Copy "{TEMPDIR}{NAME}/#?" "{INSTALLDIR}{NAME}" ALL |
If NOT EXISTS "{INSTALLDIR}{NAME}.info" | If NOT EXISTS "{INSTALLDIR}{NAME}.info" | ||
<nowiki>;</nowiki> the included is OS1.3 quality :D | <nowiki>;</nowiki> the included is OS1.3 quality :D | ||
| Line 35: | Line 36: | ||
*<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:55, 26 October 2011
;--------------------------------------------
- ## ITEM "BoXiKoN"
- ## DATE "26.08.2011"
- ## DESCRIPTION "A logical game roughly based on Tetris idea, but much more interesting.*N*NBlocks are not falling, but the player takes them from a queue and places them freely on the playfield. Rows are cleared as usual. If player is not fast enough, some obstacles are placed on the playfield. Very nice, animated graphics.*N*NMorphOS version of BoXiKoN has been made freeware by the publisher, ShoecakeGames, the free regcode is JDPDUKMRJW."
- ## APPTYPE "GAME"
- ## APPAUTHOR "ShoecakeGames"
- ## APPWEBPAGE "http://www.boxikon.com/"
- ## APPPICTURE "http://www.boxikon.com/images/boxibanner.jpg"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://morphos-files.net/download/BoXiKoN"
- ## URLWEBPAGE "http://morphos-files.net/find.php?n&find=BoXiKoN"
- ## URLPATTERN "class=*"ut*">{YEAR}#?{MONTH}#?{DAY}<"
- ## ARCHIVESIZE 726260
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
If EXISTS "{TEMPDIR}BoXiKoN Game"
Rename "{TEMPDIR}BoXiKoN Game" "{TEMPDIR}{NAME}"
EndIf
If EXISTS "{TEMPDIR}BoXiKoN Game.info"
Rename "{TEMPDIR}BoXiKoN Game.info" "{TEMPDIR}{NAME}.info"
EndIf
If EXISTS "{INSTALLDIR}{NAME}/{NAME}.info"
Delete FORCE "{TEMPDIR}{NAME}/{NAME}.info"
EndIf
Copy "{TEMPDIR}{NAME}/#?" "{INSTALLDIR}{NAME}" ALL
If NOT EXISTS "{INSTALLDIR}{NAME}.info"
; the included is OS1.3 quality :D ; If EXISTS "{TEMPDIR}{NAME}.info" ; Copy "{TEMPDIR}{NAME}.info" "{INSTALLDIR}{NAME}.info" ; Else
GTooltype "{INSTALLDIR}{NAME}" TYPE WBDRAWER
; EndIf
EndIf
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
- ## UNINSTALL END
- ## ITEM END