GOG.com - The Chaos Engine Remastered

Informations

Creator Message
visitntx Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 6726
Wine: 3.0.3

Feedbacks

Description

Take the role of a mercenary fighting ordes of mutated humans in this remastered cyberpunk classic from BitmapBrothers.

GOG now has installers for Mac

Source code

#!/bin/bash
# Date : (2013-09-07)
# Last Revision : (2014-05-18 22:05)
# Wine version used : 1.4.1, 1.6.2
# Distribution used to test : Debian Sid (Unstable repositories)
# Author : VisitntX visitntx@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [VisitntX] (2013-09-07)
#   Initial script.
# [Pierre Etchemaite] (2014-05-18 22:05)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested)

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="the_chaos_engine"
PREFIX="ChaosEngineRemastered_gog"
WORKING_WINE_VERSION="3.0.3"
 
TITLE="GOG.com - The Chaos Engine Remastered"
SHORTCUT_NAME="The Chaos Engine Remastered"
 
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 1822
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Abstraction Games and The Bitmap Brothers / Mastertronic" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" "98e5a165b5ef3bdc9a9e4df23c2a447d"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install
 
# Setting Windows Version 
Set_OS winxp
 
# Cleaning Wine by rebooting 
POL_Wine_reboot
 
POL_Shortcut "The Chaos Engine - Remastered.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/The Chaos Engine - Remastered/The Chaos Engine - Manual.pdf"
 
POL_SetupWindow_Close
 
exit

Contributions

Filters:

Contribute
Member Message
Dadu042 Sunday 19 April 2020 at 17:57
Dadu042

Information

This update has been approved by the team.

Differences

@@ -7,13 +7,21 @@
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
- 
+#
+# CHANGELOG
+# [VisitntX] (2013-09-07)
+#   Initial script.
+# [Pierre Etchemaite] (2014-05-18 22:05)
+#   Script updated for GOG's installer v2.
+# [Dadu042] (2020-04-19 17:30).
+#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested)
+
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
 GOGID="the_chaos_engine"
 PREFIX="ChaosEngineRemastered_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="3.0.3"
  
 TITLE="GOG.com - The Chaos Engine Remastered"
 SHORTCUT_NAME="The Chaos Engine Remastered"

New source code

#!/bin/bash
# Date : (2013-09-07)
# Last Revision : (2014-05-18 22:05)
# Wine version used : 1.4.1, 1.6.2
# Distribution used to test : Debian Sid (Unstable repositories)
# Author : VisitntX visitntx@gmail.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [VisitntX] (2013-09-07)
#   Initial script.
# [Pierre Etchemaite] (2014-05-18 22:05)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested)

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="the_chaos_engine"
PREFIX="ChaosEngineRemastered_gog"
WORKING_WINE_VERSION="3.0.3"
 
TITLE="GOG.com - The Chaos Engine Remastered"
SHORTCUT_NAME="The Chaos Engine Remastered"
 
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 1822
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Abstraction Games and The Bitmap Brothers / Mastertronic" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" "98e5a165b5ef3bdc9a9e4df23c2a447d"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install
 
# Setting Windows Version 
Set_OS winxp
 
# Cleaning Wine by rebooting 
POL_Wine_reboot
 
POL_Shortcut "The Chaos Engine - Remastered.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/The Chaos Engine - Remastered/The Chaos Engine - Manual.pdf"
 
POL_SetupWindow_Close
 
exit

Replies

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