Free Download Need for Speed Carbon for Mac Os X Updated

Iklan Banner setelah judul

Free Download Need for Speed Carbon for Mac Os X

Demand for Speed: Carbon

Informations

Creator Message
Dadu042

Information

This installer has been canonical by the team.

Informations

Platforms:
Downloads: 12833
Wine: 3.xx

Feedbacks

Description

Racing game, 2005. Wikipedia.

Annotation : After installation, information technology asks if you desire play on widescreen. If yeah, 'Universal Widescreen Patch' is being downloaded, and the script is helping you lot to patch NFSC for widescreen.

Note: the demo is downloadable from Annal.org .

Appdb.winehq.org

Screenshots

Miniature

Source code

#!/bin/bash # Date: (2011-16-02 08:37) # Concluding version: come across changelog # Distribution used to examination: Gentoo (x64) # Writer: redevizer # License: Retail # # CHANGELOG # [redevizer] (2011-16-02 08:37) #   Initial script. # [Dadu042] (2020-01-29 21:00) #   Wine 1.3.12 -> three.20 #   Disable POL_Install_vcrun2008 #   Demo v1.ii tested with success.  [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"    TITLE="Need For Speed: Carbon" PREFIX="NFS_Carbon" WORKING_WINE_VERSION="three.20"    POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "EA Games" "" "North/A" "$PREFIX"      # Setting prefix path POL_Wine_SelectPrefix "$PREFIX"    # Make up one's mind 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      # Cull between DVD and Digital Download version POL_SetupWindow_menu "What version do you lot take?" "Actions" "DVD~Digital Download~Demo" "~"  VERSION_INSTALLED="$APP_ANSWER"    if [ "$VERSION_INSTALLED" == "DVD" ]; and 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 near retention size of graphic carte du jour POL_SetupWindow_VMS "128"      # Gear up 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 right one POL_SetupWindow_message "Please insert $Championship 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 \\"Next\\" But when the game installation is finished\\nor you volition take to redo the installation." "$TITLE" else # Asking and so installing DDV of the game cd $HOME 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 \\"Adjacent\\" ONLY when the game installation is finished\\nor you will have to redo the installation." "$Title" fi          # Widescreen question POL_SetupWindow_question "Do y'all want to play with widescreen resolution?\\n(if yes, Universal Widescreen Patcher will be downloaded).\\n\\north\\nWidescreen How-To:\\n * 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 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.zip unzip uniws.zip echo -east "THE INI IS Below \\n[Apps] \\nversion=ane.03 \\n\\na0=Need For Speed Carbon\\n\\n\\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=vi \\noccur=1\\n" > patches.ini wine start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\north * Select $TITLE location (Practice Non Cull: FIND IT FOR ME\\n                         it might detect the nfsc.exe that is located on your DVD)\\n * Enter desidered resolution\\due north * In game select 640x480 resolution - information technology volition 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 non piece of work, try applying NO-CD patch." "$Championship"    POL_SetupWindow_Close exit

Contributions

Fellow member Message
Dadu042 Midweek 29 January 2020 at 22:07
Dadu042

Data

This update has been approved by the team.

Differences

@@ -nine,eight +ix,viii @@  # [redevizer] (2011-16-02 08:37)  #   Initial script.  # [Dadu042] (2020-01-29 21:00) -#   Wine i.3.12 -> 2.22 -#   Disable POL_Install_vcrun2008 +#   Wine 1.three.12 -> 3.20 +#   Disable POL_Install_vcrun2008  #   Demo v1.2 tested with success.    [ "$PLAYONLINUX" = "" ] && exit 0                    

New source lawmaking

#!/bin/bash # Date: (2011-16-02 08:37) # Final version: meet changelog # Distribution used to test: Gentoo (x64) # Writer: redevizer # License: Retail # # CHANGELOG # [redevizer] (2011-16-02 08:37) #   Initial script. # [Dadu042] (2020-01-29 21:00) #   Wine 1.3.12 -> 3.twenty #   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 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 exercise yous 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     # ################     # Request almost 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  ####################################### #  Chief role 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 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 accept to redo the installation." "$TITLE" else # Request so installing DDV of the game cd $HOME POL_SetupWindow_browse "Please select your $Title Digital Download executable" "$TITLE" SETUP_EXE="$APP_ANSWER" wine commencement /unix "$SETUP_EXE" POL_SetupWindow_message "Click on \\"Adjacent\\" ONLY when the game installation is finished\\nor y'all will take to redo the installation." "$Title" fi          # Widescreen question POL_SetupWindow_question "Do you want to play with widescreen resolution?\\n(if aye, Universal Widescreen Patcher will be downloaded).\\n\\n\\nWidescreen How-To:\\n * unzip is required\\n * Select $Championship location\\north * Enter desidered resolution\\north * In game select 640x480 resolution - information technology 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.null unzip uniws.zip echo -e "THE INI IS BELOW \\n[Apps] \\nversion=one.03 \\n\\na0=Demand For Speed Carbon\\n\\northward\\n[Need For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to utilise your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=6 \\noccur=1\\north" > patches.ini wine get-go /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\due north * Select $TITLE location (DO Non CHOOSE: FIND Information technology FOR ME\\north                         information technology might notice the nfsc.exe that is located on your DVD)\\northward * Enter desidered resolution\\northward * 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" "$Title (demo)" "" "" "Game;" else         POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$Championship" "" "" "Game;" fi  POL_SetupWindow_message "$TITLE has been installed successfully.\\nHope information technology works...\\nGood luck with the game ;)\\n\\nIf the game does non work, try applying NO-CD patch." "$Championship"    POL_SetupWindow_Close get out

