Вы находитесь здесь    
    Civilization 4 patch 1.74
Informations
| Creator | Message | 
|---|---|
| marco_g   
 | InformationThis installer has been approved by the team. InformationsPlatforms:   Feedbacks0 0 Source code#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
  exit 0
fi
source "$PLAYONLINUX/lib/sources" 
TITLE="Civilization IV patch 1.74"
AUTHOR="Marco Gerards"
PREFIX="Civilization4"
PREFIXDIR="$REPERTOIRE/wineprefix/$PREFIX"
WORKINGWINEVERSION="1.1.43"
POL_SetupWindow_Init
POL_SetupWindow_checkexist()
{        
        if [ ! -e $REPERTOIRE/wineprefix/$1 ]; then
                if [ "$POL_LANG" == "fr" ]; then
                        LNG_PREFIX_NOT_EXIST="Le jeu n'est pas installé."
                else
                        LNG_PREFIX_NOT_EXIST="The Game is not installed."
                fi
                POL_SetupWindow_message "$LNG_PREFIX_NOT_EXIST" "$TITLE"
                POL_SetupWindow_Close
                exit
        fi
}
 
POL_SetupWindow_checkexist "$PREFIX"
POL_SetupWindow_presentation "$TITLE" "Firaxis Games" "http://www.firaxis.com/" "$AUTHOR" "$PREFIX"
select_prefix "$PREFIXDIR"
Use_WineVersion "$WORKINGWINEVERSION"
# Patch the game
POL_SetupWindow_message "The patch v1.74 for $TITLE will be downloaded and installed"
cd "$REPERTOIRE/ressources"
if [ ! -e Civ4Patch1.74_Final.exe ]; then
  POL_SetupWindow_download "Downloading $TITLE" "$TITLE" "http://www.firaxis.com/downloads/Patch/Civ4Patch1.74_Final.exe" 
fi
POL_SetupWindow_wait_next_signal "Patching game..." "$TITLE"
wine Civ4Patch1.74_Final.exe
POL_SetupWindow_detect_exit
POL_SetupWindow_Close
exit | 
Contributions
Filters:
Contribute| Member | Message | 
| Mary10101 | Monday 30 October 2017 at 12:19 | 
| Mary10101   
 | 
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