Tunneler
Informations
Créateur | Messages |
---|---|
puk007
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionTunneler is a top-down perspective game (1992), made for DOS. Two tanks explore an underground realm, venturing from their protective bases to dig tunnels and find their opponent for battle. Wikipedia. Captures d'écranCode source#!/bin/bash # Date : (2009-06-15 15-00) # Last revision : (2009-06-15 15-00) # Wine version used : N/A # Distribution used to test : N/A # Author : NSLW # Licence : Free # CHANGELOG # [NSLW] (2009-06-15 15-00) # #Translated from V2 to V3 # [Dadu042] (2019-06-03 12-37) # Fix download link (broken). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" #Presentation POL_SetupWindow_Init POL_SetupWindow_presentation "Tunneler" "" "" "puk007 and NSLW" "Tunneler" select_prefix "$REPERTOIRE/wineprefix/Tunneler/" dosprefixcreate cd $WINEPREFIX/drive_c/ POL_SetupWindow_download "Téléchargement du jeu" "Tunneler" "http://tunneler.org/files/tunneler.zip" rm -rf Tunneler unzip tunneler.zip rm tunneler.zip export $CDROM="none" creer_lanceur_dos "Tunneler" "Tunneler/" "TUNNELER.COM" "" "Tunneler" |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Lundi 3 Juin 2019 à 16:48 |
Dadu042
|
MessagesThe function to download the game fail. Too old function, to update. Réponses |
Dadu042 | Lundi 3 Juin 2019 à 12:38 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Messages# Fix download link (broken). Differences@@ -33,4 +33,4 @@ export $CDROM="none" -creer_lanceur_dos "Tunneler" "Tunneler/" "TUNNELER.EXE" "" "Tunneler" +creer_lanceur_dos "Tunneler" "Tunneler/" "TUNNELER.COM" "" "Tunneler" Nouveau code source#!/bin/bash # Date : (2009-06-15 15-00) # Last revision : (2009-06-15 15-00) # Wine version used : N/A # Distribution used to test : N/A # Author : NSLW # Licence : Free # CHANGELOG # [NSLW] (2009-06-15 15-00) # #Translated from V2 to V3 # [Dadu042] (2019-06-03 12-37) # Fix download link (broken). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" #Presentation POL_SetupWindow_Init POL_SetupWindow_presentation "Tunneler" "" "" "puk007 and NSLW" "Tunneler" select_prefix "$REPERTOIRE/wineprefix/Tunneler/" dosprefixcreate cd $WINEPREFIX/drive_c/ POL_SetupWindow_download "Téléchargement du jeu" "Tunneler" "http://tunneler.org/files/tunneler.zip" rm -rf Tunneler unzip tunneler.zip rm tunneler.zip export $CDROM="none" creer_lanceur_dos "Tunneler" "Tunneler/" "TUNNELER.COM" "" "Tunneler" RéponsesEdité par Dadu042 |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com