Nfs underground на linux

Nfs underground на linux

Showing entry 1 to 25 of 29048

Submission Date Submitter Developer Application Version Has Maintainer
September 10 2006 08:50:18 an anonymous user Valve L.L.C. Half-Life 1.1.1.2 (WON2) YES
January 21 2007 12:13:47 an anonymous user Microsoft Internet Explorer 3.01 YES
February 07 2005 17:40:08 an anonymous user Microsoft Internet Explorer 5.0 (32-bit) YES
January 21 2007 12:21:24 an anonymous user Microsoft Internet Explorer 2.0 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.0 YES
February 07 2005 17:40:08 an anonymous user Embarcadero Technologies, Inc. Delphi 5 No
February 07 2005 17:40:08 an anonymous user The MathWorks Matlab 5.3 (R11) No
May 07 2005 09:20:10 an anonymous user Microsoft Visual C++ 6.0 No
February 07 2005 17:40:08 an anonymous user Forté Forte Agent Newsreader 1.8 No
February 07 2005 17:40:08 an anonymous user Eudora Eudora 5.1 No
July 07 2007 09:20:50 an anonymous user Interplay Entertainment Corp. Fallout 1.x YES
February 10 2006 07:03:11 an anonymous user Bungie Studios Myth: The Fallen Lords 1.4 No
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Money 2000 No
February 07 2005 17:40:08 an anonymous user America Online (AOL) America Online (AOL) 6.0 No
February 15 2005 12:26:21 an anonymous user Microsoft Microsoft FrontPage 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Outlook 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word 2000 YES
May 26 2007 20:03:28 an anonymous user Microsoft Microsoft Word ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word ’95 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft PowerPoint 2000 YES
May 26 2007 20:26:08 an anonymous user Microsoft Microsoft PowerPoint ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’95 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Animate Flash 5 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.5 YES
Читайте также:  Linux password hash generator

Privacy Policy
If you have a privacy inquiry regarding this site, please write to privacy@winehq.org

Источник

Need for Speed: Underground

Installer which requires 2 CDs for the game installation.
This installer will copy the content of the entire 1st disc into a cache prefix in order to launch the setup from there and prevent Linux from refusing to eject the CD ROM because of open files. You’ll be able to switch CDs if requested by the installer.
The cache will be automatically emptied after the installation finished.
Additionally a widescreen patch will be installed. The game will render in the native resolution of your display.

Installable and Playable but not in native Display Resolution and with Border, need to work on that.
Game doesn’t start because of XRandr error, not finding profile for resolution 800×600.
Enable Wine virtual desktop through right-click -> Wine configuration -> Graphics -> Enable virtual desktop.
Don’t know if bug of Lutris or Wine 4.0, but you maybe have to disable and renable the Virtual desktop after first start and crash of the game.

Enter the world of urban street racing and high performance tuner cars with the latest title in the hit Need for Speed series: Need for Speed Underground. Take on today’s most popular tuner cars from Mitsubishi Motors, Subaru, Toyota and many more, building the ultimate street machine by earning cash to pay for custom body kits and a host of licensed car performance mods. But just creating a custom street racing machine will not get you to the top; it takes a certain amount of attitude and razor sharp driving skills to compete in the tough world of urban racing.

  • Genre: Racing
  • Platform: GameCube, Nintendo Game Boy Advance, Nintendo GameCube, Sony PlayStation 2, Windows
  • Website: www.ea.com/games/need-for-speed/need-for-speed-underground
Читайте также:  A4tech mouse driver linux

Источник

Need For Speed Underground

This installer has not been approved yet by the team.

Informations

Platforms:
Downloads: 51580
Wine: System

Feedbacks

Description

-game won’t run with original Speed.exe
-game is unstable
-drag races won’t work

Source code

