Worms World Party
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 2 DescriptionCode source#!/bin/bash # Date : (2009-05-25 12-45) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : N/A # Author : Tinou # Licence : Retail # # CHANGELOG # [Tinou] (2009-05-25 12-45) # Initial script. # [Dadu042] (2020-01-16 22:00) # Wine 1.2.1-ddraw -> 2.22 # Translated from V2 to V3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" VERSIONWINE="2.22" TITLE="Worms World Party" PREFIX="WormsWorldParty" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Team 17" "http://www.team17.com" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_prefixcreate "$VERSIONWINE" if [ "$POL_SELECTED_FILE" ]; then SetupFile="$POL_SELECTED_FILE" else POL_SetupWindow_InstallMethod "CD,LOCAL" if [ "$INSTALL_METHOD" = "CD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "installer/Setup.exe" SetupFile="$CDROM/installer/Setup.exe" fi if [ "$INSTALL_METHOD" = "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SetupFile="$APP_ANSWER" fi fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupFile" cd "$WINEPREFIX/drive_c/Team17/Worms World Party" POL_Download "$SITE/divers/Worms_World_Party_Patch_SP1.exe" "d1ebc3c034cdf04cebdb159c1eb31a6b" unzip Worms_World_Party_Patch_SP1.exe Set_Managed off POL_Shortcut "wwp.exe" "Worms World Party" "" "" "Game;" Set_Desktop On 800 600 wineserver -k POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
kumario | Dimanche 10 Mai 2020 à 3:29 |
kumario
|
MessagesI'm able to boot up the game well, but I'm unable to proceed through the menus. The cursor registers and the clicks register, but I keep getting the audio feedback that I'm not supposed to click where I'm clicking. Here's a screencap: https://drive.google.com/file/d/10NDik1--hpqvUYfu_u4XgW9oJXlcx9BT/view?usp=sharing Has anyone experienced this or know how to resolve? OS X 10.14 2.8 GHz Intel Core i7 Intel Iris Pro 1536 MB Réponses |
Dadu042 | Jeudi 16 Janvier 2020 à 22:13 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,16 +1,22 @@ #!/bin/bash # Date : (2009-05-25 12-45) -# Last revision : (2009-05-25 12-45) -# Wine version used : N/A +# Last revision : see changelog +# Wine version used : 2.22 # Distribution used to test : N/A # Author : Tinou # Licence : Retail +# +# CHANGELOG +# [Tinou] (2009-05-25 12-45) +# Initial script. +# [Dadu042] (2020-01-16 22:00) +# Wine 1.2.1-ddraw -> 2.22 -#Translated from V2 to V3 +# Translated from V2 to V3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -VERSIONWINE="1.2.1-ddraw" +VERSIONWINE="2.22" TITLE="Worms World Party" PREFIX="WormsWorldParty" @@ -47,7 +53,7 @@ unzip Worms_World_Party_Patch_SP1.exe Set_Managed off -POL_Shortcut "wwp.exe" "Worms World Party" +POL_Shortcut "wwp.exe" "Worms World Party" "" "" "Game;" Set_Desktop On 800 600 wineserver -k POL_SetupWindow_Close Nouveau code source#!/bin/bash # Date : (2009-05-25 12-45) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : N/A # Author : Tinou # Licence : Retail # # CHANGELOG # [Tinou] (2009-05-25 12-45) # Initial script. # [Dadu042] (2020-01-16 22:00) # Wine 1.2.1-ddraw -> 2.22 # Translated from V2 to V3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" VERSIONWINE="2.22" TITLE="Worms World Party" PREFIX="WormsWorldParty" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Team 17" "http://www.team17.com" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_SetupWindow_prefixcreate "$VERSIONWINE" if [ "$POL_SELECTED_FILE" ]; then SetupFile="$POL_SELECTED_FILE" else POL_SetupWindow_InstallMethod "CD,LOCAL" if [ "$INSTALL_METHOD" = "CD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "installer/Setup.exe" SetupFile="$CDROM/installer/Setup.exe" fi if [ "$INSTALL_METHOD" = "LOCAL" ]; then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE" SetupFile="$APP_ANSWER" fi fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupFile" cd "$WINEPREFIX/drive_c/Team17/Worms World Party" POL_Download "$SITE/divers/Worms_World_Party_Patch_SP1.exe" "d1ebc3c034cdf04cebdb159c1eb31a6b" unzip Worms_World_Party_Patch_SP1.exe Set_Managed off POL_Shortcut "wwp.exe" "Worms World Party" "" "" "Game;" Set_Desktop On 800 600 wineserver -k POL_SetupWindow_Close exit 0 Réponses |
smithchris | Mercredi 13 September 2017 à 14:32 |
smithchris
|
Messagesruns a lot smoother when you use this wine: 1.5.26-d3d_doublebuffer 60 fps RéponsesMercredi 13 September 2017 à 16:38
Dimanche 10 Mai 2020 à 3:31
|
marcin_qu | Vendredi 5 Décembre 2014 à 22:50 |
marcin_qu
|
MessagesRunning wine-1.2.1-ddraw wwp.exe (Working directory : /home/someuser/.PlayOnLinux/wineprefix/WormsWorldParty/drive_c/Team17/Worms World Party) RéponsesVendredi 5 Décembre 2014 à 22: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