GOG.com - Men of War: Assault Squad
Informations
Créateur | Messages |
---|---|
robka
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 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.
Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Samedi 21 Mars 2020 à 14:52 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
robka | Jeudi 19 Novembre 2015 à 19:44 |
robka
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 RéponsesEdité par petch |
robka | Mercredi 18 Novembre 2015 à 23:06 |
robka
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 RéponsesJeudi 19 Novembre 2015 à 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