You are here    
    Redneck Rampage
Informations
| Creator | Message | 
|---|---|
| djabal   
 | WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms:   Feedbacks0 1 DescriptionFPS 1997. Wikipedia. Source code#!/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:
Contribute| Member | Message | 
| Dadu042 | Sunday 16 February 2020 at 18:16 | 
| Dadu042   
 | MessageDownload link is break (site has shutdown). Replies | 
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
 Install this program
 Install this program