Skip to content Skip to sidebar Skip to footer

Nfs Carbon for Mac Os X Download Updated

Nfs Carbon for Mac Os X Download

Demand for Speed: Carbon

Informations

Creator Message
Dadu042

Information

This installer has been approved by the squad.

Informations

Platforms:
Downloads: 12855
Vino: 3.xx

Feedbacks

Description

Racing game, 2005. Wikipedia.

Note : After installation, it asks if you want play on widescreen. If yes, 'Universal Widescreen Patch' is being downloaded, and the script is helping you to patch NFSC for widescreen.

Note: the demo is downloadable from Archive.org .

Appdb.winehq.org

Screenshots

Miniature

Source lawmaking

#!/bin/fustigate # Date: (2011-16-02 08:37) # Last version: run across changelog # Distribution used to test: Gentoo (x64) # Author: redevizer # License: Retail # # CHANGELOG # [redevizer] (2011-16-02 08:37) #   Initial script. # [Dadu042] (2020-01-29 21:00) #   Wine 1.three.12 -> 3.20 #   Disable POL_Install_vcrun2008 #   Demo v1.2 tested with success.  [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"    Championship="Demand For Speed: Carbon" PREFIX="NFS_Carbon" WORKING_WINE_VERSION="3.20"    POL_SetupWindow_Init POL_SetupWindow_presentation "$Championship" "EA Games" "" "Due north/A" "$PREFIX"      # Setting prefix path POL_Wine_SelectPrefix "$PREFIX"    # Decide Architecture # POL_System_SetArch "amd64" POL_System_SetArch "x86"  # Downloading wine if necessary and creating prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"  Set_OS "winxp"  POL_System_TmpCreate "$PREFIX"      # Fetching PROGRAMFILES environmental variable POL_LoadVar_PROGRAMFILES      # Choose between DVD and Digital Download version POL_SetupWindow_menu "What version do you lot have?" "Actions" "DVD~Digital Download~Demo" "~"  VERSION_INSTALLED="$APP_ANSWER"    if [ "$VERSION_INSTALLED" == "DVD" ]; then         GAME_MEDIAVERSION="DVD" else         GAME_MEDIAVERSION="DD" fi  # Installing mandatory dependencies  POL_Call POL_Install_vcrun2005 # POL_Call POL_Install_vcrun2008 POL_Call POL_Install_dotnet20 POL_Call POL_Install_d3dx9  ################ #      GPU     # ################     # Asking about memory size of graphic card POL_SetupWindow_VMS "128"      # Set Graphic Card information keys for vino POL_Wine_SetVideoDriver       # Useful for Nvidia GPUs # POL_Call POL_Install_physx  ####################################### #  Main part of this script           # #######################################     if [ "$GAME_MEDIAVERSION" == "DVD" ]; then # Asking for CDROM and checking if its correct one POL_SetupWindow_message "Please insert $TITLE media into your DVD bulldoze\\nif non already done." POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" wine start /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "Click on \\"Adjacent\\" ONLY when the game installation is finished\\nor you will have to redo the installation." "$Championship" else # Asking then installing DDV of the game cd $HOME POL_SetupWindow_browse "Please select your $TITLE Digital Download executable" "$TITLE" SETUP_EXE="$APP_ANSWER" wine kickoff /unix "$SETUP_EXE" POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor yous will accept to redo the installation." "$TITLE" fi          # Widescreen question POL_SetupWindow_question "Do y'all desire to play with widescreen resolution?\\n(if yes, Universal Widescreen Patcher volition be downloaded).\\northward\\n\\nWidescreen How-To:\\n * unzip is required\\n * Select $Title location\\n * Enter desidered resolution\\n * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" if [ $APP_ANSWER == "TRUE" ]; then POL_SetupWindow_message "Delight wait while Universal Widescreen Patcher is existence downloaded (~300kb)." "$TITLE" mkdir -p $WINEPREFIX/drive_c/windows/temp cd $WINEPREFIX/drive_c/windows/temp wget http://www.widescreengamingforum.com/downloads/uniws.zip unzip uniws.zero repeat -due east "THE INI IS BELOW \\northward[Apps] \\nversion=1.03 \\north\\na0=Need For Speed Carbon\\n\\northward\\n[Demand For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to use your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=6 \\noccur=1\\n" > patches.ini wine start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\due north * unzip is required\\due north * Select $Title location (DO NOT CHOOSE: Detect Information technology FOR ME\\n                         it might detect the nfsc.exe that is located on your DVD)\\n * Enter desidered resolution\\n * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" fi    # Delete temporary files rm -rf $WINEPREFIX/drive_c/windows/temp/*     # Making shortcut  if [ "$VERSION_INSTALLED" == "Demo" ]; then         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc_demo.exe" "$Championship (demo)" "" "" "Game;" else         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$TITLE" "" "" "Game;" fi  POL_SetupWindow_message "$TITLE has been installed successfully.\\nHope it works...\\nGood luck with the game ;)\\n\\nIf the game does not work, endeavor applying NO-CD patch." "$TITLE"    POL_SetupWindow_Close exit

