Tunneler

Informations

Créateur Messages
puk007 Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 5749
Wine: System

Retours d'expérience

Description

Tunneler 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'écran

Miniature

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:

Contribuer
Membre Messages
Dadu042 Lundi 3 Juin 2019 à 16:48
Dadu042

Messages

The function to download the game fail. Too old function, to update.

Réponses

Dadu042 Lundi 3 Juin 2019 à 12:38
Dadu042

Information

Cette 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éponses

Edité par Dadu042