#!/bin/bash
[ -z
"$PLAYONLINUX"
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
GOGID=
"alone_in_the_dark"
PREFIX=
"AloneInTheDark2_gog"
WORKING_WINE_VERSION=
"1.4-dos_support_0.6"
TITLE=
"GOG.com - Alone in the Dark 2"
SHORTCUT_NAME=
"Alone in the Dark 2"
INSTALLBIN=
"setup_alone_in_the_dark2_2.0.0.7.exe"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1247
POL_Debug_Init
if
[
"$POL_SELECTED_FILE"
];
then
POL_GoG_location=
"$POL_SELECTED_FILE"
else
POL_Call
POL_GoG_setup
"$GOGID"
--alternate
'alone_in_the_dark_2_3'
1056 --bonus
"b3be7275c5638c6ddcc2d7bede4bb030"
if
[
"$POL_GoG_downloaded"
=
"True"
];
then
ARCHIVE=
"$(POL_Config_Read GOG_REPO)/alone_in_the_dark_2_3_pc.zip"
mv
"$POL_GoG_location"
"$ARCHIVE"
unzip -j
"$ARCHIVE"
-d
"$(POL_Config_Read GOG_REPO)"
|| POL_Debug_Fatal
"$(eval_gettext 'Error while installing archive')"
rm
"$ARCHIVE"
POL_GoG_location=
"$(POL_Config_Read GOG_REPO)/$INSTALLBIN"
fi
fi
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WORKING_WINE_VERSION"
POL_Call
POL_GoG_install
cat
<<_EOFCFG_ >>
"$WINEPREFIX/playonlinux_dos.cfg"
manual_mount=
true
dosbox_memsize=30
cpu_core=simple
cpu_cputype=486_slow
cpu_cycles=19000
mixer_rate=44100
mixer_blocksize=1024
mixer_prebuffer=240
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=7
sblaster_dma=1
sblaster_hdma=5
sblaster_mixer=
true
sblaster_oplmode=auto
sblaster_oplrate=22050
_EOFCFG_
[
"$POL_OS"
=
"Linux"
] &&
echo
"render_scaler=hq2x"
>>
"$WINEPREFIX/playonlinux_dos.cfg"
cat
<<_EOFAE_ >
"$WINEPREFIX/drive_c/autoexec.bat"
imgmount D
"$WINEPREFIX/drive_c/GOG Games/Alone in the Dark 2/GAME.INST"
-t iso
_EOFAE_
POL_Shortcut
"AITD2.EXE"
"$SHORTCUT_NAME"
"$SHORTCUT_NAME.png"
""
"Game;ActionGame;"
POL_Shortcut_Document
"$SHORTCUT_NAME"
"$WINEPREFIX/drive_c/GOG Games/Alone in the Dark 2/manual.pdf"
POL_SetupWindow_Close
exit
0