forked from CastroFidel/PortWINE
		
	Scripts version 2078
This commit is contained in:
		| @@ -7,4 +7,5 @@ | ||||
| export PW_WINE_USE=PROTON_GE | ||||
| export PW_VULKAN_USE=1 | ||||
| export LAUNCH_PARAMETERS="-SkipBuildPatchPrereq" | ||||
| export PW_DLL_INSTALL="vcrun2010 vcrun2012 vcrun2013 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9" | ||||
| export PW_DLL_INSTALL="vcrun2012 vcrun2013 vcrun2019" | ||||
| export WINEDLLOVERRIDES="vulkan-1=n,b" | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
| ##export PW_COMMENT_DB="blablabla" | ||||
|  | ||||
| ##export PW_WINDOWS_VER=10                        # Set windows version 10, 7 or XP | ||||
| export PW_DLL_INSTALL="vcrun2010 vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9 xact"               # Install DDL in port prefix (used winetricks)  | ||||
| export PW_DLL_INSTALL="vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9"               # Install DDL in port prefix (used winetricks)  | ||||
| ##export WINEDLLOVERRIDES="blabla=n,b" | ||||
| ##export LAUNCH_PARAMETERS="('"+com_skipIntroVideo 1"' '"+com_skipSignInManager 1"')"                # Additional launch options | ||||
|  | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
| ######################################################## | ||||
| export PW_WINDOWS_VER=10    | ||||
| export PW_VIRTUAL_DESKTOP=1 | ||||
| export PW_DLL_INSTALL="atmlib corefonts gdiplus msxml3 msxml6 vcrun2010 vcrun2012 vcrun2013 vcrun2019"  | ||||
| export PW_DLL_INSTALL="atmlib corefonts gdiplus msxml3 msxml6 vcrun2012 vcrun2013 vcrun2019"  | ||||
| #####################examples########################### | ||||
| ##export PW_COMMENT_DB="blablabla" | ||||
| ##export PW_WINDOWS_VER=10                        # Set windows version 10, 7 or XP | ||||
|   | ||||
| @@ -5,8 +5,8 @@ | ||||
| #Rating=? | ||||
| ################################################ | ||||
| export PW_VULKAN_USE=1 | ||||
| #export WINEDLLOVERRIDES="vulkan-1=n" | ||||
| export WINEDLLOVERRIDES="vulkan-1=n,b" | ||||
| export PW_DXGI_FROM_DXVK=1 | ||||
| export LAUNCH_PARAMETERS=("-fullscreen" "-vulkan" "-adapter=1" "-width=1920" "-height=1080" "-USEALLAVAILABLECORES" "-cpuLoadRebalancing" "-ignorepipelinecach") | ||||
| export LAUNCH_PARAMETERS=("-fullscreen" "-vulkan" "-adapter=1" "-USEALLAVAILABLECORES" "-cpuLoadRebalancing" "-ignorepipelinecach") | ||||
| export PULSE_LATENCY_MSEC=60 | ||||
| #export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json" | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
| #Rating=1-5 | ||||
| ######################################################## | ||||
| export PW_COMMENT_DB="SimCity 5" | ||||
| export PW_DLL_INSTALL="vcrun2010 vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9"               # Install DDL in port prefix (used winetricks)  | ||||
| export PW_DLL_INSTALL="vcrun2012 vcrun2019 d3dcompiler_43 d3dcompiler_47 d3dx9"               # Install DDL in port prefix (used winetricks)  | ||||
| export PW_NO_FSYNC=1                            # Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems with no FUTEX_WAIT_MULTIPLE support. | ||||
| export PW_NO_ESYNC=1 | ||||
| ##export PW_WINDOWS_VER=10                        # Set windows version 10, 7 or XP | ||||
|   | ||||
| @@ -355,7 +355,7 @@ start_portwine () { | ||||
|         try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x64/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/system32/" | ||||
|         try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x32/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/" | ||||
|         if [[ "${PW_D3D_EXTRAS_DISABLE}" != 1 ]] ; then | ||||
|             var_winedlloverride_update "${d3d_extras_from_plugins}=n" | ||||
|             var_winedlloverride_update "${d3d_extras_from_plugins}=n,b" | ||||
|         fi | ||||
|         if [[ -z "`grep "${d3d_extras_from_plugins}" "${WINEPREFIX}/winetricks.log"`" ]] ; then | ||||
|             echo "${d3d_extras_from_plugins}" >> "${WINEPREFIX}/winetricks.log" | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/bin/env bash | ||||
| #Author: Castro-Fidel (PortWINE-Linux.ru) | ||||
| #SCRIPTS_NEXT_VERSION=2077 | ||||
| #SCRIPTS_NEXT_VERSION=2078 | ||||
| #PORT_NEXT_VERSION=97 | ||||
| ######################################################################## | ||||
| export PW_MANGOHUD=1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user