Contributions

Member Bulletin
Dadu042 Wednesday 29 January 2020 at 22:07
Dadu042

Data

This update has been approved past the team.

Differences

@@ -9,8 +nine,8 @@  # [redevizer] (2011-16-02 08:37)  #   Initial script.  # [Dadu042] (2020-01-29 21:00) -#   Wine ane.iii.12 -> two.22 -#   Disable POL_Install_vcrun2008 +#   Wine i.3.12 -> 3.20 +#   Disable POL_Install_vcrun2008  #   Demo v1.two tested with success.    [ "$PLAYONLINUX" = "" ] && exit 0                    

New source code

#!/bin/bash # Date: (2011-16-02 08:37) # Last version: see changelog # Distribution used to test: Gentoo (x64) # Author: redevizer # License: Retail # # CHANGELOG # [redevizer] (2011-16-02 08:37) #   Initial script. # [Dadu042] (2020-01-29 21:00) #   Vino ane.3.12 -> three.twenty #   Disable POL_Install_vcrun2008 #   Demo v1.2 tested with success.  [ "$PLAYONLINUX" = "" ] && leave 0 source "$PLAYONLINUX/lib/sources"    Championship="Demand For Speed: Carbon" PREFIX="NFS_Carbon" WORKING_WINE_VERSION="3.20"    POL_SetupWindow_Init POL_SetupWindow_presentation "$Championship" "EA Games" "" "N/A" "$PREFIX"      # Setting prefix path POL_Wine_SelectPrefix "$PREFIX"    # Determine Architecture # POL_System_SetArch "amd64" POL_System_SetArch "x86"  # Downloading wine if necessary and creating prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"  Set_OS "winxp"  POL_System_TmpCreate "$PREFIX"      # Fetching PROGRAMFILES ecology variable POL_LoadVar_PROGRAMFILES      # Cull between DVD and Digital Download version POL_SetupWindow_menu "What version do yous take?" "Actions" "DVD~Digital Download~Demo" "~"  VERSION_INSTALLED="$APP_ANSWER"    if [ "$VERSION_INSTALLED" == "DVD" ]; then         GAME_MEDIAVERSION="DVD" else         GAME_MEDIAVERSION="DD" fi  # Installing mandatory dependencies  POL_Call POL_Install_vcrun2005 # POL_Call POL_Install_vcrun2008 POL_Call POL_Install_dotnet20 POL_Call POL_Install_d3dx9  ################ #      GPU     # ################     # Asking virtually retentiveness size of graphic card POL_SetupWindow_VMS "128"      # Prepare Graphic Card data keys for wine POL_Wine_SetVideoDriver       # Useful for Nvidia GPUs # POL_Call POL_Install_physx  ####################################### #  Main office of this script           # #######################################     if [ "$GAME_MEDIAVERSION" == "DVD" ]; then # Request for CDROM and checking if its correct one POL_SetupWindow_message "Please insert $TITLE media into your DVD bulldoze\\nif not already washed." POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" wine start /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "Click on \\"Next\\" Only when the game installation is finished\\nor you will have to redo the installation." "$Championship" else # Asking and so installing DDV of the game cd $HOME POL_SetupWindow_browse "Please select your $Championship Digital Download executable" "$Championship" SETUP_EXE="$APP_ANSWER" wine get-go /unix "$SETUP_EXE" POL_SetupWindow_message "Click on \\"Next\\" But when the game installation is finished\\nor yous will have to redo the installation." "$TITLE" fi          # Widescreen question POL_SetupWindow_question "Do you want to play with widescreen resolution?\\n(if yep, Universal Widescreen Patcher volition be downloaded).\\n\\n\\nWidescreen How-To:\\n * unzip is required\\n * Select $TITLE location\\n * Enter desidered resolution\\north * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" if [ $APP_ANSWER == "True" ]; and so POL_SetupWindow_message "Please await while Universal Widescreen Patcher is being downloaded (~300kb)." "$TITLE" mkdir -p $WINEPREFIX/drive_c/windows/temp cd $WINEPREFIX/drive_c/windows/temp wget http://www.widescreengamingforum.com/downloads/uniws.aught unzip uniws.nada echo -e "THE INI IS Below \\n[Apps] \\nversion=1.03 \\n\\na0=Demand For Speed Carbon\\n\\n\\north[Need For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to use your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=6 \\noccur=1\\northward" > patches.ini wine start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\n * Select $Title location (DO Not CHOOSE: Notice IT FOR ME\\n                         it might detect the nfsc.exe that is located on your DVD)\\northward * Enter desidered resolution\\n * In game select 640x480 resolution - it volition be your desidered resolution" "Widescreen" fi    # Delete temporary files rm -rf $WINEPREFIX/drive_c/windows/temp/*     # Making shortcut  if [ "$VERSION_INSTALLED" == "Demo" ]; so         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc_demo.exe" "$TITLE (demo)" "" "" "Game;" else         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$Championship" "" "" "Game;" fi  POL_SetupWindow_message "$Title has been installed successfully.\\nHope it works...\\nGood luck with the game ;)\\n\\nIf the game does not work, attempt applying NO-CD patch." "$TITLE"    POL_SetupWindow_Close exit

