Need for Speed III : Hot Pursuit

Informations

Créateur Messages
NSLW

Information

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

Informations

Plate-formes :
Téléchargements : 38033
Wine:

Retours d'expérience

Description

Racing game, 1998.

Don't try to enable projected headlights because they don't work as should (Wine 1.2).

Code source

#!/bin/bash
# Date : (2009-06-25 13-14)
# Last revision : see changelog.
# Wine version used : 2.22
# Distribution used to test : N/A
# Author : NSLW

# CHANGELOG
# [SuperPlumus] (2012-04-10 19-01)
#   Rewritting
# [Dadu042] (2020-01-27 19:30)
#   Wine 1.2 -> 2.22
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Need for Speed III : Hot Pursuit"
PREFIX="NeedForSpeed3_HotPursuit"
WORKINGVERSION="2.22"
 
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "EA Games" "N/A" "NSLW" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

Set_OS "win98"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" = "CD" ]
then

POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disk drive.')" "$TITLE"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "nfs3.exe"

cd "$CDROM"
POL_SetupWindow_menu "Choose the game language you want" "$TITLE" "english~german~spanish~italian~swedish~french" "~"
POL_Wine_WaitBefore "$TITLE"
if [ ! -e "$CDROM/setup/$APP_ANSWER/setup.exe" ]; then
POL_Debug_Warning "$CDROM/setup/$APP_ANSWER/setup.exe not found ! Use $CDROM/setup/english/setup.exe"
POL_Wine start /unix "$CDROM/setup/english/setup.exe"
else
POL_Wine start /unix "$CDROM/setup/$APP_ANSWER/setup.exe"
fi
POL_Wine_WaitExit "$TITLE"

elif [ "$INSTALL_METHOD" = "LOCAL" ]
then

cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

fi

POL_Shortcut "nfs3.exe" "$TITLE" "" "-d3d0" "Game;"
 
POL_SetupWindow_Close
 
exit

Contributions

Filters:

Contribuer
Membre Messages
nmarkham Mercredi 26 Février 2020 à 4:10
nmarkham Anonymous

Messages

I tried installing on POL 4.2.12 on Ubuntu 18.04.4, and the game installed fine but won't start.  When I try to run the main shortcut, the screen just goes black.  Is there anything I can try to get the game working?  Thanks.

 

[02/25/20 22:03:45] - Running wine- nfs3.exe -d3d0 (Working directory : /home/markhn/.PlayOnLinux/wineprefix/NeedForSpeed3_HotPursuit/drive_c/Program Files/Electronic Arts/Need For Speed III)
[02/25/20 22:04:36] - Running wine- nfs3.exe -d3d0 (Working directory : /home/markhn/.PlayOnLinux/wineprefix/NeedForSpeed3_HotPursuit/drive_c/Program Files/Electronic Arts/Need For Speed III)
003c:err:ntdll:RtlpWaitForCriticalSection section 0x7bce56c0 "loader.c: loader_section" wait timed out in thread 003c, blocked by 003a, retrying (60 sec)
003c:err:ntdll:RtlpWaitForCriticalSection section 0x7bce56c0 "loader.c: loader_section" wait timed out in thread 003c, blocked by 003a, retrying (60 sec)
002d:err:ntdll:RtlpWaitForCriticalSection section 0x7bce56c0 "loader.c: loader_section" wait timed out in thread 002d, blocked by 003a, retrying (60 sec)
[02/25/20 22:07:55] - Running wine- nfs3.exe -d3d0 (Working directory : /home/markhn/.PlayOnLinux/wineprefix/NeedForSpeed3_HotPursuit/drive_c/Program Files/Electronic Arts/Need For Speed III)
003c:err:ntdll:RtlpWaitForCriticalSection section 0x7bce56c0 "loader.c: loader_section" wait timed out in thread 003c, blocked by 003a, retrying (60 sec)
002d:err:ntdll:RtlpWaitForCriticalSection section 0x7bce56c0 "loader.c: loader_section" wait timed out in thread 002d, blocked by 003a, retrying (60 sec)

Réponses

Dadu042 Mercredi 29 Janvier 2020 à 22:13
Dadu042

Information

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

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2009-06-25 13-14)
-# Last revision : (2012-04-10 18-59)
-# Wine version used : 1.2
+# Last revision : see changelog.
+# Wine version used : 2.22
 # Distribution used to test : N/A
 # Author : NSLW
 

