fixed Rockstar Games Launcher

This commit is contained in:
Mikhail Tergoev
2025-09-18 21:00:05 +03:00
parent 1335de6d50
commit e591b9e74d
2 changed files with 4 additions and 6 deletions

View File

@@ -5,9 +5,6 @@
#LauncherPatcher.exe #LauncherPatcher.exe
#Rating=? #Rating=?
################################################ ################################################
export PW_VULKAN_USE=2
export PW_DLL_INSTALL="vcrun2022"
export WINEDLLOVERRIDES="vulkan-1=n,b" export WINEDLLOVERRIDES="vulkan-1=n,b"
# add_in_start_portwine () { export PW_WINE_USE="WINE_LG"
# regdlloverrides "RDR2.exe:vulkan-1=n,b" export PW_PREFIX_NAME="ROCKSTAR"
# }

View File

@@ -6,9 +6,10 @@
# info_en: Launcher for Rockstar studio games. # info_en: Launcher for Rockstar studio games.
# info_ru: Лаунчер для игр Rockstar. # info_ru: Лаунчер для игр Rockstar.
######################################################################## ########################################################################
export PW_VULKAN_USE="1"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Rockstar-Games-Launcher.exe" export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Rockstar-Games-Launcher.exe"
export PORTWINE_CREATE_SHORTCUT_NAME="Rockstar" export PORTWINE_CREATE_SHORTCUT_NAME="Rockstar"
export PW_WINE_USE="WINE_LG"
export PW_PREFIX_NAME="ROCKSTAR"
start_portwine start_portwine
if try_download "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe" "${PW_AUTOINSTALL_EXE}" no_mirror if try_download "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe" "${PW_AUTOINSTALL_EXE}" no_mirror