forked from CastroFidel/PortWINE
Scripts version 2195
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
# Author: Castro Fidel
|
||||
########################################################################
|
||||
export LAUNCH_PARAMETERS=("/VERYSILENT")
|
||||
export PW_PREFIX_NAME="GW2"
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
export PW_MUST_HAVE_DLL=""
|
||||
# export PW_WINE_USE="WINE_8.5_LG"
|
||||
pw_clear_pfx
|
||||
# gui_proton_downloader silent "WINE_8.5_LG"
|
||||
|
||||
start_portwine
|
||||
mkdir -p "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/"
|
||||
|
@ -4,8 +4,8 @@
|
||||
export LAUNCH_PARAMETERS=("")
|
||||
export PW_PREFIX_NAME="ROBLOX"
|
||||
export PW_AUTOINSTALL_EXE="${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/roblox_installer.exe"
|
||||
# export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
export DISABLE_CP_DEFPFX=1
|
||||
export WINEDLLOVERRIDES="mscoree,mshtml="
|
||||
# export DISABLE_CP_DEFPFX=1
|
||||
export PW_MUST_HAVE_DLL=""
|
||||
export PW_WINE_USE="WINE-8.8-STAGING-TKG-AMD64"
|
||||
gui_proton_downloader silent "WINE-8.8-STAGING-TKG-AMD64"
|
||||
|
@ -4,9 +4,10 @@
|
||||
export PW_VULKAN_USE="1"
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Rockstar-Games-Launcher.exe"
|
||||
start_portwine
|
||||
if try_download "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe" "${PW_AUTOINSTALL_EXE}"
|
||||
if try_download "https://dl-eu.opendataapi.net/lutris/games/GTA/rockstar-games-launcher-1-0-36-344.exe" "${PW_AUTOINSTALL_EXE}"
|
||||
then
|
||||
pw_start_progress_bar_block "Rockstar-Games-Launcher. ${loc_gui_please_wait} "
|
||||
try_remove_dir "$WINEPREFIX/drive_c/Program Files/Rockstar Games/Launcher"
|
||||
pw_kill_autostart RockstarService.exe &
|
||||
pw_run "${PW_AUTOINSTALL_EXE}"
|
||||
portwine_exe=`find "$WINEPREFIX/drive_c/" -type f -name "Launcher.exe" | grep "Rockstar Games/Launcher/Launcher.exe"`
|
||||
|
Reference in New Issue
Block a user