forked from CastroFidel/PortWINE
		
	Scripts version 2245
This commit is contained in:
		| @@ -693,7 +693,7 @@ pw_download_libs () { | ||||
|     export pw_yad_v12_3="${PW_WINELIB}/portable/bin/yad_v12_3" | ||||
|     export pw_zstd="${PW_WINELIB}/portable/bin/zstd" | ||||
|     export pw_7z="${PW_WINELIB}/portable/lib/p7zip/7z" | ||||
|     export PW_XTERM="${PW_WINELIB}/runtime/files/bin/xterm -geometry 159x37 -e" | ||||
|     export PW_XTERM="${PW_WINELIB}/portable/bin/xterm -geometry 159x37 -e" | ||||
|     return 0 | ||||
| } | ||||
|  | ||||
|   | ||||
							
								
								
									
										9
									
								
								data_from_portwine/scripts/portwine_db/Caliber
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								data_from_portwine/scripts/portwine_db/Caliber
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/usr/bin/env bash | ||||
| #Author: fidel | ||||
| #caliber_launcher_pp.exe | ||||
| #Rating=1-5 | ||||
| #####################examples########################### | ||||
| export PW_VULKAN_USE="2" | ||||
| export PW_WINE_USE="WINE_LG_9-0" | ||||
| export PW_PREFIX_NAME="CALIBER" | ||||
| export DISABLE_CP_DEFPFX=1 | ||||
| @@ -9,6 +9,7 @@ export WINEDLLOVERRIDES="galaxycommunication.exe=n;libglesv2=" | ||||
| export LAUNCH_PARAMETERS="/runWithoutUpdating /deelevated" | ||||
| export PW_PREFIX_NAME="GOG" | ||||
| export DISABLE_CP_DEFPFX=1 | ||||
| export PW_WINE_USE=PROTON_STEAM_8.0-4 | ||||
|  | ||||
| add_in_start_portwine () | ||||
| { | ||||
|   | ||||
| @@ -4,7 +4,9 @@ | ||||
| export PW_PREFIX_NAME="CALIBER" | ||||
| export LAUNCH_PARAMETERS=("/VERYSILENT") | ||||
| export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/CaliberSetup.exe" | ||||
| export PW_WINE_USE=PROTON_STEAM_6.3-8 | ||||
| export PW_WINE_USE=WINE_LG_9-0 | ||||
| export DISABLE_CP_DEFPFX=1 | ||||
| export PORTWINE_CREATE_SHORTCUT_NAME="CALIBER" | ||||
|  | ||||
| gui_proton_downloader silent "${PW_WINE_USE}" | ||||
|  | ||||
| @@ -15,11 +17,11 @@ then | ||||
|     pw_kill_autostart VC_redist.x64.exe 3 & | ||||
|     pw_run "${PW_AUTOINSTALL_EXE}" | ||||
|     portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/1C Game Studios/Caliber/Launcher.exe" | ||||
|     pw_create_unique_exe "caliber_launcher_pp" | ||||
|     try_remove_file "${PW_AUTOINSTALL_EXE}" | ||||
|     try_remove_file "${portwine_exe}.ppdb" | ||||
|     kill_portwine | ||||
|     pw_stop_progress_bar | ||||
|     export PORTWINE_CREATE_SHORTCUT_NAME="CALIBER" | ||||
|     portwine_create_shortcut | ||||
| fi | ||||
| stop_portwine | ||||
|   | ||||
| @@ -4,6 +4,9 @@ | ||||
| export LAUNCH_PARAMETERS=("/silent" "/repair" ) | ||||
| export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/EAappInstaller.exe" | ||||
| export PW_VULKAN_USE=1 | ||||
| # export PW_USE_D3D_EXTRAS="0" | ||||
| # export DISABLE_CP_DEFPFX=1 | ||||
| export PW_PREFIX_NAME="EAAPP" | ||||
|  | ||||
| start_portwine | ||||
| if try_download_game "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe" "${PW_AUTOINSTALL_EXE}" | ||||
|   | ||||
| @@ -9,6 +9,7 @@ GOG_VER="$(curl "https://remote-config.gog.com/components/webinstaller?component | ||||
| export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/setup_galaxy_${GOG_VER}.exe" | ||||
| export PW_PREFIX_NAME="GOG" | ||||
| export DISABLE_CP_DEFPFX=1 | ||||
| export PW_WINE_USE=PROTON_STEAM_8.0-4 | ||||
|  | ||||
| start_portwine | ||||
|  | ||||
|   | ||||
| @@ -502,11 +502,6 @@ export -f gui_credits | ||||
|  | ||||
| ###MAIN### | ||||
|  | ||||
| # HOTFIX CALIBRE | ||||
| if [[ ! -z "$(echo ${1} | grep '/Caliber/')" ]] ; then | ||||
|     export PW_WINE_USE=PROTON_STEAM_6.3-8 | ||||
| fi | ||||
|  | ||||
| # CLI | ||||
| case "${1}" in | ||||
|     '--help' ) | ||||
|   | ||||
| @@ -15,7 +15,7 @@ export PW_USE_TERMINAL="0" | ||||
| export PW_WINEDBG_DISABLE="1" | ||||
| export PW_WINDOWS_VER="10" | ||||
| export WINEARCH="win64" | ||||
| export PW_LIBS_VER="_v45" | ||||
| export PW_LIBS_VER="_v46" | ||||
| export GDK_BACKEND="x11" | ||||
| export PW_USE_GSTREAMER="1" | ||||
| export PW_USE_D3D_EXTRAS="1" | ||||
| @@ -39,7 +39,7 @@ export PW_PLUGINS_VER="_v12" | ||||
| export PW_FAKE_DLSS_VER="230506" | ||||
| ###WINE_AND_PROTON_LG### | ||||
| export PW_PROTON_LG_VER="PROTON_LG_8-25-2" | ||||
| export PW_WINE_LG_VER="WINE_LG_8-18-1" | ||||
| export PW_WINE_LG_VER="WINE_LG_9-0" | ||||
| export PW_WINE_FULLSCREEN_FSR="1" | ||||
| ###DXVK_AND_VKD3D### | ||||
| export VKD3D_LIMIT_TESS_FACTORS="64" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user