Vous êtes ici
Lemmings 2
Informations
Créateur | Messages |
---|---|
BeberKing
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 Description1993. DOS. Wikipedia. Code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # CHANGELOG # BeberKing (200x) # First script. # Dadu042 (2019-08-01) # Fix download URL (Previous website is closed). cfg_check #Message aux scripteurs : Merci de placer ce script dans la partie Dosbox support, et ça serait sympa d'y mettre aussi SimCity2000 et Duke Nukem 3D #Presentation presentation "Lemmings 2" "Psygnosis" "" "BBK" "Lemmings2" if [ "$POL_LANG" == "fr_FR.UTF-8" ]; then LNG_ZIP_DL="Téléchargement du jeu..." LNG_INSTALL="Cliquez sur suivant et choisissez Sound Blaster, puis toutes les valeurs par défaut" else LNG_ZIP_DL="Downloading the game..." LNG_INSTALL="Click on Next and then choose Sound Blaster and all default options for the sound card" fi select_prefixe "$REPERTOIRE/wineprefix/Lemmings2/" dosprefixcreate cd $WINEPREFIX/drive_c/ telecharger "$LNG_ZIP_DL" "https://archive.org/download/FMTOWNSHACKS/Lemmings%202.zip/" mv Lemmings%202.zip Lemmings2.zip unzip Lemmings2.zip cd L2 message "$LNG_INSTALL" start_dos INSTALL.EXE cd .. rm Lemmings2.zip export $CDROM="none" creer_lanceur_dos "Lemmings2" "L2/" "L2.EXE" "" "Lemmings 2" |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Vendredi 1 Novembre 2019 à 23:18 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesThis script seems broke because outdated (tested POL 4.3.4). I tag it 'testing'. Differences@@ -3,7 +3,7 @@ source "$PLAYONLINUX/lib/sources" # CHANGELOG -# Berillions (2011-08-13) +# BeberKing (200x) # First script. # Dadu042 (2019-08-01) # Fix download URL (Previous website is closed). Nouveau code source#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # CHANGELOG # BeberKing (200x) # First script. # Dadu042 (2019-08-01) # Fix download URL (Previous website is closed). cfg_check #Message aux scripteurs : Merci de placer ce script dans la partie Dosbox support, et ça serait sympa d'y mettre aussi SimCity2000 et Duke Nukem 3D #Presentation presentation "Lemmings 2" "Psygnosis" "" "BBK" "Lemmings2" if [ "$POL_LANG" == "fr_FR.UTF-8" ]; then LNG_ZIP_DL="Téléchargement du jeu..." LNG_INSTALL="Cliquez sur suivant et choisissez Sound Blaster, puis toutes les valeurs par défaut" else LNG_ZIP_DL="Downloading the game..." LNG_INSTALL="Click on Next and then choose Sound Blaster and all default options for the sound card" fi select_prefixe "$REPERTOIRE/wineprefix/Lemmings2/" dosprefixcreate cd $WINEPREFIX/drive_c/ telecharger "$LNG_ZIP_DL" "https://archive.org/download/FMTOWNSHACKS/Lemmings%202.zip/" mv Lemmings%202.zip Lemmings2.zip unzip Lemmings2.zip cd L2 message "$LNG_INSTALL" start_dos INSTALL.EXE cd .. rm Lemmings2.zip export $CDROM="none" creer_lanceur_dos "Lemmings2" "L2/" "L2.EXE" "" "Lemmings 2" RéponsesSamedi 2 Novembre 2019 à 11:34
Samedi 2 Novembre 2019 à 11:34
Samedi 2 Novembre 2019 à 11:34
Edité 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