GOG.com - Men of War: Red Tide

Informations

Creator Message
robka Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 5798
Wine: 3.0.3

Feedbacks

Description

Men of War: Red Tide is a sequel to the critically acclaimed RTS Men of War. Red Tide introduces a new story driven campaign based on the writings of Soviet scribe Alexander Zorich, it also includes dozens of new or upgraded units and weapons.


Men of War: Red Tide is a stunning mixture of RTS and a third-person action that introduces a new fighting force known for its brutal efficiency during the height of World War II. Played out across more than 20 missions, Men of War: Red Tide allows to take command of the feared "Black Coats," the nickname given to Soviet Marines, an elite combat group specializing in engagements near the shoreline.


The player has direct control of new game units including the Black Coats, tanks, self-propelled guns, armored trains, landing craft, artillery and new enemy emplaced weapons to capture and use. New air support options include fighters, bombers, hydroplanes; cruisers, destroyers and gun boats which provide naval fire support.
Fighting during the Black Sea Campaigns of WWII, history buffs and WWII aficionados will recognize theaters of battle such as Odessa, Sevastopol, Theodosia, Eltingen, Nikolaev and Constanta.


 - 23 missions - Soviet, German, Romanian and Italian forces
 - Six intense historical battles and landing operations during 1941-1945
 - Over 100 different military units: tanks, artillery, armored cars, planes, war ships and boats

Source code

#!/usr/bin/env playonlinux-bash
#
# CHANGELOG
# [robka] (2015-12-04)
#   Initial script.
# [Dadu042] (2020-03-20 19:30).
#   Wine 1.6.2 -> 3.0.3


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

GOGID="men_of_war_red_tide"
WORKING_WINE_VERSION="3.0.3"
TITLE="GOG.com - Men of War: Red Tide"
PREFIX="MoW_RedTide"
SHORTCUT_NAME="Men of War: Red Tide"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2668
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" $PREFIX
 
POL_Call POL_GoG_setup "$GOGID"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install "/nogui"
Set_OS winxp
POL_Call POL_Install_d3dx9_36
 
POL_Shortcut "redtide.exe" "$SHORTCUT_NAME" "" "" "Game;"
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
Dadu042 Saturday 21 March 2020 at 14:54
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,9 +1,17 @@
 #!/usr/bin/env playonlinux-bash
+#
+# CHANGELOG
+# [robka] (2015-12-04)
+#   Initial script.
+# [Dadu042] (2020-03-20 19:30).
+#   Wine 1.6.2 -> 3.0.3
+
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+
 GOGID="men_of_war_red_tide"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="3.0.3"
 TITLE="GOG.com - Men of War: Red Tide"
 PREFIX="MoW_RedTide"
 SHORTCUT_NAME="Men of War: Red Tide"
@@ -22,6 +30,6 @@
 Set_OS winxp
 POL_Call POL_Install_d3dx9_36
  
-POL_Shortcut "redtide.exe" "$SHORTCUT_NAME"
+POL_Shortcut "redtide.exe" "$SHORTCUT_NAME" "" "" "Game;"
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
#
# CHANGELOG
# [robka] (2015-12-04)
#   Initial script.
# [Dadu042] (2020-03-20 19:30).
#   Wine 1.6.2 -> 3.0.3


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

GOGID="men_of_war_red_tide"
WORKING_WINE_VERSION="3.0.3"
TITLE="GOG.com - Men of War: Red Tide"
PREFIX="MoW_RedTide"
SHORTCUT_NAME="Men of War: Red Tide"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2668
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" $PREFIX
 
POL_Call POL_GoG_setup "$GOGID"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install "/nogui"
Set_OS winxp
POL_Call POL_Install_d3dx9_36
 
POL_Shortcut "redtide.exe" "$SHORTCUT_NAME" "" "" "Game;"
POL_SetupWindow_Close
exit

Replies

robka Friday 4 December 2015 at 22:27
robka Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,27 @@
+#!/usr/bin/env playonlinux-bash
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+GOGID="men_of_war_red_tide"
+WORKING_WINE_VERSION="1.6.2"
+TITLE="GOG.com - Men of War: Red Tide"
+PREFIX="MoW_RedTide"
+SHORTCUT_NAME="Men of War: Red Tide"
+ 
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 2668
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" $PREFIX
+ 
+POL_Call POL_GoG_setup "$GOGID"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+ 
+POL_Call POL_GoG_install "/nogui"
+Set_OS winxp
+POL_Call POL_Install_d3dx9_36
+ 
+POL_Shortcut "redtide.exe" "$SHORTCUT_NAME"
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="men_of_war_red_tide"
WORKING_WINE_VERSION="1.6.2"
TITLE="GOG.com - Men of War: Red Tide"
PREFIX="MoW_RedTide"
SHORTCUT_NAME="Men of War: Red Tide"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2668
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" $PREFIX
 
POL_Call POL_GoG_setup "$GOGID"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_GoG_install "/nogui"
Set_OS winxp
POL_Call POL_Install_d3dx9_36
 
POL_Shortcut "redtide.exe" "$SHORTCUT_NAME"
POL_SetupWindow_Close
exit

Replies

Saturday 5 December 2015 at 0:03
POL_GoG_setup should normally take the game GOGID followed by the MD5 hash of the different download pieces, but since automated download has been broken for a long time, maybe it's ok not to provide hashes? I'm not sure

Edited by petch