Replies

Dadu042 Wed 29 January 2020 at 22:07
Dadu042

Warning

This update has non been approved yet by the team.
Use it at your own chance

Differences

@@ -1,77 +1,101 @@  #!/bin/bash  # Engagement: (2011-sixteen-02 08:37) -# Last version: (2011-16-02 08:37) +# Last version: see changelog  # Distribution used to examination: Gentoo (x64)  # Author: redevizer  # License: Retail -  +# +# CHANGELOG +# [redevizer] (2011-sixteen-02 08:37) +#   Initial script. +# [Dadu042] (2020-01-29 21:00) +#   Wine 1.iii.12 -> 2.22 +#   Disable POL_Install_vcrun2008 +#   Demo v1.2 tested with success. +  [ "$PLAYONLINUX" = "" ] && go out 0  source "$PLAYONLINUX/lib/sources" -  -TITLE="Need For Speed Carbon" -PREFIX="NFSCarbon" -WORKING_WINE_VERSION="1.3.12" -  +   +Title="Demand For Speed: Carbon" +PREFIX="NFS_Carbon" +WORKING_WINE_VERSION="3.20" +    POL_SetupWindow_Init  POL_SetupWindow_presentation "$TITLE" "EA Games" "" "N/A" "$PREFIX" +      -  -select_prefix "$REPERTOIRE/wineprefix/$PREFIX" -  -#downloading specific Wine -POL_SetupWindow_install_wine "$WORKING_WINE_VERSION" -Use_WineVersion "$WORKING_WINE_VERSION" +# Setting prefix path +POL_Wine_SelectPrefix "$PREFIX"     -#fetching PROGRAMFILES ecology variable -POL_LoadVar_PROGRAMFILES +# Decide Architecture +# POL_System_SetArch "amd64" +POL_System_SetArch "x86" + +# Downloading wine if necessary and creating prefix +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +Set_OS "winxp" + +POL_System_TmpCreate "$PREFIX" +      -Choose between DVD and Digital Download version -POL_SetupWindow_menu "What version do you have?" "Deportment" "DVD~Digital Download" "~" -  -if [ "$APP_ANSWER" == "DVD" ]; then -GAME_MEDIAVERSION="DVD" +# Fetching PROGRAMFILES environmental variable +POL_LoadVar_PROGRAMFILES +     +# Cull between DVD and Digital Download version +POL_SetupWindow_menu "What version do you have?" "Actions" "DVD~Digital Download~Demo" "~" + +VERSION_INSTALLED="$APP_ANSWER" +   +if [ "$VERSION_INSTALLED" == "DVD" ]; so +	GAME_MEDIAVERSION="DVD"  else -GAME_MEDIAVERSION="DD" +	GAME_MEDIAVERSION="DD"  fi -  -#Installing mandatory dependencies  + +# Installing mandatory dependencies   POL_Call POL_Install_vcrun2005 -POL_Call POL_Install_vcrun2008 +# POL_Call POL_Install_vcrun2008  POL_Call POL_Install_dotnet20  POL_Call POL_Install_d3dx9 -  -  + +################ +#      GPU     # +################ +    +# Asking nigh memory size of graphic card +POL_SetupWindow_VMS "128" +     +# Set Graphic Carte information keys for wine +POL_Wine_SetVideoDriver +      +# Useful for Nvidia GPUs +# POL_Call POL_Install_physx + +####################################### +#  Main part of this script           # +#######################################  +    if [ "$GAME_MEDIAVERSION" == "DVD" ]; then -#asking for CDROM and checking if its correct one +# Asking for CDROM and checking if its correct one  POL_SetupWindow_message "Delight insert $TITLE media into your DVD bulldoze\\nif non already washed."  POL_SetupWindow_cdrom  POL_SetupWindow_check_cdrom "AutoRun.exe"  vino kickoff /unix "$CDROM/AutoRun.exe"  POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor you will have to redo the installation." "$Championship"  else -#Asking then installing DDV of the game +# Request then installing DDV of the game  cd $Domicile  POL_SetupWindow_browse "Delight select your $Title Digital Download executable" "$TITLE"  SETUP_EXE="$APP_ANSWER"  vino start /unix "$SETUP_EXE"  POL_SetupWindow_message "Click on \\"Next\\" Merely when the game installation is finished\\nor yous will have to redo the installation." "$Championship"  fi -  -#request near retention size of graphic card -POL_SetupWindow_menu_list "How much memory does your graphics board have?\\n(minimum for this game : 128)" "$Championship" "128-256-320-384-512-640-768-896-1024-1792-2048" "-" "256" -VMS="$APP_ANSWER" -   -cd "$WINEPREFIX/drive_c/windows/temp/" -repeat "[HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Direct3D]" > vms.reg -repeat "\\"VideoMemorySize\\"=\\"$VMS\\"" >> vms.reg -regedit vms.reg -if [ "$VMS" -lt "128" ]; then -POL_SetupWindow_message "This game volition piece of work correctly only with a graphic bill of fare with more than 128Mb of retentivity." "$TITLE" -fi -  -  -#widescreen question -POL_SetupWindow_question "Do you want to play with widescreen resoution?\\nIf yep Universal Widescreen Patcher volition exist downloaded\\n\\north\\nWidescreen How-To:\\due north * unzip is required\\n * Select $Title location\\n * Enter desidered resolution\\n * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" +   +   +   +# Widescreen question +POL_SetupWindow_question "Do you want to play with widescreen resolution?\\n(if yes, Universal Widescreen Patcher will be downloaded).\\n\\n\\nWidescreen How-To:\\n * unzip is required\\due north * Select $TITLE location\\n * Enter desidered resolution\\due north * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen"  if [ $APP_ANSWER == "TRUE" ]; so  POL_SetupWindow_message "Please wait while Universal Widescreen Patcher is being downloaded (~300kb)." "$TITLE"  mkdir -p $WINEPREFIX/drive_c/windows/temp @@ -82,16 +106,20 @@  vino starting time /unix uniws.exe  POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\n * Select $Title location (Practice Non Choose: FIND Information technology FOR ME\\n                         information technology might detect the nfsc.exe that is located on your DVD)\\n * Enter desidered resolution\\north * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen"  fi -  -#delete temporary files +   +# Delete temporary files  rm -rf $WINEPREFIX/drive_c/windows/temp/* -  -  -#making shortcut -POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$TITLE" "" "" -Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$Championship" -  -POL_SetupWindow_message "$Championship has been installed successfully.\\nHope it works...\\nGood luck with the game ;)\\n\\nIf the game does not work, endeavor applying NO-CD patch" "$Championship" -  +   + +# Making shortcut + +if [ "$VERSION_INSTALLED" == "Demo" ]; so +	POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc_demo.exe" "$Championship (demo)" "" "" "Game;" +else +	POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$TITLE" "" "" "Game;" +fi + +POL_SetupWindow_message "$TITLE has been installed successfully.\\nHope information technology works...\\nGood luck with the game ;)\\northward\\nIf the game does not piece of work, endeavour applying NO-CD patch." "$Title" +    POL_SetupWindow_Close -exit +exit \ No newline at end of file                    

