You are here
Marine Malice 2 : Le Mystere de l'Ecole Hantee
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionPoint and click video game, for kids. 1996. This script is for the french release, but perhaps does work for the english release. ScreenshotsSource code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Marine Malice 2 : Le Mystère de l'Ecole Hantée" PREFIX="MarineMalice2" WINEVERSION="1.4-scummvm_support" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Ubisoft" "" "Tinou" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "FREDDI2.EXE" LNG_ID="fr" LNG_NAME="French" POL_Wine_WaitBefore "$TITLE" mkdir -p "$WINEPREFIX/drive_c/Marine2" cd "$WINEPREFIX/drive_c/Marine2" || POL_Debug_Fatal "Directory not found $WINEPREFIX/drive_c/Marine2" cat << EOF > freddi2.polcfg [freddi2] platform=pc gameid=freddi2 description=Marine Malice 2 language=$LNG_ID guioptions=sndNoSpeech lang_$LNG_NAME subtitles=false EOF POL_System_CopyDirectory "$CDROM" "$WINEPREFIX/drive_c/Marine2" POL_Shortcut "freddi2.polcfg" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com