GOG.com - Deus Ex 2: Invisible War

Informatie

Creator Bericht
petch

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 10439
Wine: 2.22

Feedbacks

Omschrijving

English: Young trainee of a futuristic special force, you're supposed to protect it against fanatics that accuse it of being corrupted. But where is the truth?
(updated for GOG installer v2)

Français : Jeune recrue d'une force spéciale futuriste, votre devoir est de la protéger de fanatiques qui l'accusent d'être corrompue. Mais où est la vérité ?
(mis à jour pour l'installeur GOG v2)

Schermafdrukken

MiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Broncode

#!/bin/bash
# Date : (2012-09-29 16-22)
# Last revision : see changelog
# Wine version used : 1.4.1, 1.6.2
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-09-29 16-22)
#   Initial script, for the GOG release.
# [Pierre Etchemaite] (2014-02-01 23-50)
#   ?
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.6.2 -> 2.22

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="deus_ex_invisible_war"
PREFIX="DeusEx2_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Deus Ex 2: Invisible War"
SHORTCUT_NAME="Deus Ex 2: Invisible War"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1419
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Ion Storm Inc. / Square Enix" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "6319ae4c3ce454f17c852f61aba3307b" "8c07943821a7d0d7cba98af1f0b9b743" "acf2dd2d2c1ff0e92a59c20028192b62"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

POL_Wine_X11Drv "GrabFullScreen" "Y"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "dx2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Deus Ex - Invisible War/manual.pdf"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Zaterdag 25 Januari 2020 om 12:26
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,27 @@
 #!/bin/bash
 # Date : (2012-09-29 16-22)
-# Last revision : (2014-02-01 23-50)
+# Last revision : see changelog
 # Wine version used : 1.4.1, 1.6.2
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-09-29 16-22)
+#   Initial script, for the GOG release.
+# [Pierre Etchemaite] (2014-02-01 23-50)
+#   ?
+# [Dadu042] (2020-01-25 11:10)
+#   Wine 1.6.2 -> 2.22
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="deus_ex_invisible_war"
 PREFIX="DeusEx2_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="2.22"
 
 TITLE="GOG.com - Deus Ex 2: Invisible War"
 SHORTCUT_NAME="Deus Ex 2: Invisible War"
@@ -50,4 +58,4 @@
 
 POL_SetupWindow_Close
 
-exit 0
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2012-09-29 16-22)
# Last revision : see changelog
# Wine version used : 1.4.1, 1.6.2
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-09-29 16-22)
#   Initial script, for the GOG release.
# [Pierre Etchemaite] (2014-02-01 23-50)
#   ?
# [Dadu042] (2020-01-25 11:10)
#   Wine 1.6.2 -> 2.22

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="deus_ex_invisible_war"
PREFIX="DeusEx2_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Deus Ex 2: Invisible War"
SHORTCUT_NAME="Deus Ex 2: Invisible War"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1419
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Ion Storm Inc. / Square Enix" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "6319ae4c3ce454f17c852f61aba3307b" "8c07943821a7d0d7cba98af1f0b9b743" "acf2dd2d2c1ff0e92a59c20028192b62"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

POL_Wine_X11Drv "GrabFullScreen" "Y"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "dx2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Deus Ex - Invisible War/manual.pdf"
POL_Shortcut_QuietDebug "$SHORTCUT_NAME"

POL_SetupWindow_Close

exit 0

Antwoorden

kohlrak Dinsdag 19 Augustus 2014 om 13:12
kohlrak Anonymous

Bericht

Most menu items i can't see, just the stuff on the left and right side of the screen. Can get into menues, but can't actually read what my options are, and the game itself doesn't render at all after starting a new game (guessing to start one).

Antwoorden