#!/bin/bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
TITLE=
"Ether One Redux (Steam)"
PREFIX=
"EtherOneRedux"
WORKING_WINE_VERSION=
"1.9.18"
EDITOR=
"White Paper Games"
AUTHOR=
"plata"
POL_System_SetArch
"amd64"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation
"$TITLE"
"$EDITOR"
"$GAME_URL"
"$AUTHOR"
"$PREFIX"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WORKING_WINE_VERSION"
Set_OS
"win7"
POL_Call
POL_Install_steam
cd
"$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine
"steam.exe"
steam:
//install/391920
POL_SetupWindow_message
"$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')"
"$TITLE"
POL_Wine_WaitExit
"$TITLE"
POL_Shortcut
"steam.exe"
"$TITLE"
""
"-applaunch 391920 -nosplash -opengl4"
POL_SetupWindow_Close
exit
0