#!/bin/bash # Date : (2009-23-05 12-14) # Last revision : (2010-22-11 21-00) # Wine version used : 1.3.1 # Distribution used to test : Debian Squeeze (Testing) # Author : NSWL & GNU_Raziel # Licence : Retail [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Need For Speed Underground" PREFIX="NFSUnderground" WORKING_WINE_VERSION="1.3.1" if [ "$POL_LANG" == "fr" ]; then LNG_CHOOSE_MEDIA="Quelle version possédez-vous?" LNG_CD="Version CD" LNG_DVD="Version DVD" LNG_DDV="Version Digital Download" LNG_INSERT_MEDIA_1="Veuillez insérer le disque 1 dans votre lecteur\nsi ce n'est pas déja fait." LNG_INSERT_MEDIA_2="Veuillez insérer le disque 2 dans votre lecteur\nsi ce n'est pas déja fait." LNG_INSERT_MEDIA="Veuillez insérer le disque $TITLE dans votre lecteur\nsi ce n'est pas déja fait." LNG_CHOOSE_DDV="Veuillez selectionner votre executable Digital Download de $TITLE" LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du\njeu sera terminée sous peine de devoir recommencer l'installation." LNG_INSTALL_ON="Installation en cours. " LNG_GAME_VMS="Quelle est la quantité de mémoire (Mo) de votre carte graphique ?\n(minimum pour ce jeu : 256)" LNG_VMS_ERROR="Ce jeu ne fonctionnera correctement qu'avec une carte graphique ayant plus de 256Mo de mémoire." LNG_SUCCES="$TITLE a été installé avec succès." else LNG_CHOOSE_MEDIA="What version do you have?" LNG_CD="CD Version" LNG_DVD="DVD Version" LNG_DDV="Digital Download Version" LNG_INSERT_MEDIA_1="Please insert disk 1 into your disk drive\nif not already done." LNG_INSERT_MEDIA_2="Please insert disk 2 into your disk drive\nif not already done." LNG_INSERT_MEDIA="Please insert $TITLE media into your disk drive\nif not already done." LNG_CHOOSE_DDV="Please select your $TITLE Digital Download executable" LNG_WAIT_END="Click on \"Next\" ONLY when the game installation is finished\nor you will have to redo the installation." LNG_INSTALL_ON="Installation in progress. " LNG_GAME_VMS="How much memory does your graphics board have?\n(minimum for this game : 256)" LNG_VMS_ERROR="This game will work correctly only with a graphic card with more than 256Mo of memory." LNG_SUCCES="$TITLE has been installed successfully." fi #starting the script rm "$REPERTOIRE/tmp/*.jpg" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "EA Games" "N/A" "NSLW & GNU_Raziel" "$PREFIX" select_prefix "$REPERTOIRE/wineprefix/$PREFIX" #downloading specific Wine POL_SetupWindow_install_wine "$WORKING_WINE_VERSION" Use_WineVersion "$WORKING_WINE_VERSION" #fetching PROGRAMFILES environmental variable POL_LoadVar_PROGRAMFILES #Choose between CD, DVD and Digital Download version POL_SetupWindow_menu "$LNG_CHOOSE_MEDIA" "Actions" "$LNG_CD~$LNG_DVD~$LNG_DDV" "~" if [ "$APP_ANSWER" == "$LNG_CD" ]; then GAME_MEDIAVERSION="CD" elif [ "$APP_ANSWER" == "$LNG_DVD" ]; then GAME_MEDIAVERSION="DVD" else GAME_MEDIAVERSION="DD" fi #Installing mandatory dependencies POL_Call POL_Install_vcrun2005 POL_Call POL_Install_d3dx9 if [ "$GAME_MEDIAVERSION" == "CD" ]; then #Copy content of CDs to HDD TEMP="$REPERTOIRE/tmp/$PREFIX" chmod -R 777 $TEMP rm -R $TEMP mkdir -p $TEMP cd $WINEPREFIX/dosdevices ln -s $TEMP d: #asking for CDROM and checking if it's correct one #CD-ROM 1 POL_SetupWindow_message "$LNG_INSERT_MEDIA_1" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" POL_SetupWindow_wait_next_signal "$LNG_WAIT_CP" "$TITLE" cp -r $CDROM/* $TEMP chmod 777 $TEMP -R mv $TEMP/autorun.inf $TEMP/autorun-cd1.inf #CD-ROM 2 POL_SetupWindow_message "$LNG_INSERT_MEDIA_2" POL_SetupWindow_cdrom POL_SetupWindow_wait_next_signal "$LNG_WAIT_CP" "$TITLE" cp -r $CDROM/* $TEMP chmod 777 $TEMP -R mv $TEMP/autorun.inf $TEMP/autorun-cd2.inf mv $TEMP/autorun-cd1.inf $TEMP/autorun.inf wine "d:\\AutoRun.exe" POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE" #Relinking d: to $CDROM cd $WINEPREFIX/dosdevices rm ./d: ln -s $CDROM ./d: elif [ "$GAME_MEDIAVERSION" == "DVD" ]; then #asking for CDROM and checking if it's correct one POL_SetupWindow_message "$LNG_INSERT_MEDIA" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" wine start /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE" else #Asking then installing DDV of the game cd $HOME POL_SetupWindow_browse "$LNG_CHOOSE_DDV" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$LNG_INSTALL_ON" "$TITLE" wine start /unix "$SETUP_EXE" INSTALL_ON="1" until [ "$INSTALL_ON" == "" ]; do sleep 5 INSTALL_ON=`ps aux | grep "wineserver" | grep -v "grep"` done POL_SetupWindow_detect_exit fi #Fix for this game cd "$REPERTOIRE/ressources" if [ ! -e "dinput8.zip" ]; then wget -c "http://www.useyourbrain.co.uk/dlldownloads-files/dinput8.zip" fi cd "$WINEPREFIX/drive_c/windows/temp/" unzip "$REPERTOIRE/ressources/dinput8.zip" mv DINPUT8.DLL "$WINEPREFIX/drive_c/windows/system32/dinput8.dll" echo "[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides]" > "$WINEPREFIX/drive_c/windows/temp/NFSU_Fix.reg" echo "\"dinput8\"=\"native\"" >> "$WINEPREFIX/drive_c/windows/temp/NFSU_Fix.reg" regedit "$WINEPREFIX/drive_c/windows/temp/NFSU_Fix.reg" #asking about memory size of graphic card POL_SetupWindow_menu_list "$LNG_GAME_VMS" "$TITLE" "128-256-320-384-512-640-768-896-1024-1792-2048" "-" "256" VMS="$APP_ANSWER" cd "$WINEPREFIX/drive_c/windows/temp/" echo "[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]" > vms.reg echo "\"VideoMemorySize\"=\"$VMS\"" >> vms.reg regedit vms.reg if [ "$VMS" -lt "256" ]; then POL_SetupWindow_message "$LNG_VMS_ERROR" "$TITLE" fi ## PlayOnMac Section [ "$PLAYONMAC" == "" ] && Set_SoundDriver "alsa" [ "$PLAYONMAC" == "" ] || Set_Managed "Off" ## End Section #cleaning temp if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then rm -rf "$WINEPREFIX/drive_c/windows/temp/*" chmod -R 777 "$REPERTOIRE/tmp/" rm -rf "$REPERTOIRE/tmp/*" fi #making shortcut POL_SetupWindow_auto_shortcut "$PREFIX" "Speed.exe" "$TITLE" "" "" Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$TITLE" POL_SetupWindow_message "$LNG_SUCCES" "$TITLE" POL_SetupWindow_Close exit

Contributions

Источник

Оцените статью
Adblock
detector