#!/bin/bash
[ -z
"$PLAYONLINUX"
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
GOGID=
"space_quest_4_5_6"
PREFIX=
"SpaceQuest456_gog"
WORKING_WINE_VERSION=
"1.6.2-dos_support_0.6"
TITLE=
"GOG.com - Space Quest 4, 5, 6"
SHORTCUT_NAME1=
"Space Quest 4: Roger Wilco and The Time Rippers"
SHORTCUT_NAME2=
"Space Quest 5: Roger Wilco - The Next Mutation"
SHORTCUT_NAME3=
"Space Quest 6: Roger Wilco in The Spinal Frontier"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1212
POL_Debug_Init
POL_Call
POL_GoG_setup
"$GOGID"
"0df532306b7979f72daaa35d7f8bb89e"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WORKING_WINE_VERSION"
POL_Call
POL_GoG_install
cd
"$WINEPREFIX/drive_c/GOG Games/Space Quest 4-5-6"
|| POL_Debug_Fatal
"Game not installed in standard path?"
SPACEQUEST4=
"SQ4"
SPACEQUEST5=
"SQ5"
SPACEQUEST6=
"SQ6"
mv
"Space Quest 4"
"$SPACEQUEST4"
mv
"Space Quest 5"
"$SPACEQUEST5"
mv
"Space Quest 6"
"$SPACEQUEST6"
POL_SetupWindow_VMS
"1"
cat
<<_EOFCFG_ >>
"$WINEPREFIX/playonlinux_dos.cfg"
cpu_core=simple
cpu_cputype=386_slow
cpu_cycles=
"auto 5000"
render_aspect=
true
render_frameskip=1
mixer_rate=22050
mixer_blocksize=2048
mixer_prebuffer=40
sblaster_sbtype=sb16
sblaster_sbbase=220
sblaster_irq=7
sblaster_dma=1
sblaster_hdma=5
sblaster_mixer=
true
sblaster_oplmode=auto
sblaster_oplrate=22050
gus_gus=
false
_EOFCFG_
[
"$POL_OS"
=
"Linux"
] &&
echo
"render_scaler=hq2x"
>>
"$WINEPREFIX/playonlinux_dos.cfg"
POL_Shortcut
"GOG Games/Space Quest 4-5-6/$SPACEQUEST4/SIERRA.EXE"
"$SHORTCUT_NAME1"
"$SHORTCUT_NAME1.png"
""
"Game;AdventureGame;"
POL_Shortcut_Document
"$SHORTCUT_NAME1"
"$WINEPREFIX/drive_c/GOG Games/Space Quest 4-5-6/manual.pdf"
POL_Shortcut
"GOG Games/Space Quest 4-5-6/$SPACEQUEST5/SIERRA.EXE"
"$SHORTCUT_NAME2"
"$SHORTCUT_NAME2.png"
""
"Game;AdventureGame;"
POL_Shortcut_Document
"$SHORTCUT_NAME2"
"$WINEPREFIX/drive_c/GOG Games/Space Quest 4-5-6/manual.pdf"
POL_Shortcut
"GOG Games/Space Quest 4-5-6/$SPACEQUEST6/SIERRA.EXE"
"$SHORTCUT_NAME3"
"$SHORTCUT_NAME3.png"
"-o resource.cfg"
"Game;AdventureGame;"
POL_Shortcut_Document
"$SHORTCUT_NAME3"
"$WINEPREFIX/drive_c/GOG Games/Space Quest 4-5-6/manual.pdf"
POL_SetupWindow_Close
exit
0