Worms World Party
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 2 DescriptionSource code#!/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:
ContributeMember | Message |
kumario | Sunday 10 May 2020 at 3:29 |
kumario
|
MessageI'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 Replies |
Dadu042 | Thursday 16 January 2020 at 22:13 |
Dadu042
|
InformationThis update has been approved by the team. 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 New source code#!/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 Replies |
smithchris | Wednesday 13 September 2017 at 14:32 |
smithchris
|
Messageruns a lot smoother when you use this wine: 1.5.26-d3d_doublebuffer 60 fps RepliesWednesday 13 September 2017 at 16:38
Sunday 10 May 2020 at 3:31
|
marcin_qu | Friday 5 December 2014 at 22:50 |
marcin_qu
|
MessageRunning wine-1.2.1-ddraw wwp.exe (Working directory : /home/someuser/.PlayOnLinux/wineprefix/WormsWorldParty/drive_c/Team17/Worms World Party) RepliesFriday 5 December 2014 at 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