Lemmings 2

Informations

Créateur Messages
BeberKing

Information

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

Informations

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

Retours d'expérience

Description

1993. 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:

Contribuer
Membre Messages
Dadu042 Vendredi 1 Novembre 2019 à 23:18
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Messages

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

Anonymous
Samedi 2 Novembre 2019 à 11:34
Wonderful! The information that you have shared here is very valuable. Please tell us something about [url=https://www.appreviewsbucket.com/blog/website/123movies-gostream-review-is-it-safe-legal-and-its-alternative][b]123movies alternative[/b][/url].
Anonymous
Samedi 2 Novembre 2019 à 11:34
Wonderful! The information that you have shared here is very valuable. Please tell us something about [url=https://www.appreviewsbucket.com/blog/website/123movies-gostream-review-is-it-safe-legal-and-its-alternative][b]123movies alternative[/b][/url].
Anonymous
Samedi 2 Novembre 2019 à 11:34
Wonderful! The information that you have shared here is very valuable. Please tell us something about [url=https://www.appreviewsbucket.com/blog/website/123movies-gostream-review-is-it-safe-legal-and-its-alternative][b]123movies alternative[/b][/url].

Edité par Dadu042