Worms World Party

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 48827
Wine: System

Retours d'expérience

Description

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

Contributions

Filters:

Contribuer
Membre Messages
kumario Dimanche 10 Mai 2020 à 3:29
kumario Anonymous

Messages

I'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

Dimanche 10 Mai 2020 à 6:04
Strange issue, I suggest you to change the Wine version, perhaps this may help. Please report your current one.
Anonymous
Dimanche 10 Mai 2020 à 23:11
Thanks for getting back to me. I was on 2.2.2. What would you recommend?
Dadu042 Jeudi 16 Janvier 2020 à 22:13
Dadu042

Information

Cette 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 Anonymous

Messages

runs a lot smoother when you use this wine: 1.5.26-d3d_doublebuffer

60 fps

Réponses

Anonymous
Mercredi 13 September 2017 à 16:38
Would you mind testing with 2.0.2 ?
Anonymous
Dimanche 10 Mai 2020 à 3:31
no go on my end (see comment above)
marcin_qu Vendredi 5 Décembre 2014 à 22:50
marcin_qu Anonymous

Messages

Running wine-1.2.1-ddraw wwp.exe (Working directory : /home/someuser/.PlayOnLinux/wineprefix/WormsWorldParty/drive_c/Team17/Worms World Party)
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Team17\\Worms World Party\\wwp.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Team17\\Worms World Party\\wwp.exe" failed, status c0000135

Réponses

Anonymous
Vendredi 5 Décembre 2014 à 22:59
also i have copied msvcp60.dll, msvcp100.dll, msvcp110.dll, msvcp70.dll, msvcp71.dll, msvcp80.dll, msvcp90.dll files to .PlayOnLinux/wineprefix/WormsWorldParty/drive_c/windows/system/ and system32/