GOG.com - Omikron: The Nomad Soul
Informations
Créateur | Messages |
---|---|
Okto
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionAn interesting adventure game released by Quantic Dream in 1999. Code source#!/bin/bash # Date : (2014-10-11 17-01) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Omikron: The Nomad Soul" PREFIX="omikron" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Omikron" GOGID="omikron_the_nomad_soul" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Quantic Dream" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "b1dc7b912b2fdd604d434c1d73fda9dd" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS win7 # virtual desktop required to avoid crash on launch Set_Desktop On 800 600 POL_Wine_reboot POL_Shortcut "Runtime.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Omikron - The Nomad Soul/Omikron the Nomad Soul - Manual.pdf" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Okto | Samedi 11 Octobre 2014 à 18:10 |
Okto
|
InformationCette mise à jour a été acceptée par l'équipe MessagesUnfortunately, neither of my browsers seems to show the code box during the first step. I will try to find out why, but for now, this is the code here. Differences@@ -0,0 +1,39 @@ + #!/bin/bash +# Date : (2014-10-11 17-01) +# Wine version used : 1.6.2 +# Distribution used to test : OpenSuse 13.1 +# Author : Benjamin Hardy + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - Omikron: The Nomad Soul" +PREFIX="omikron" +WORKING_WINE_VERSION="1.6.2" +SHORTCUT_NAME="Omikron" +GOGID="omikron_the_nomad_soul" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Quantic Dream" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "b1dc7b912b2fdd604d434c1d73fda9dd" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_GoG_install + +Set_OS win7 +# virtual desktop required to avoid crash on launch +Set_Desktop On 800 600 + +POL_Wine_reboot + +POL_Shortcut "Runtime.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" +POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Omikron - The Nomad Soul/Omikron the Nomad Soul - Manual.pdf" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2014-10-11 17-01) # Wine version used : 1.6.2 # Distribution used to test : OpenSuse 13.1 # Author : Benjamin Hardy [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Omikron: The Nomad Soul" PREFIX="omikron" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Omikron" GOGID="omikron_the_nomad_soul" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Quantic Dream" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "b1dc7b912b2fdd604d434c1d73fda9dd" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS win7 # virtual desktop required to avoid crash on launch Set_Desktop On 800 600 POL_Wine_reboot POL_Shortcut "Runtime.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Omikron - The Nomad Soul/Omikron the Nomad Soul - Manual.pdf" POL_SetupWindow_Close exit 0 RéponsesJeudi 26 Aoüt 2021 à 10:34
|
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