Nouveau code source

#!/bin/bash
# Date : (2009-06-25 13-14)
# Last revision : see changelog.
# Wine version used : 2.22
# Distribution used to test : N/A
# Author : NSLW

# CHANGELOG
# [SuperPlumus] (2012-04-10 19-01)
#   Rewritting
# [Dadu042] (2020-01-27 19:30)
#   Wine 1.2 -> 2.22
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Need for Speed III : Hot Pursuit"
PREFIX="NeedForSpeed3_HotPursuit"
WORKINGVERSION="2.22"
 
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "EA Games" "N/A" "NSLW" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

Set_OS "win98"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" = "CD" ]
then

POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disk drive.')" "$TITLE"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "nfs3.exe"

cd "$CDROM"
POL_SetupWindow_menu "Choose the game language you want" "$TITLE" "english~german~spanish~italian~swedish~french" "~"
POL_Wine_WaitBefore "$TITLE"
if [ ! -e "$CDROM/setup/$APP_ANSWER/setup.exe" ]; then
POL_Debug_Warning "$CDROM/setup/$APP_ANSWER/setup.exe not found ! Use $CDROM/setup/english/setup.exe"
POL_Wine start /unix "$CDROM/setup/english/setup.exe"
else
POL_Wine start /unix "$CDROM/setup/$APP_ANSWER/setup.exe"
fi
POL_Wine_WaitExit "$TITLE"

elif [ "$INSTALL_METHOD" = "LOCAL" ]
then

cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

fi

POL_Shortcut "nfs3.exe" "$TITLE" "" "-d3d0" "Game;"
 
POL_SetupWindow_Close
 
exit

Réponses

Dadu042 Mardi 28 Janvier 2020 à 19:45
Dadu042

Warning

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

Differences

@@ -8,13 +8,16 @@
 # CHANGELOG
 # [SuperPlumus] (2012-04-10 19-01)
 #   Rewritting
- 
+# [Dadu042] (2020-01-27 19:30)
+#   Wine 1.2 -> 2.22
+#
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
 TITLE="Need for Speed III : Hot Pursuit"
 PREFIX="NeedForSpeed3_HotPursuit"
-WORKINGVERSION="1.2"
+WORKINGVERSION="2.22"
  
 POL_SetupWindow_Init
 POL_Debug_Init
@@ -57,7 +60,7 @@
 
 fi
 
-POL_Shortcut "nfs3.exe" "$TITLE" "" "-d3d0"
+POL_Shortcut "nfs3.exe" "$TITLE" "" "-d3d0" "Game;"
  
 POL_SetupWindow_Close
  

Nouveau code source

#!/bin/bash
# Date : (2009-06-25 13-14)
# Last revision : (2012-04-10 18-59)
# Wine version used : 1.2
# Distribution used to test : N/A
# Author : NSLW

# CHANGELOG
# [SuperPlumus] (2012-04-10 19-01)
#   Rewritting
# [Dadu042] (2020-01-27 19:30)
#   Wine 1.2 -> 2.22
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Need for Speed III : Hot Pursuit"
PREFIX="NeedForSpeed3_HotPursuit"
WORKINGVERSION="2.22"
 
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "EA Games" "N/A" "NSLW" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

Set_OS "win98"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" = "CD" ]
then

POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disk drive.')" "$TITLE"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "nfs3.exe"

cd "$CDROM"
POL_SetupWindow_menu "Choose the game language you want" "$TITLE" "english~german~spanish~italian~swedish~french" "~"
POL_Wine_WaitBefore "$TITLE"
if [ ! -e "$CDROM/setup/$APP_ANSWER/setup.exe" ]; then
POL_Debug_Warning "$CDROM/setup/$APP_ANSWER/setup.exe not found ! Use $CDROM/setup/english/setup.exe"
POL_Wine start /unix "$CDROM/setup/english/setup.exe"
else
POL_Wine start /unix "$CDROM/setup/$APP_ANSWER/setup.exe"
fi
POL_Wine_WaitExit "$TITLE"

elif [ "$INSTALL_METHOD" = "LOCAL" ]
then

cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

fi

POL_Shortcut "nfs3.exe" "$TITLE" "" "-d3d0" "Game;"
 
POL_SetupWindow_Close
 
exit

Réponses

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