GOG.com - Omikron: The Nomad Soul

Informations

Créateur Messages
Okto Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 6820
Wine: 1.6.2

Retours d'expérience

Description

An 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:

Contribuer
Membre Messages
Okto Samedi 11 Octobre 2014 à 18:10
Okto Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Unfortunately, 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éponses

Anonymous
Jeudi 26 Aoüt 2021 à 10:34
When I try to install it, I get a message box asking for "Select Setup Language" but that contains nothing (just a picture of a CD-ROM). If I press Enter it disappears but then it seems nothing happen. I just have the "Please wait while GOG.com - Omikron: The Nomad Soul is installed..." and the 'blinking' circle

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