Vous êtes ici
Tunneler
Informations
Créateur | Messages |
---|---|
puk007
![]()
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 1 DescriptionTunneler is a top-down perspective game (1990s). Two tanks explore an underground realm, venturing from their protective bases to dig tunnels and find their opponent for battle. 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" |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Lundi 3 Juin 2019 à 16:48 |
Dadu042
![]() Modérateur
|
MessagesThe function to download the game fail. Too old function, to update. Réponses |
Dadu042 | Lundi 3 Juin 2019 à 12:38 |
Dadu042
![]() Modérateur
|
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 |