New source code

#!/bin/bash # Date: (2011-16-02 08:37) # Last version: see changelog # Distribution used to examination: Gentoo (x64) # Author: redevizer # License: Retail # # CHANGELOG # [redevizer] (2011-sixteen-02 08:37) #   Initial script. # [Dadu042] (2020-01-29 21:00) #   Wine 1.3.12 -> 2.22 #   Disable POL_Install_vcrun2008 #   Demo v1.2 tested with success.  [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"    Championship="Need For Speed: Carbon" PREFIX="NFS_Carbon" WORKING_WINE_VERSION="3.20"    POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "EA Games" "" "N/A" "$PREFIX"      # Setting prefix path POL_Wine_SelectPrefix "$PREFIX"    # Determine Compages # POL_System_SetArch "amd64" POL_System_SetArch "x86"  # Downloading wine if necessary and creating prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"  Set_OS "winxp"  POL_System_TmpCreate "$PREFIX"      # Fetching PROGRAMFILES environmental variable POL_LoadVar_PROGRAMFILES      # Choose between DVD and Digital Download version POL_SetupWindow_menu "What version exercise you have?" "Deportment" "DVD~Digital Download~Demo" "~"  VERSION_INSTALLED="$APP_ANSWER"    if [ "$VERSION_INSTALLED" == "DVD" ]; then         GAME_MEDIAVERSION="DVD" else         GAME_MEDIAVERSION="DD" fi  # Installing mandatory dependencies  POL_Call POL_Install_vcrun2005 # POL_Call POL_Install_vcrun2008 POL_Call POL_Install_dotnet20 POL_Call POL_Install_d3dx9  ################ #      GPU     # ################     # Asking about retentivity size of graphic card POL_SetupWindow_VMS "128"      # Set Graphic Carte data keys for wine POL_Wine_SetVideoDriver       # Useful for Nvidia GPUs # POL_Call POL_Install_physx  ####################################### #  Primary part of this script           # #######################################     if [ "$GAME_MEDIAVERSION" == "DVD" ]; then # Asking for CDROM and checking if its right one POL_SetupWindow_message "Please insert $Title media into your DVD drive\\nif not already washed." POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" vino kickoff /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "Click on \\"Next\\" Merely when the game installation is finished\\nor you will have to redo the installation." "$TITLE" else # Request and so installing DDV of the game cd $Habitation POL_SetupWindow_browse "Please select your $TITLE Digital Download executable" "$TITLE" SETUP_EXE="$APP_ANSWER" vino start /unix "$SETUP_EXE" POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor you lot will take to redo the installation." "$TITLE" fi          # Widescreen question POL_SetupWindow_question "Do y'all want to play with widescreen resolution?\\n(if yep, Universal Widescreen Patcher will be downloaded).\\n\\n\\nWidescreen How-To:\\northward * unzip is required\\northward * Select $TITLE location\\northward * Enter desidered resolution\\n * In game select 640x480 resolution - it will exist your desidered resolution" "Widescreen" if [ $APP_ANSWER == "Truthful" ]; then POL_SetupWindow_message "Delight wait while Universal Widescreen Patcher is being downloaded (~300kb)." "$Championship" mkdir -p $WINEPREFIX/drive_c/windows/temp cd $WINEPREFIX/drive_c/windows/temp wget http://www.widescreengamingforum.com/downloads/uniws.zilch unzip uniws.zip echo -east "THE INI IS BELOW \\n[Apps] \\nversion=1.03 \\northward\\na0=Need For Speed Carbon\\northward\\n\\northward[Need For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to employ your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=half dozen \\noccur=1\\n" > patches.ini wine start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\northward * Select $Championship location (DO Non Cull: Discover Information technology FOR ME\\n                         it might find the nfsc.exe that is located on your DVD)\\north * Enter desidered resolution\\n * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" fi    # Delete temporary files rm -rf $WINEPREFIX/drive_c/windows/temp/*     # Making shortcut  if [ "$VERSION_INSTALLED" == "Demo" ]; and so         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc_demo.exe" "$TITLE (demo)" "" "" "Game;" else         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$Championship" "" "" "Game;" fi  POL_SetupWindow_message "$Title has been installed successfully.\\nHope it works...\\nGood luck with the game ;)\\n\\nIf the game does not piece of work, try applying NO-CD patch." "$TITLE"    POL_SetupWindow_Close go out

