GOG.com - Neighbours From Hell Compilation

Informations

Creator Message
pip99 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 14065
Wine: 1.4.1

Feedbacks

Description

Woody is an average man who has a happy life, until his neighbor Mr. Rottweiler, makes his life miserable. Woody decides to take full revenge on Mr. Rottweiler. In the game Neighbors from Hell, the player creeps around the neighbour’s house performing tricks upon the unsuspecting resident. The player is the star of a new TV show with the same name, with cameras that track every move as the player sets traps such as sawing the chair, banana peels/soap on the floor, smeared paintings and messing with home equipment. The game's objectives are to create disarray, increase ratings, and win awards. Obstacles in the game include the watchful neighbour himself, also - his guard dog, and a parrot called Chilli, both of whom will try to alert the Neighbour of Woody's presence.

Source code

#!/bin/bash
# Date : (2013-08-11)
# Last revision : (2013-08-11)
# Wine version used : 1.4.1
# Distribution used to test : Linux Mint 15 KDE (64-bit)
# Author : pip99

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="GOG.com - Neighbours From Hell Compilation"
PREFIX="NeighboursFromHellCompilation_gog"
SHORTCUT_NAME1="Neighbours From Hell 1"
SHORTCUT_NAME2="Neighbours From Hell 2"
GOGID="neighbours_from_hell_compilation"
WORKING_WINE_VERSION="1.4.1"
SELECTED_LANGUAGE="eng"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "JoWooD Productions Software / Nordic Games" "http://www.gog.com/gamecard/$GOGID" "pip99" "$PREFIX"

POL_SetupWindow_menu "$(eval_gettext 'What is your preferred language?')" "$(eval_gettext 'Language')" "eng: $(eval_gettext 'English')-ger: $(eval_gettext 'German')-fra: $(eval_gettext 'French')-esp: $(eval_gettext 'Spanish')" "-"
SELECTED_LANGUAGE=$(cut -d ':' -f 1 <<< "$APP_ANSWER")

POL_Call POL_GoG_setup "$GOGID" "af0d54ef825b974fe4207e817f857bd9"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install

if [ "$SELECTED_LANGUAGE" != "eng" ]
then
    mv "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 1/data/gamedata.bnd" "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 1/data/eng-gamedata.bnd"
    mv "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 2/data/gamedata.bnd" "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 2/data/eng-gamedata.bnd"
    cp "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 1/data/$SELECTED_LANGUAGE-gamedata.bnd" "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 1/data/gamedata.bnd"
    cp "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 2/data/$SELECTED_LANGUAGE-gamedata.bnd" "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 2/data/gamedata.bnd"
fi

POL_Shortcut "$PROGRAMFILES/GOG.com/Neighbours From Hell Compilation/Neighbours From Hell 1/bin/game.exe" "$SHORTCUT_NAME1" "$SHORTCUT_NAME1.png" "" "Game;AdventureGame;"
POL_Shortcut "$PROGRAMFILES/GOG.com/Neighbours From Hell Compilation/Neighbours From Hell 2/bin/game.exe" "$SHORTCUT_NAME2" "$SHORTCUT_NAME2.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME1" "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 1/manual.pdf"
POL_Shortcut_Document "$SHORTCUT_NAME2" "$GOGROOT/Neighbours From Hell Compilation/Neighbours From Hell 2/manual.pdf"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message