You are here
Napoleon Total War (steam)
Informations
Creator | Message |
---|---|
robka
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionRTS, 2010. Wikipedia. PCGamingWiki, Appdb.winehq.org Source code#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WORKING_WINE_VERSION="1.7.14-NapoleonTotalWAR" TITLE="Napoleon Total War (steam)" PREFIX="Napoleon_Total_War" SHORTCUT_NAME="Napoleon Total War" STEAM_URL="http://store.steampowered.com/app/34030" POL_SetupWindow_Init POL_SetupWindow_SetID 2698 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Creative Assembly" $STEAM_URL "Robin Karlsson" $PREFIX POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/34030 POL_Wine_WaitExit "$TITLE" POL_Shortcut "Napoleon.exe" "$SHORTCUT_NAME" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
robka | Sunday 3 January 2016 at 23:25 |
robka
|
WarningThis update has not been approved yet by the team. Differences@@ -21,7 +21,7 @@ -cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +cd "$PREFIX/drive_c/Program Files/Steam" POL_Wine "steam.exe" steam://install/34030 POL_Wine_WaitExit "$TITLE" New source code#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WORKING_WINE_VERSION="1.7.14-NapoleonTotalWAR" TITLE="Napoleon Total War (steam)" PREFIX="Napoleon_Total_War" SHORTCUT_NAME="Napoleon Total War" STEAM_URL="http://store.steampowered.com/app/34030" POL_SetupWindow_Init POL_SetupWindow_SetID 2698 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Creative Assembly" $STEAM_URL "Robin Karlsson" $PREFIX POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam cd "$PREFIX/drive_c/Program Files/Steam" POL_Wine "steam.exe" steam://install/34030 POL_Wine_WaitExit "$TITLE" POL_Shortcut "Napoleon.exe" "$SHORTCUT_NAME" POL_SetupWindow_Close exit RepliesMonday 4 January 2016 at 0:12
|
robka | Sunday 3 January 2016 at 12:38 |
robka
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,31 @@ +#!/usr/bin/env playonlinux-bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +WORKING_WINE_VERSION="1.7.14-NapoleonTotalWAR" +TITLE="Napoleon Total War (steam)" +PREFIX="Napoleon_Total_War" +SHORTCUT_NAME="Napoleon Total War" +STEAM_URL="http://store.steampowered.com/app/34030" + + +POL_SetupWindow_Init +POL_SetupWindow_SetID 2698 +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "The Creative Assembly" $STEAM_URL "Robin Karlsson" $PREFIX + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_steam + + + +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine "steam.exe" steam://install/34030 +POL_Wine_WaitExit "$TITLE" + +POL_Shortcut "Napoleon.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" WORKING_WINE_VERSION="1.7.14-NapoleonTotalWAR" TITLE="Napoleon Total War (steam)" PREFIX="Napoleon_Total_War" SHORTCUT_NAME="Napoleon Total War" STEAM_URL="http://store.steampowered.com/app/34030" POL_SetupWindow_Init POL_SetupWindow_SetID 2698 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "The Creative Assembly" $STEAM_URL "Robin Karlsson" $PREFIX POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/34030 POL_Wine_WaitExit "$TITLE" POL_Shortcut "Napoleon.exe" "$SHORTCUT_NAME" POL_SetupWindow_Close exit RepliesSunday 28 May 2017 at 14:40
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