Napoleon Total War (steam)

Informations

Créateur Messages
robka Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 10843
Wine: 1.7.14-NapoleonTotalWAR

Retours d'expérience

Description

RTS, 2010. Wikipedia.

PCGamingWiki, Appdb.winehq.org

Code source

#!/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:

Contribuer
Membre Messages
robka Dimanche 3 Janvier 2016 à 23:25
robka Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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"
 

Nouveau code source

#!/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

Réponses

Lundi 4 Janvier 2016 à 0:12
I'm not sure what's the problem, but that's not the solution...
robka Dimanche 3 Janvier 2016 à 12:38
robka Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

#!/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

Réponses

Anonymous
Dimanche 28 Mai 2017 à 14:40
How to install manually with out installer? :)

Edité par petch