GOG.com - Men of War: Assault Squad
Informations
Creator | Message |
---|---|
robka
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionMen of War: Assault Squad features a completely new cooperative skirmish game mode with access to five different nations (Russia, Germany, USA, Commonwealth and, for the first time ever in the Men of War series, Japan) as well as increased realism and accessibility.
Source code#!/usr/bin/env playonlinux-bash # # CHANGELOG # [robka] (2015-11-18) # 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_assault_squad_goty_edition" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Men of War: Assault Squad" PREFIX="MoW_AS" SHORTCUT_NAME="Men of War: Assault Squad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" "Men of War - Assault Squad" POL_Call POL_GoG_setup "$GOGID" "4d94cc1d1ead4f7af60216a1b8be8dca" 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 "mow_assault_squad.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Saturday 21 March 2020 at 14:52 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,9 +1,16 @@ #!/usr/bin/env playonlinux-bash +# +# CHANGELOG +# [robka] (2015-11-18) +# 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_assault_squad_goty_edition" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Men of War: Assault Squad" PREFIX="MoW_AS" SHORTCUT_NAME="Men of War: Assault Squad" @@ -20,6 +27,6 @@ Set_OS winxp POL_Call POL_Install_d3dx9_36 -POL_Shortcut "mow_assault_squad.exe" "$SHORTCUT_NAME" +POL_Shortcut "mow_assault_squad.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_SetupWindow_Close -exit +exit 0 \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash # # CHANGELOG # [robka] (2015-11-18) # 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_assault_squad_goty_edition" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Men of War: Assault Squad" PREFIX="MoW_AS" SHORTCUT_NAME="Men of War: Assault Squad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" "Men of War - Assault Squad" POL_Call POL_GoG_setup "$GOGID" "4d94cc1d1ead4f7af60216a1b8be8dca" 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 "mow_assault_squad.exe" "$SHORTCUT_NAME" "" "" "Game;" POL_SetupWindow_Close exit 0 Replies |
robka | Thursday 19 November 2015 at 19:44 |
robka
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,25 @@ +#!/usr/bin/env playonlinux-bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +GOGID="men_of_war_assault_squad_goty_edition" +WORKING_WINE_VERSION="1.6.2" +TITLE="GOG.com - Men of War: Assault Squad" +PREFIX="MoW_AS" +SHORTCUT_NAME="Men of War: Assault Squad" + +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" "Men of War - Assault Squad" + +POL_Call POL_GoG_setup "$GOGID" "4d94cc1d1ead4f7af60216a1b8be8dca" +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 "mow_assault_squad.exe" "$SHORTCUT_NAME" +POL_SetupWindow_Close +exit New source code#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="men_of_war_assault_squad_goty_edition" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Men of War: Assault Squad" PREFIX="MoW_AS" SHORTCUT_NAME="Men of War: Assault Squad" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Digitalmindsoft" "http://www.gog.com/game/$GOGID" "Robin Karlsson" "Men of War - Assault Squad" POL_Call POL_GoG_setup "$GOGID" "4d94cc1d1ead4f7af60216a1b8be8dca" 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 "mow_assault_squad.exe" "$SHORTCUT_NAME" POL_SetupWindow_Close exit RepliesEdited by petch |
robka | Wednesday 18 November 2015 at 23:06 |
robka
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,25 @@ +#!/bin/bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +GOGID="men_of_war_assault_squad_goty_edition" +WORKING_WINE_VERSION="1.6.2" +SHORTCUT_NAME="Men of War: Assault Squad" + +POL_SetupWindow_Init +POL_SetupWindow_presentation "Men of War: Assault Squad - GOG.com" "Digitalmindsoft" "http://www.gog.com/game/men_of_war_assault_squad_goty_edition" "Robin Karlsson" "Men of War - Assault Squad" + +POL_Call POL_GoG_setup "men_of_war_assault_squad_goty_edition" "4d94cc1d1ead4f7af60216a1b8be8dca" +POL_Wine_SelectPrefix "Men of War Assault Squad" +POL_Wine_PrefixCreate "1.6.2" + +POL_Call POL_GoG_install "/nogui" +Set_OS winxp +POL_Call POL_Install_d3dx9_36 + + + +POL_Shortcut "mow_assault_squad.exe" "Men of War Assault Squad" +POL_Config_PrefixWrite "LANGUAGE" "English" +POL_SetupWindow_Close +exit New source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="men_of_war_assault_squad_goty_edition" WORKING_WINE_VERSION="1.6.2" SHORTCUT_NAME="Men of War: Assault Squad" POL_SetupWindow_Init POL_SetupWindow_presentation "Men of War: Assault Squad - GOG.com" "Digitalmindsoft" "http://www.gog.com/game/men_of_war_assault_squad_goty_edition" "Robin Karlsson" "Men of War - Assault Squad" POL_Call POL_GoG_setup "men_of_war_assault_squad_goty_edition" "4d94cc1d1ead4f7af60216a1b8be8dca" POL_Wine_SelectPrefix "Men of War Assault Squad" POL_Wine_PrefixCreate "1.6.2" POL_Call POL_GoG_install "/nogui" Set_OS winxp POL_Call POL_Install_d3dx9_36 POL_Shortcut "mow_assault_squad.exe" "Men of War Assault Squad" POL_Config_PrefixWrite "LANGUAGE" "English" POL_SetupWindow_Close exit RepliesThursday 19 November 2015 at 18:59
|
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