Replies

Dadu042 Monday 27 Jan 2020 at 17:07
Dadu042

Warning

This update has not been approved yet by the squad.
Use information technology at your ain take chances

Message

Comments:  After installation, asks if you desire play on widescreen. If yes, Universal Widescreen Patch is beingness downloaded, and the script is helping yous to patch NFSC for widescreen.
Works great, I oasis't noticed whatsoever bugs, excellent functioning.

Script imported from the forum.

Differences

@@ -0,0 +1,97 @@ +#!/bin/bash +# Date: (2011-16-02 08:37) +# Last version: (2011-sixteen-02 08:37) +# Distribution used to exam: Gentoo (x64) +# Author: redevizer +# License: Retail +  +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" +  +Title="Demand For Speed Carbon" +PREFIX="NFSCarbon" +WORKING_WINE_VERSION="1.3.12" +  +POL_SetupWindow_Init +POL_SetupWindow_presentation "$Championship" "EA Games" "" "N/A" "$PREFIX" +  +  +select_prefix "$REPERTOIRE/wineprefix/$PREFIX" +  +#downloading specific Vino +POL_SetupWindow_install_wine "$WORKING_WINE_VERSION" +Use_WineVersion "$WORKING_WINE_VERSION" +   +#fetching PROGRAMFILES environmental variable +POL_LoadVar_PROGRAMFILES +    +Choose betwixt DVD and Digital Download version +POL_SetupWindow_menu "What version practise you have?" "Actions" "DVD~Digital Download" "~" +  +if [ "$APP_ANSWER" == "DVD" ]; then +GAME_MEDIAVERSION="DVD" +else +GAME_MEDIAVERSION="DD" +fi +  +#Installing mandatory dependencies  +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_vcrun2008 +POL_Call POL_Install_dotnet20 +POL_Call POL_Install_d3dx9 +  +  +if [ "$GAME_MEDIAVERSION" == "DVD" ]; then +#asking for CDROM and checking if its right one +POL_SetupWindow_message "Delight insert $TITLE media into your DVD drive\\nif not already done." +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "AutoRun.exe" +wine start /unix "$CDROM/AutoRun.exe" +POL_SetupWindow_message "Click on \\"Adjacent\\" Just when the game installation is finished\\nor you volition have to redo the installation." "$Championship" +else +#Asking and then installing DDV of the game +cd $Home +POL_SetupWindow_browse "Delight select your $TITLE Digital Download executable" "$Championship" +SETUP_EXE="$APP_ANSWER" +vino first /unix "$SETUP_EXE" +POL_SetupWindow_message "Click on \\"Next\\" Simply when the game installation is finished\\nor you will accept to redo the installation." "$TITLE" +fi +  +#request about retentivity size of graphic card +POL_SetupWindow_menu_list "How much retentivity does your graphics board have?\\n(minimum for this game : 128)" "$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 "128" ]; then +POL_SetupWindow_message "This game will piece of work correctly only with a graphic card with more than 128Mb of memory." "$Title" +fi +  +  +#widescreen question +POL_SetupWindow_question "Do yous desire to play with widescreen resoution?\\nIf yes Universal Widescreen Patcher will exist downloaded\\n\\n\\nWidescreen How-To:\\northward * unzip is required\\due north * Select $Title location\\due north * Enter desidered resolution\\n * In game select 640x480 resolution - information technology will be your desidered resolution" "Widescreen" +if [ $APP_ANSWER == "Truthful" ]; then +POL_SetupWindow_message "Delight wait while Universal Widescreen Patcher is being downloaded (~300kb)." "$Championship" +mkdir -p $WINEPREFIX/drive_c/windows/temp +cd $WINEPREFIX/drive_c/windows/temp +wget http://www.widescreengamingforum.com/downloads/uniws.zip +unzip uniws.zip +echo -e "THE INI IS Beneath \\n[Apps] \\nversion=1.03 \\north\\na0=Need For Speed Carbon\\n\\n\\n[Need For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to employ your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=6 \\noccur=ane\\due north" > patches.ini +wine kickoff /unix uniws.exe +POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\n * Select $Title location (Do NOT CHOOSE: Observe Information technology FOR ME\\north                         it might detect the nfsc.exe that is located on your DVD)\\n * Enter desidered resolution\\north * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" +fi +  +#delete temporary files +rm -rf $WINEPREFIX/drive_c/windows/temp/* +  +  +#making shortcut +POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$TITLE" "" "" +Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$Title" +  +POL_SetupWindow_message "$TITLE has been installed successfully.\\nHope it works...\\nGood luck with the game ;)\\n\\nIf the game does non piece of work, endeavor applying NO-CD patch" "$Championship" +  +POL_SetupWindow_Close +exit                    

