Redneck Rampage

Informations

Créateur Messages
djabal Anonymous

Attention

This installer is a beta script. It means that it might not work as expected

Informations

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

Retours d'expérience

Description

FPS 1997. Wikipedia.

Code source

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi

source "$PLAYONLINUX/lib/sources"
cfg_check

#Declaration des variables
PREFIXNAME="RedneckRampage"
REALNAME="Redneck Rampage"
REPINSTALL="RR"
EDITEUR="Interplay"
WEBSITE="http://www.interplay.com/"
SCRIPTEUR="Djabal"


if [ "$POL_LANG" == "fr_FR.UTF-8" ]; then
        LNG_DL="Téléchargement du jeu."
        LNG_INSTALL="Installation"
        LNG_INSTALL_MSG="N'oubliez pas d'activer les bruitages et la musique dans 'Sound Setup'."
else
        LNG_DL="Download of the game."
        LNG_INSTALL="Install"
        LNG_INSTALL_MSG="Don't forget to activate the sound effects and music in  'Sound Setup'."
fi 

presentation "$REALNAME" "$EDITEUR" "$WEBSITE" "$SCRIPTEUR" "$PREFIXNAME"
select_prefixe "$REPERTOIRE/wineprefix/$PREFIXNAME/"
dosprefixcreate

cd "$DOSPREFIX/drive_c/"
mkdir "$REPINSTALL"
cd "$REPINSTALL"

telecharger "$LNG_DL" "http://www.abandonware-utopia.com/pages/telechargement/jeux/Redneck%20Rampage.zip"
unzip -u "Redneck%20Rampage.zip"
rm "Redneck%20Rampage.zip"

message "$LNG_INSTALL_MSG" "$LNG_INSTALL"

start_dos "SETUP.EXE"

creer_lanceur_dos "$PREFIXNAME" "$REPINSTALL" "RR.EXE" "" "$REALNAME"
exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Dimanche 16 Février 2020 à 18:16
Dadu042

Messages

Download link is break (site has shutdown).

Réponses

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