GOG.com - Urban Chaos

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7879
Wine: 1.4.1

Feedbacks

Description

English: New York City, you're a new recruit of the police. You have missions to complete, but the gameplay is non-linear and cool.
Known issue:
- trying to "restart" a level crashes the game. Menu text has been changed to warn about the issue.
(updated for GOG installer v2)

Français : Vous êtes une nouvelle recrue dans la police de New York. Il y a des missions à accomplir, mais le jeu est plaisamment non-linéaire.
Problème connu :
- tenter de "redémarrer" un niveau fait crasher le jeu. Le texte du menu a été changé pour rappeler ce défaut.
(mis à jour pour l'installeur GOG v2)

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2013-02-10 16-42)
# Last revision : (2013-07-19 02-33)
# Wine version used : 1.4.1
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

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

GOGID="urban_chaos"
PREFIX="UrbanChaos_gog"
WORKING_WINE_VERSION="1.4.1"

TITLE="GOG.com - Urban Chaos"
SHORTCUT_NAME="Urban Chaos"

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_SetupWindow_SetID 1567
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Mucky Foot Productions / Square Enix" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "83531e6396084f231b196b661742db78"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "4"

cd "$GOGROOT/Urban Chaos/text" || POL_Debug_Fatal "Unable to change directory"
# At least warn of the issue
cp lang_english.txt lang_english.txt.orig
sed -e 's/^Restart Level/Restart Level(crash)/' lang_english.txt.orig > lang_english.txt

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "fallen.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Urban Chaos/Manual.pdf"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message

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