#!/bin/bash
[ -z
"$PLAYONLINUX"
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
GOGID=
"populous_the_beginning"
PREFIX=
"Populous3TheBeginning_gog"
WORKING_WINE_VERSION=
"1.5.30"
TITLE=
"GOG.com - Populous 3: The Beginning"
SHORTCUT_NAME=
"Populous 3: The Beginning"
SHORTCUT_NAME_SOFTWARE=
"Populous 3: The Beginning (software rendering)"
SHORTCUT2_NAME=
"Populous 3: Undiscovered Worlds"
SHORTCUT2_NAME_SOFTWARE=
"Populous 3: Undiscovered Worlds (software rendering)"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1704
POL_Debug_Init
POL_Call
POL_GoG_setup
"$GOGID"
"7e4545d04a3d00193507aa82dea14e50"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WORKING_WINE_VERSION"
POL_Call
POL_GoG_install
POL_Shortcut
"D3DPopTB.exe"
"$SHORTCUT_NAME"
"$SHORTCUT_NAME.png"
""
"Game;StrategyGame;"
POL_Shortcut
"popTB.exe"
"$SHORTCUT_NAME_SOFTWARE"
"$SHORTCUT_NAME.png"
""
"Game;StrategyGame;"
POL_Shortcut
"D3DPopTBUW.exe"
"$SHORTCUT2_NAME"
"$SHORTCUT_NAME.png"
""
"Game;StrategyGame;"
POL_Shortcut
"popTB.exe"
"$SHORTCUT2_NAME_SOFTWARE"
"$SHORTCUT_NAME.png"
""
"Game;StrategyGame;"
POL_Shortcut_Document
"$SHORTCUT_NAME"
"$GOGROOT/Populous 3/Manual.pdf"
POL_Shortcut_Document
"$SHORTCUT_NAME_SOFTWARE"
"$GOGROOT/Populous 3/Manual.pdf"
POL_Shortcut_Document
"$SHORTCUT2_NAME"
"$GOGROOT/Populous 3/Manual.pdf"
POL_Shortcut_Document
"$SHORTCUT2_NAME_SOFTWARE"
"$GOGROOT/Populous 3/Manual.pdf"
POL_SetupWindow_Close
exit
0