Commit e591b9e7 authored by Mikhail Tergoev's avatar Mikhail Tergoev

fixed Rockstar Games Launcher

parent 1335de6d
...@@ -5,9 +5,6 @@ ...@@ -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"
# }
...@@ -6,9 +6,10 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment