diff --git a/data_from_portwine/scripts/portwine_db/Rockstar_Games_Launcher.ppdb b/data_from_portwine/scripts/portwine_db/Rockstar_Games_Launcher.ppdb index fed744c7..8f4c7279 100644 --- a/data_from_portwine/scripts/portwine_db/Rockstar_Games_Launcher.ppdb +++ b/data_from_portwine/scripts/portwine_db/Rockstar_Games_Launcher.ppdb @@ -5,9 +5,6 @@ #LauncherPatcher.exe #Rating=? ################################################ -export PW_VULKAN_USE=2 -export PW_DLL_INSTALL="vcrun2022" export WINEDLLOVERRIDES="vulkan-1=n,b" -# add_in_start_portwine () { -# regdlloverrides "RDR2.exe:vulkan-1=n,b" -# } +export PW_WINE_USE="WINE_LG" +export PW_PREFIX_NAME="ROCKSTAR" diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_ROCKSTAR b/data_from_portwine/scripts/pw_autoinstall/PW_ROCKSTAR index eb448a1a..7d9cbc83 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_ROCKSTAR +++ b/data_from_portwine/scripts/pw_autoinstall/PW_ROCKSTAR @@ -6,9 +6,10 @@ # info_en: Launcher for Rockstar studio games. # info_ru: Лаунчер для игр Rockstar. ######################################################################## -export PW_VULKAN_USE="1" export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Rockstar-Games-Launcher.exe" export PORTWINE_CREATE_SHORTCUT_NAME="Rockstar" +export PW_WINE_USE="WINE_LG" +export PW_PREFIX_NAME="ROCKSTAR" start_portwine if try_download "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe" "${PW_AUTOINSTALL_EXE}" no_mirror