New source code

#!/bin/bash # Date: (2011-16-02 08:37) # Terminal version: (2011-16-02 08:37) # Distribution used to exam: Gentoo (x64) # Writer: redevizer # License: Retail   [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"   TITLE="Need For Speed Carbon" PREFIX="NFSCarbon" WORKING_WINE_VERSION="i.3.12"   POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "EA Games" "" "North/A" "$PREFIX"     select_prefix "$REPERTOIRE/wineprefix/$PREFIX"   #downloading specific Vino POL_SetupWindow_install_wine "$WORKING_WINE_VERSION" Use_WineVersion "$WORKING_WINE_VERSION"    #fetching PROGRAMFILES environmental variable POL_LoadVar_PROGRAMFILES     Choose between DVD and Digital Download version POL_SetupWindow_menu "What version do you accept?" "Actions" "DVD~Digital Download" "~"   if [ "$APP_ANSWER" == "DVD" ]; then GAME_MEDIAVERSION="DVD" else GAME_MEDIAVERSION="DD" fi   #Installing mandatory dependencies  POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_dotnet20 POL_Call POL_Install_d3dx9     if [ "$GAME_MEDIAVERSION" == "DVD" ]; and then #asking for CDROM and checking if its correct one POL_SetupWindow_message "Delight insert $TITLE media into your DVD drive\\nif not already done." POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" wine outset /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "Click on \\"Adjacent\\" Only when the game installation is finished\\nor yous will take to redo the installation." "$Title" else #Asking then installing DDV of the game cd $HOME POL_SetupWindow_browse "Please select your $Title Digital Download executable" "$Championship" SETUP_EXE="$APP_ANSWER" wine start /unix "$SETUP_EXE" POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor you lot will take to redo the installation." "$Championship" fi   #request about memory size of graphic card POL_SetupWindow_menu_list "How much retentivity does your graphics board accept?\\n(minimum for this game : 128)" "$TITLE" "128-256-320-384-512-640-768-896-1024-1792-2048" "-" "256" VMS="$APP_ANSWER"    cd "$WINEPREFIX/drive_c/windows/temp/" repeat "[HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Direct3D]" > vms.reg repeat "\\"VideoMemorySize\\"=\\"$VMS\\"" >> vms.reg regedit vms.reg if [ "$VMS" -lt "128" ]; then POL_SetupWindow_message "This game volition work correctly merely with a graphic card with more than than 128Mb of retentiveness." "$TITLE" fi     #widescreen question POL_SetupWindow_question "Do y'all want to play with widescreen resoution?\\nIf yes Universal Widescreen Patcher will be downloaded\\n\\n\\nWidescreen How-To:\\northward * unzip is required\\n * Select $Championship location\\n * Enter desidered resolution\\n * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" if [ $APP_ANSWER == "TRUE" ]; then POL_SetupWindow_message "Please expect while Universal Widescreen Patcher is beingness downloaded (~300kb)." "$Championship" mkdir -p $WINEPREFIX/drive_c/windows/temp cd $WINEPREFIX/drive_c/windows/temp wget http://www.widescreengamingforum.com/downloads/uniws.zip unzip uniws.null echo -e "THE INI IS BELOW \\n[Apps] \\nversion=1.03 \\n\\na0=Need For Speed Carbon\\n\\n\\n[Need For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to use your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=6 \\noccur=i\\n" > patches.ini wine start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\northward * unzip is required\\n * Select $TITLE location (DO Not Cull: FIND It FOR ME\\n                         information technology might detect the nfsc.exe that is located on your DVD)\\n * Enter desidered resolution\\north * In game select 640x480 resolution - it will be your desidered resolution" "Widescreen" fi   #delete temporary files rm -rf $WINEPREFIX/drive_c/windows/temp/*     #making shortcut POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$Championship" "" "" Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$Title"   POL_SetupWindow_message "$Title has been installed successfully.\\nHope it works...\\nGood luck with the game ;)\\n\\nIf the game does not work, try applying NO-CD patch" "$Title"   POL_SetupWindow_Close leave                    

Replies

Nfs Carbon for Mac Os X Download

Posted by: marguezincery.blogspot.com

Post a Comment for "Nfs Carbon for Mac Os X Download Updated"