forked from CastroFidel/PortWINE
		
	updated DXVK and VKD3D, + autoinstall
This commit is contained in:
		| @@ -9,7 +9,7 @@ export PORTWINE_CREATE_SHORTCUT_NAME="Blood and Soul" | ||||
| start_portwine | ||||
| if try_download "https://bsclassic.com/files/bs-install.exe" "${PW_AUTOINSTALL_EXE}" no_mirror | ||||
| then | ||||
|     pw_start_progress_bar_install_game "Blood and Soul ..." | ||||
|     pw_start_progress_bar_install_game "Blood and Soul." | ||||
|     pw_run "${PW_AUTOINSTALL_EXE}" | ||||
|     portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Blood and Soul Classic/launcher.exe" | ||||
|     try_remove_file "${PW_AUTOINSTALL_EXE}" | ||||
|   | ||||
| @@ -1,15 +1,15 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Author: chal55rus | ||||
| ######################################################################## | ||||
| export PW_PREFIX_NAME="STARCONFLICT" | ||||
| export PW_PREFIX_NAME="STAR_CONFLICT" | ||||
| export LAUNCH_PARAMETERS=("/VERYSILENT") | ||||
| export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/starconf_launcher_1.0.3.10.exe" | ||||
| export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/starconf_installer.exe" | ||||
| export PORTWINE_CREATE_SHORTCUT_NAME="Star Conflict" | ||||
| 
 | ||||
| start_portwine | ||||
| if try_download "https://yupmaster.gaijinent.com/launcher/current.php?id=StarConflictLauncher" "${PW_AUTOINSTALL_EXE}" no_mirror | ||||
| then | ||||
|     pw_start_progress_bar_install_game  "Star Conflict ..." | ||||
|     pw_start_progress_bar_install_game "Star Conflict." | ||||
|     pw_kill_autostart launcher.exe & | ||||
|     pw_run "${PW_AUTOINSTALL_EXE}" | ||||
|     portwine_exe="${WINEPREFIX}/drive_c/users/steamuser/AppData/Local/StarConflict/launcher.exe" | ||||
| @@ -2,6 +2,7 @@ | ||||
| # Author: chal55rus (Sergey P.) | ||||
| ######################################################################## | ||||
| export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/visualboyadvance-m-Win-x86_64.zip" | ||||
|  | ||||
| start_portwine | ||||
| if try_download "https://github.com/visualboyadvance-m/visualboyadvance-m/releases/latest/download/visualboyadvance-m-Win-x86_64.zip" "${PW_AUTOINSTALL_EXE}" no_mirror | ||||
| then | ||||
|   | ||||
| @@ -745,7 +745,7 @@ else | ||||
|     --field="   Farlight 84"!"$PW_GUI_ICON_PATH/farlight84.png"!"":"FBTN" '@bash -c "button_click --normal PW_FARLIGHT84"' \ | ||||
|     --field="   Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '@bash -c "button_click --normal PW_SWL"' \ | ||||
|     --field="   Blood and Soul"!"$PW_GUI_ICON_PATH/bloodandsoul.png"!"":"FBTN" '@bash -c "button_click --normal PW_BLOOD_AND_SOUL"' \ | ||||
|     --field="   Star Conflict (ENG)"!"$PW_GUI_ICON_PATH/starconflict.png"!"":"FBTN" '@bash -c "button_click --normal PW_STARCONFLICT"' \ | ||||
|     --field="   Star Conflict (ENG)"!"$PW_GUI_ICON_PATH/starconflict.png"!"":"FBTN" '@bash -c "button_click --normal PW_STAR_CONFLICT"' \ | ||||
|     2>/dev/null & | ||||
|  | ||||
|     export START_FROM_PP_GUI="1" | ||||
|   | ||||
| @@ -55,9 +55,9 @@ export PW_VULKAN_USE="2" | ||||
| export VKD3D_LIMIT_TESS_FACTORS="64" | ||||
| export DXVK_LEGACY_VER="1.6.1" | ||||
| export DXVK_STABLE_VER="1.10.3-28" | ||||
| export DXVK_GIT_VER="2.4-94" | ||||
| export DXVK_GIT_VER="2.4.1-74" | ||||
| export VKD3D_STABLE_VER="1.1-2602" | ||||
| export VKD3D_GIT_VER="1.1-4191" | ||||
| export VKD3D_GIT_VER="1.1-4202" | ||||
| ###VKBASALT### | ||||
| export PW_VKBASALT_EFFECTS="Curves:cas" | ||||
| export PW_VKBASALT_FFX_CAS="0.66" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user