GOG.com - Men of War: Red Tide
Informations
Creator | Message |
---|---|
robka
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionMen 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.
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:
ContributeMember | Message |
Dadu042 | Saturday 21 March 2020 at 14:54 |
Dadu042
|
InformationThis 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
|
WarningThis update has not been approved yet by the team. 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 RepliesSaturday 5 December 2015 at 0:03
Edited by petch |
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