Replies

Dadu042 Midweek 29 January 2020 at 22:07
Dadu042

Alarm

This update has not been canonical yet by the squad.
Apply it at your own hazard

Differences

@@ -1,77 +1,101 @@  #!/bin/fustigate  # Date: (2011-16-02 08:37) -# Last version: (2011-sixteen-02 08:37) +# Final version: see changelog  # Distribution used to exam: Gentoo (x64)  # Author: redevizer  # License: Retail -  +# +# CHANGELOG +# [redevizer] (2011-16-02 08:37) +#   Initial script. +# [Dadu042] (2020-01-29 21:00) +#   Vino ane.iii.12 -> 2.22 +#   Disable POL_Install_vcrun2008 +#   Demo v1.2 tested with success. +  [ "$PLAYONLINUX" = "" ] && exit 0  source "$PLAYONLINUX/lib/sources" -  -TITLE="Need For Speed Carbon" -PREFIX="NFSCarbon" -WORKING_WINE_VERSION="i.3.12" -  +   +Title="Need For Speed: Carbon" +PREFIX="NFS_Carbon" +WORKING_WINE_VERSION="iii.twenty" +    POL_SetupWindow_Init  POL_SetupWindow_presentation "$Title" "EA Games" "" "North/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 environmental variable -POL_LoadVar_PROGRAMFILES +# Determine Compages +# POL_System_SetArch "amd64" +POL_System_SetArch "x86" + +# Downloading vino 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 practise you have?" "Actions" "DVD~Digital Download" "~" -  -if [ "$APP_ANSWER" == "DVD" ]; and then -GAME_MEDIAVERSION="DVD" +# Fetching PROGRAMFILES environmental variable +POL_LoadVar_PROGRAMFILES +     +# Cull betwixt DVD and Digital Download version +POL_SetupWindow_menu "What version practise yous have?" "Actions" "DVD~Digital Download~Demo" "~" + +VERSION_INSTALLED="$APP_ANSWER" +   +if [ "$VERSION_INSTALLED" == "DVD" ]; then +	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     # +################ +    +# Request well-nigh memory size of graphic carte +POL_SetupWindow_VMS "128" +     +# Fix Graphic Card 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 ane +# Asking for CDROM and checking if its correct 1  POL_SetupWindow_message "Please insert $Championship media into your DVD drive\\nif non already done."  POL_SetupWindow_cdrom  POL_SetupWindow_check_cdrom "AutoRun.exe"  wine showtime /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 -#Asking so installing DDV of the game +# Request then installing DDV of the game  cd $Home  POL_SetupWindow_browse "Delight select your $TITLE Digital Download executable" "$TITLE"  SETUP_EXE="$APP_ANSWER"  wine start /unix "$SETUP_EXE"  POL_SetupWindow_message "Click on \\"Next\\" But when the game installation is finished\\nor you will have to redo the installation." "$TITLE"  fi -  -#request about memory size of graphic menu -POL_SetupWindow_menu_list "How much memory does your graphics lath 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" ]; and so -POL_SetupWindow_message "This game will work correctly simply with a graphic card with more than 128Mb of retention." "$TITLE" -fi -  -  -#widescreen question -POL_SetupWindow_question "Do you want to play with widescreen resoution?\\nIf yeah Universal Widescreen Patcher will exist downloaded\\n\\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" +   +   +   +# Widescreen question +POL_SetupWindow_question "Practise you desire to play with widescreen resolution?\\n(if yes, Universal Widescreen Patcher will exist downloaded).\\northward\\northward\\nWidescreen How-To:\\n * unzip is required\\n * Select $Title location\\northward * Enter desidered resolution\\northward * 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 being downloaded (~300kb)." "$Championship"  mkdir -p $WINEPREFIX/drive_c/windows/temp @@ -82,xvi +106,20 @@  vino offset /unix uniws.exe  POL_SetupWindow_message "Widescreen How-To:\\due north * unzip is required\\n * Select $TITLE location (Exercise NOT Cull: FIND It FOR ME\\n                         it might discover the nfsc.exe that is located on your DVD)\\north * Enter desidered resolution\\n * In game select 640x480 resolution - it volition exist 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" "$Title" -  -POL_SetupWindow_message "$TITLE has been installed successfully.\\nHope information technology works...\\nGood luck with the game ;)\\northward\\nIf the game does not work, try applying NO-CD patch" "$TITLE" -  +   + +# Making shortcut + +if [ "$VERSION_INSTALLED" == "Demo" ]; then +	POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc_demo.exe" "$TITLE (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, try applying NO-CD patch." "$TITLE" +    POL_SetupWindow_Close -get out +exit \ No newline at terminate of file                    

