Redneck Rampage

Informations

Creator Message
djabal Anonymous

Warning

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

Informations

Platforms:
Downloads: 8958
Wine: System

Feedbacks

Description

FPS 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

Message

Download link is break (site has shutdown).

Replies