

# Shortcut done before install for steam version POL_Call POL_Install_steam_flags "$STEAM_ID" # POL_SetupWindow_message "Note: at the end of the installation, please do not run the game, and do not install DirectX 9." "$TITLE" POL_SetupWindow_InstallMethod "DVD,LOCAL" # POL_SetupWindow_InstallMethod "STEAM,DVD,LOCAL,DOWNLOAD" # Choose between Steam and other Digital Download versions POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Downloading wine if necessary and creating prefix POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" # POL_SetupWindow_message "$(eval_gettext 'This game requires a fast 3D GPU (ie: Intel HD Graphics 4440 is not enough).')" "$TITLE" # POL_SetupWindow_message "$(eval_gettext 'WARNING: this software does exist in Linux native version.\n\nThis script only allow to run the Windows version on Linux, please prefer the Linux edition for better 3D speed.')" "$TITLE" POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Ideas to improve this script: select archive, then decide if extension is RAR or ZIP or 7Z. # - GOG edition (v2.1.0.5) + Wine amd64 3.0.3, 3.21, 4.0.2 : display is half vertical (down to the bottom), make it impossible to play. Tried: POL_Install_riched30, riched20, msxml3, msxml6, mfc42, mdac28. # - Wine amd64 3.0.3, 4.0.2: installer does crash after the 3rd window, it fail the select the right destination pathname (folder), this is because the installer fail to read correctly (to parse) the file 'Install.ini'. # Middlewares used by this software : DirectX 6, Phoenix VR, IndeoVideo 5. I have not tested the Steam edition (2014). # TESTED Editions: - CD-ROM, v1.0 ? (folders date: october 2000). # Distribution used to test : Ubuntu 18.04 圆4

# Wine version used : see the changelog below # Last revision : see the changelog below
