You are here
Lemmings 2
Informations
Creator | Message |
---|---|
BeberKing
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 Description1993. DOS. Wikipedia. Source code#!/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:
ContributeMember | Message |
Dadu042 | Friday 1 November 2019 at 23:18 |
Dadu042
|
InformationThis update has been approved by the team. MessageThis 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). New source code#!/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" RepliesSaturday 2 November 2019 at 11:34
Saturday 2 November 2019 at 11:34
Saturday 2 November 2019 at 11:34
Edited by 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