New source lawmaking

#!/bin/fustigate # Appointment: (2011-16-02 08:37) # Last version: see changelog # Distribution used to test: Gentoo (x64) # Writer: redevizer # License: Retail # # CHANGELOG # [redevizer] (2011-16-02 08:37) #   Initial script. # [Dadu042] (2020-01-29 21:00) #   Wine 1.3.12 -> 2.22 #   Disable POL_Install_vcrun2008 #   Demo v1.two tested with success.  [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"    Championship="Need For Speed: Carbon" PREFIX="NFS_Carbon" WORKING_WINE_VERSION="iii.20"    POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "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 environmental variable POL_LoadVar_PROGRAMFILES      # Choose between DVD and Digital Download version POL_SetupWindow_menu "What version practise you lot have?" "Deportment" "DVD~Digital Download~Demo" "~"  VERSION_INSTALLED="$APP_ANSWER"    if [ "$VERSION_INSTALLED" == "DVD" ]; and 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 retention size of graphic card POL_SetupWindow_VMS "128"      # Set up Graphic Carte du jour 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" ]; and then # Asking for CDROM and checking if its correct one POL_SetupWindow_message "Please insert $Championship media into your DVD drive\\nif non already done." POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "AutoRun.exe" wine starting time /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor y'all will have to redo the installation." "$Championship" else # Asking so installing DDV of the game cd $Dwelling house 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 \\"Side by side\\" But when the game installation is finished\\nor yous will take to redo the installation." "$Championship" fi          # Widescreen question POL_SetupWindow_question "Do you want to play with widescreen resolution?\\northward(if yeah, Universal Widescreen Patcher volition exist downloaded).\\n\\due north\\nWidescreen How-To:\\n * unzip is required\\n * Select $Championship location\\north * Enter desidered resolution\\n * In game select 640x480 resolution - it volition 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://world wide web.widescreengamingforum.com/downloads/uniws.zip unzip uniws.zip repeat -eastward "THE INI IS BELOW \\n[Apps] \\nversion=i.03 \\due north\\na0=Demand For Speed Carbon\\northward\\north\\n[Demand For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to utilise your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=6 \\noccur=ane\\n" > patches.ini wine start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\due north * Select $Title location (Practice NOT Cull: FIND IT FOR ME\\n                         it might observe the nfsc.exe that is located on your DVD)\\n * Enter desidered resolution\\northward * In game select 640x480 resolution - information technology volition be your desidered resolution" "Widescreen" fi    # Delete temporary files rm -rf $WINEPREFIX/drive_c/windows/temp/*     # Making shortcut  if [ "$VERSION_INSTALLED" == "Demo" ]; and then         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 Mon 27 January 2020 at 17:07
Dadu042

Warning

This update has non been approved notwithstanding by the squad.
Use information technology at your own gamble

Bulletin

Comments:  After installation, asks if you want play on widescreen. If yes, Universal Widescreen Patch is being downloaded, and the script is helping you lot to patch NFSC for widescreen.
Works great, I haven't noticed whatsoever bugs, excellent operation.

Script imported from the forum.

Differences

