World Of Warplanes
Informations
Créateur | Messages |
---|---|
Massawi33
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 4 DescriptionFlight combat MMO action game; set in the Golden Age of military aviation. Wikipedia. Warning: As of may 2020, the game might now fail to install, because the installation became impossible without the 'Wargaming.net Game Center' (appdb.winehq.org). Code source#!/bin/bash # Date : (2013-03-30) # Last revision : (2013-03-30) # Distribution used to test : Ubuntu-gnome 64 # Author : Massawi33 # Licence : GPLv3 # PlayOnLinux: playonlinux-4.2.2 # CHANGELOG: # [max252] (2014) # Initial write ?. # [Dadu042] (2020-01-09) (not tested) # Wine 1.17.12 -> 4.21 # Add GPU setting. # [Dadu042] (2020-01-09 19:55) # Wine 4.21 -> 4.0.3 (more economical because this script is not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="WorldOfWarplanes" PREFIX="WOWarplanes" WORKING_WINE_VERSION="4.21" PUBLISHER="BigWorld Technology" GAME_URL="http://worldofwarplanes.com/" AUTHOR="Massawi33" GAME_VMS="128" # Setup POL_SetupWindow_Init POL_SetupWindow_SetID 1983 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$TITLE will not work with $APPLICATION_TITLE $VERSION\nPlease upgrade." POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Components POL_Call POL_Install_vcrun2008 POL_Call POL_Install_d3dx9_36 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_dxdiag POL_Call POL_Install_dxfullsetup POL_Call POL_Install_corefonts POL_Call POL_Install_msxml3 POL_Call POL_Install_wininet POL_Call POL_Install_ie8 ################ # GPU # ################ # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Useful for Nvidia GPUs # POL_Call POL_Install_physx #################### # DOWNLOAD GAME # #################### #Select which version POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" [ "$APP_ANSWER" = "North America" ] && REGION="na" [ "$APP_ANSWER" = "Europe" ] && REGION="eu" [ "$APP_ANSWER" = "Russia" ] && REGION="ru" # Download cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, then un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE" #Installation POL_Wine start /unix "$WINEPREFIX/drive_c/WoWP_internet_install_$REGION.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "WOWpLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 9 Janvier 2020 à 19:57 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -13,6 +13,8 @@ # [Dadu042] (2020-01-09) (not tested) # Wine 1.17.12 -> 4.21 # Add GPU setting. +# [Dadu042] (2020-01-09 19:55) +# Wine 4.21 -> 4.0.3 (more economical because this script is not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" Nouveau code source#!/bin/bash # Date : (2013-03-30) # Last revision : (2013-03-30) # Distribution used to test : Ubuntu-gnome 64 # Author : Massawi33 # Licence : GPLv3 # PlayOnLinux: playonlinux-4.2.2 # CHANGELOG: # [max252] (2014) # Initial write ?. # [Dadu042] (2020-01-09) (not tested) # Wine 1.17.12 -> 4.21 # Add GPU setting. # [Dadu042] (2020-01-09 19:55) # Wine 4.21 -> 4.0.3 (more economical because this script is not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="WorldOfWarplanes" PREFIX="WOWarplanes" WORKING_WINE_VERSION="4.21" PUBLISHER="BigWorld Technology" GAME_URL="http://worldofwarplanes.com/" AUTHOR="Massawi33" GAME_VMS="128" # Setup POL_SetupWindow_Init POL_SetupWindow_SetID 1983 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$TITLE will not work with $APPLICATION_TITLE $VERSION\nPlease upgrade." POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Components POL_Call POL_Install_vcrun2008 POL_Call POL_Install_d3dx9_36 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_dxdiag POL_Call POL_Install_dxfullsetup POL_Call POL_Install_corefonts POL_Call POL_Install_msxml3 POL_Call POL_Install_wininet POL_Call POL_Install_ie8 ################ # GPU # ################ # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Useful for Nvidia GPUs # POL_Call POL_Install_physx #################### # DOWNLOAD GAME # #################### #Select which version POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" [ "$APP_ANSWER" = "North America" ] && REGION="na" [ "$APP_ANSWER" = "Europe" ] && REGION="eu" [ "$APP_ANSWER" = "Russia" ] && REGION="ru" # Download cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, then un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE" #Installation POL_Wine start /unix "$WINEPREFIX/drive_c/WoWP_internet_install_$REGION.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "WOWpLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Jeudi 9 Janvier 2020 à 19:54 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -6,12 +6,20 @@ # Licence : GPLv3 # PlayOnLinux: playonlinux-4.2.2 + +# CHANGELOG: +# [max252] (2014) +# Initial write ?. +# [Dadu042] (2020-01-09) (not tested) +# Wine 1.17.12 -> 4.21 +# Add GPU setting. + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="WorldOfWarplanes" PREFIX="WOWarplanes" -WORKING_WINE_VERSION="1.7.12" +WORKING_WINE_VERSION="4.21" PUBLISHER="BigWorld Technology" GAME_URL="http://worldofwarplanes.com/" AUTHOR="Massawi33" @@ -24,6 +32,8 @@ POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX" +POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$TITLE will not work with $APPLICATION_TITLE $VERSION\nPlease upgrade." + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" @@ -38,8 +48,23 @@ POL_Call POL_Install_wininet POL_Call POL_Install_ie8 +################ +# GPU # +################ + # Asking about memory size of graphic card -POL_SetupWindow_VMS "$GAME_VMS" +POL_SetupWindow_VMS $GAME_VMS + +# Set Graphic Card information keys for wine +POL_Wine_SetVideoDriver + +# Useful for Nvidia GPUs +# POL_Call POL_Install_physx + + +#################### +# DOWNLOAD GAME # +#################### #Select which version POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" @@ -50,7 +75,7 @@ cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" -POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, Then Un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, then un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE" #Installation POL_Wine start /unix "$WINEPREFIX/drive_c/WoWP_internet_install_$REGION.exe" @@ -58,8 +83,8 @@ # Create Shortcuts -POL_Shortcut "WOWpLauncher.exe" "$TITLE" +POL_Shortcut "WOWpLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2013-03-30) # Last revision : (2013-03-30) # Distribution used to test : Ubuntu-gnome 64 # Author : Massawi33 # Licence : GPLv3 # PlayOnLinux: playonlinux-4.2.2 # CHANGELOG: # [max252] (2014) # Initial write ?. # [Dadu042] (2020-01-09) (not tested) # Wine 1.17.12 -> 4.21 # Add GPU setting. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="WorldOfWarplanes" PREFIX="WOWarplanes" WORKING_WINE_VERSION="4.21" PUBLISHER="BigWorld Technology" GAME_URL="http://worldofwarplanes.com/" AUTHOR="Massawi33" GAME_VMS="128" # Setup POL_SetupWindow_Init POL_SetupWindow_SetID 1983 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$TITLE will not work with $APPLICATION_TITLE $VERSION\nPlease upgrade." POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Components POL_Call POL_Install_vcrun2008 POL_Call POL_Install_d3dx9_36 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_dxdiag POL_Call POL_Install_dxfullsetup POL_Call POL_Install_corefonts POL_Call POL_Install_msxml3 POL_Call POL_Install_wininet POL_Call POL_Install_ie8 ################ # GPU # ################ # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Useful for Nvidia GPUs # POL_Call POL_Install_physx #################### # DOWNLOAD GAME # #################### #Select which version POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" [ "$APP_ANSWER" = "North America" ] && REGION="na" [ "$APP_ANSWER" = "Europe" ] && REGION="eu" [ "$APP_ANSWER" = "Russia" ] && REGION="ru" # Download cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, then un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE" #Installation POL_Wine start /unix "$WINEPREFIX/drive_c/WoWP_internet_install_$REGION.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "WOWpLauncher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Réponses |
Deleted account | Mercredi 16 Décembre 2015 à 14:18 |
Deleted account
|
MessagesScript isn't working because there are some updates which had done for the script of WorldOfWarships which are missing here... Compare with https://www.playonlinux.com/en/app-2571-World_Of_Warships.html - Thread from mimi89999 at Saturday 7 November 2015 at 21:47. Réponses |
FuzzyToothpaste | Mardi 16 September 2014 à 1:49 |
FuzzyToothpaste
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -9,7 +9,7 @@ [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -TITLE="WorldOfWarplanes" +TITLE="WorldofWarplanes" PREFIX="WOWarplanes" WORKING_WINE_VERSION="1.7.12" PUBLISHER="BigWorld Technology" Nouveau code source#!/bin/bash # Date : (2013-03-30) # Last revision : (2013-03-30) # Distribution used to test : Ubuntu-gnome 64 # Author : Massawi33 # Licence : GPLv3 # PlayOnLinux: playonlinux-4.2.2 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="WorldofWarplanes" PREFIX="WOWarplanes" WORKING_WINE_VERSION="1.7.12" PUBLISHER="BigWorld Technology" GAME_URL="http://worldofwarplanes.com/" AUTHOR="Massawi33" GAME_VMS="128" # Setup POL_SetupWindow_Init POL_SetupWindow_SetID 1983 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Components POL_Call POL_Install_vcrun2008 POL_Call POL_Install_d3dx9_36 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_dxdiag POL_Call POL_Install_dxfullsetup POL_Call POL_Install_corefonts POL_Call POL_Install_msxml3 POL_Call POL_Install_wininet POL_Call POL_Install_ie8 # Asking about memory size of graphic card POL_SetupWindow_VMS "$GAME_VMS" #Select which version POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" [ "$APP_ANSWER" = "North America" ] && REGION="na" [ "$APP_ANSWER" = "Europe" ] && REGION="eu" [ "$APP_ANSWER" = "Russia" ] && REGION="ru" # Download cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, Then Un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done')" "$TITLE" #Installation POL_Wine start /unix "$WINEPREFIX/drive_c/WoWP_internet_install_$REGION.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "WOWpLauncher.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
der Papst | Mardi 2 September 2014 à 14:48 |
der Papst
|
MessagesThe patch 1.5 (i think so, didn't test it before this version) broke the compatiblity with wine. Please see this thread for details: http://www.playonmac.com/en/topic-12340-World_of_Warplanes_15.html RéponsesMardi 2 September 2014 à 15:00
|
cyberalex4life | Jeudi 28 Aoüt 2014 à 21:05 |
cyberalex4life
|
MessagesI tried using World Of Tanks installation instead of of the new world of warplanes. The game doesn't run, but the bug about the mouse is not present anymore. RéponsesVendredi 29 Aoüt 2014 à 12:29
Vendredi 29 Aoüt 2014 à 12:29
Vendredi 29 Aoüt 2014 à 12:30
|
Yuudai | Mercredi 2 Juillet 2014 à 15:11 |
Yuudai
|
MessagesNo Mouse detected WOrld of Tanks Okay. All Gemes Okay But WOrld of warplanes nstall and by Play No Mouse detected. RéponsesMardi 15 Juillet 2014 à 9:28
Mardi 22 Juillet 2014 à 16:50
Mardi 22 Juillet 2014 à 16:55
Mercredi 30 Juillet 2014 à 8:59
Mercredi 30 Juillet 2014 à 9:36
Mardi 12 Aoüt 2014 à 9:37
|
max252 | Mercredi 11 Juin 2014 à 11:36 |
max252
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -42,9 +42,10 @@ POL_SetupWindow_VMS "$GAME_VMS" #Select which version -POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Tanks would you like to install?')" "$TITLE" "North America~Europe" "~" +POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" [ "$APP_ANSWER" = "North America" ] && REGION="na" [ "$APP_ANSWER" = "Europe" ] && REGION="eu" +[ "$APP_ANSWER" = "Russia" ] && REGION="ru" # Download cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" Nouveau code source#!/bin/bash # Date : (2013-03-30) # Last revision : (2013-03-30) # Distribution used to test : Ubuntu-gnome 64 # Author : Massawi33 # Licence : GPLv3 # PlayOnLinux: playonlinux-4.2.2 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="WorldOfWarplanes" PREFIX="WOWarplanes" WORKING_WINE_VERSION="1.7.12" PUBLISHER="BigWorld Technology" GAME_URL="http://worldofwarplanes.com/" AUTHOR="Massawi33" GAME_VMS="128" # Setup POL_SetupWindow_Init POL_SetupWindow_SetID 1983 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Components POL_Call POL_Install_vcrun2008 POL_Call POL_Install_d3dx9_36 POL_Call POL_Install_d3dcompiler_43 POL_Call POL_Install_dxdiag POL_Call POL_Install_dxfullsetup POL_Call POL_Install_corefonts POL_Call POL_Install_msxml3 POL_Call POL_Install_wininet POL_Call POL_Install_ie8 # Asking about memory size of graphic card POL_SetupWindow_VMS "$GAME_VMS" #Select which version POL_SetupWindow_menu "$(eval_gettext 'Which region version of World of Warplanes would you like to install?')" "$TITLE" "North America~Europe~Russia" "~" [ "$APP_ANSWER" = "North America" ] && REGION="na" [ "$APP_ANSWER" = "Europe" ] && REGION="eu" [ "$APP_ANSWER" = "Russia" ] && REGION="ru" # Download cd "$WINEPREFIX/drive_c" POL_Download "http://dl.wargaming.net/wowp/$REGION/files/WoWP_internet_install_$REGION.exe" POL_SetupWindow_message "$(eval_gettext 'Attention:After installation is complete, the patcher will load. After, go to the top right of the patcher and click the wrench, Then Un-check the box for "Allow Torrent", if this is not done the patcher will crash after 1 minute. When finished with this, please close the patcher before logging in or finish updating to complete the installation. After this, you can run "$TITLE" when setup is done')" "$TITLE" #Installation POL_Wine start /unix "$WINEPREFIX/drive_c/WoWP_internet_install_$REGION.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "WOWpLauncher.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesDimanche 13 Juillet 2014 à 9:24
Mardi 15 Juillet 2014 à 7:11
Mercredi 30 Juillet 2014 à 9:20
|
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