#!/bin/bash
[ -z
"$PLAYONLINUX"
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
GOGID=
"race_driver_grid"
PREFIX=
"GRID_gog"
WORKING_WINE_VERSION=
"1.4.1"
TITLE=
"GOG.com - Race Driver: GRID"
SHORTCUT_NAME=
"Race Driver: GRID"
POL_SetupWindow_Init
POL_Debug_Init
POL_Call
POL_GoG_setup
"$GOGID"
"83403ecde3d68eae843202114c4c6961"
"a6f4e7f0f03bd20a7aa680e6d9eb3798"
"2347477234c757d8232ad5c62a4b473d"
"6fa8125acecb48a92281ca6d5157ef84"
"ac3568305c96ef647358163cf4db7585"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WORKING_WINE_VERSION"
POL_Call
POL_GoG_install
"/nogui"
Set_OS winxp
POL_Call
POL_Install_d3dx9_36
POL_SetupWindow_VMS
"256"
POL_Wine_reboot
GOGPATH=
"$GOGROOT/Race Driver GRID"
POL_Shortcut
"GRID.exe"
"$SHORTCUT_NAME"
"$SHORTCUT_NAME.png"
""
"Game;SportsGame"
POL_Shortcut_Document
"$SHORTCUT_NAME"
"$GOGPATH/Manuals/Manual.pdf"
POL_SetupWindow_Close
POL_Wine
"$WINEPREFIX/drive_c/GOG Games/Race Driver GRID/Language Setup.exe"
exit
0