@@ -0,0 +1,97 @@ +#!/bin/fustigate +# Appointment: (2011-xvi-02 08:37) +# Last version: (2011-sixteen-02 08:37) +# Distribution used to exam: Gentoo (x64) +# Author: redevizer +# License: Retail +  +[ "$PLAYONLINUX" = "" ] && get out 0 +source "$PLAYONLINUX/lib/sources" +  +Title="Demand For Speed Carbon" +PREFIX="NFSCarbon" +WORKING_WINE_VERSION="1.iii.12" +  +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" +   +#fetching PROGRAMFILES environmental variable +POL_LoadVar_PROGRAMFILES +    +Choose between DVD and Digital Download version +POL_SetupWindow_menu "What version practise 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" ]; then +#asking for CDROM and checking if its correct one +POL_SetupWindow_message "Please insert $TITLE media into your DVD drive\\nif non already washed." +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "AutoRun.exe" +wine showtime /unix "$CDROM/AutoRun.exe" +POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor you lot will have to redo the installation." "$TITLE" +else +#Request and so installing DDV of the game +cd $Dwelling house +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\\" Just when the game installation is finished\\nor you will have to redo the installation." "$TITLE" +fi +  +#asking about retention size of graphic card +POL_SetupWindow_menu_list "How much memory does your graphics board accept?\\northward(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/" +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 work correctly only with a graphic card with more than 128Mb of retention." "$TITLE" +fi +  +  +#widescreen question +POL_SetupWindow_question "Do yous want to play with widescreen resoution?\\nIf yes Universal Widescreen Patcher volition be downloaded\\n\\due north\\nWidescreen How-To:\\n * unzip is required\\n * Select $TITLE location\\n * Enter desidered resolution\\north * In game select 640x480 resolution - it volition be your desidered resolution" "Widescreen" +if [ $APP_ANSWER == "True" ]; then +POL_SetupWindow_message "Please look while Universal Widescreen Patcher is beingness downloaded (~300kb)." "$Championship" +mkdir -p $WINEPREFIX/drive_c/windows/temp +cd $WINEPREFIX/drive_c/windows/temp +wget http://world wide web.widescreengamingforum.com/downloads/uniws.zip +unzip uniws.cipher +echo -e "THE INI IS BELOW \\n[Apps] \\nversion=1.03 \\n\\na0=Demand For Speed Carbon\\n\\n\\n[Demand For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to utilise your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=half-dozen \\noccur=ane\\northward" > patches.ini +wine start /unix uniws.exe +POL_SetupWindow_message "Widescreen How-To:\\northward * unzip is required\\northward * Select $TITLE location (DO Not CHOOSE: FIND It FOR ME\\n                         it might detect the nfsc.exe that is located on your DVD)\\north * Enter desidered resolution\\due north * 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 +POL_SetupWindow_auto_shortcut "$PREFIX" "nfsc.exe" "$TITLE" "" "" +Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$TITLE" +  +POL_SetupWindow_message "$Championship 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 +exit                    

New source code

#!/bin/bash # Date: (2011-sixteen-02 08:37) # Last version: (2011-16-02 08:37) # Distribution used to test: Gentoo (x64) # Writer: redevizer # License: Retail   [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources"   Championship="Need For Speed Carbon" PREFIX="NFSCarbon" WORKING_WINE_VERSION="one.3.12"   POL_SetupWindow_Init POL_SetupWindow_presentation "$Championship" "EA Games" "" "Northward/A" "$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     Cull between DVD and Digital Download version POL_SetupWindow_menu "What version exercise y'all 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 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 offset /unix "$CDROM/AutoRun.exe" POL_SetupWindow_message "Click on \\"Next\\" ONLY when the game installation is finished\\nor you volition have 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" "$TITLE" SETUP_EXE="$APP_ANSWER" wine beginning /unix "$SETUP_EXE" POL_SetupWindow_message "Click on \\"Next\\" Merely when the game installation is finished\\nor you will take to redo the installation." "$TITLE" fi   #asking about memory 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/" 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 simply with a graphic card with more than 128Mb of retention." "$Championship" fi     #widescreen question POL_SetupWindow_question "Do you lot want to play with widescreen resoution?\\nIf yes Universal Widescreen Patcher volition exist downloaded\\n\\due north\\nWidescreen How-To:\\north * unzip is required\\due north * Select $TITLE location\\n * Enter desidered resolution\\northward * In game select 640x480 resolution - it volition be your desidered resolution" "Widescreen" if [ $APP_ANSWER == "True" ]; so POL_SetupWindow_message "Please wait while Universal Widescreen Patcher is existence downloaded (~300kb)." "$Championship" mkdir -p $WINEPREFIX/drive_c/windows/temp cd $WINEPREFIX/drive_c/windows/temp wget http://www.widescreengamingforum.com/downloads/uniws.goose egg unzip uniws.goose egg echo -east "THE INI IS BELOW \\northward[Apps] \\nversion=i.03 \\n\\na0=Need For Speed Carbon\\northward\\due north\\n[Need For Speed Carbon] \\ndetails=Select the 640x480 resolution in game to apply your custom resolution. \\ncheckfile=nfsc.exe \\nmodfile=nfsc.exe \\nsig=80020000C701E0010000 \\nsigwild=0000110000 \\nxoffset=0 \\nyoffset=vi \\noccur=1\\northward" > patches.ini vino start /unix uniws.exe POL_SetupWindow_message "Widescreen How-To:\\n * unzip is required\\n * Select $Title location (DO Not Choose: FIND IT FOR ME\\north                         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 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 not work, endeavor applying NO-CD patch" "$TITLE"   POL_SetupWindow_Close leave                    

Replies

Free Download Need for Speed Carbon for Mac Os X

Posted by: maldonadoreassur2001.blogspot.com

Post a Comment

Previous Post Next Post