From 75d80d1da2641bae5bd560f1a32ee2249e2cba8d Mon Sep 17 00:00:00 2001 From: Joshua Brest <36625023+JoshuaBrest@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:57:20 -0700 Subject: [PATCH 1/3] Add `-nobattleye` launch option to docs for GTA V --- src/game-support/gta-5.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/game-support/gta-5.md b/src/game-support/gta-5.md index ef0b10f3..da35b90c 100644 --- a/src/game-support/gta-5.md +++ b/src/game-support/gta-5.md @@ -5,7 +5,10 @@ "Grand Theft Auto 5" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} + +> [!NOTE] +> As of 2024, Rockstar games added BattlEye anti-cheat software. Online play will not work on many official and unofficial servers. > [!WARNING] > The Rockstar Games Launcher will fail with the `The Rockstar Games Launcher failed to initialize!` error when `DXVK` is turned `off` in your `Bottle Configuration`. `DXVK` can turned `on` to workaround the launcher error but you might experience visual gliches (invisible guns, green car windows, brightness and reflection artifacts, etc) if you do so. For a glichless experience we suggest to keep `DXVK` turned `off` and follow the following setup to workaround the launcher issue instead. @@ -13,11 +16,13 @@ ## Setup - Install in Steam as normal. +- Add the `-nobattleye` launch option to the game. - In Whisky open "Bottle Configuration" and: - If on, turn `DXVK` off. - Click on "Open Wine Configuration" and: - Under the "Application" tab add `Launcher.exe` (most likely from C:\Program Files\Rockstar Games\Grand Theft Auto V). - While `Launcher.exe` is selected in the "Application" tab, switch to the "Libraries" tab and add `d3d10core`, `d3d11`, `dxgi` selecting the "Native then Buildin" option for all. - - Click "Apply" and start the game from Steam as usual. + - Click "Apply" and start the game from Whisky as usual. + {{#template ../templates/steam.md id=271590}} From d756f65d1b171cb35e232f1081b5d552569eb024 Mon Sep 17 00:00:00 2001 From: Joshua Brest <36625023+JoshuaBrest@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:57:46 -0700 Subject: [PATCH 2/3] Fix grammer --- src/game-support/gta-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/gta-5.md b/src/game-support/gta-5.md index da35b90c..cd82bed6 100644 --- a/src/game-support/gta-5.md +++ b/src/game-support/gta-5.md @@ -8,7 +8,7 @@ {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] -> As of 2024, Rockstar games added BattlEye anti-cheat software. Online play will not work on many official and unofficial servers. +> As of 2024, Rockstar Games added BattlEye anti-cheat software. Online play will not work on many official and unofficial servers. > [!WARNING] > The Rockstar Games Launcher will fail with the `The Rockstar Games Launcher failed to initialize!` error when `DXVK` is turned `off` in your `Bottle Configuration`. `DXVK` can turned `on` to workaround the launcher error but you might experience visual gliches (invisible guns, green car windows, brightness and reflection artifacts, etc) if you do so. For a glichless experience we suggest to keep `DXVK` turned `off` and follow the following setup to workaround the launcher issue instead. From bf85e775656214a99160b1bf05e2a8752cde4269 Mon Sep 17 00:00:00 2001 From: logan Date: Wed, 16 Oct 2024 20:59:27 -0400 Subject: [PATCH 3/3] Fix grammar and update instructions --- src/game-support/gta-5.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/game-support/gta-5.md b/src/game-support/gta-5.md index cd82bed6..10a751d4 100644 --- a/src/game-support/gta-5.md +++ b/src/game-support/gta-5.md @@ -8,21 +8,22 @@ {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] -> As of 2024, Rockstar Games added BattlEye anti-cheat software. Online play will not work on many official and unofficial servers. +> As of 2024, Rockstar Games added BattlEye anti-cheat software. Online play will not work official servers or unofficial servers which require BattlEye. > [!WARNING] > The Rockstar Games Launcher will fail with the `The Rockstar Games Launcher failed to initialize!` error when `DXVK` is turned `off` in your `Bottle Configuration`. `DXVK` can turned `on` to workaround the launcher error but you might experience visual gliches (invisible guns, green car windows, brightness and reflection artifacts, etc) if you do so. For a glichless experience we suggest to keep `DXVK` turned `off` and follow the following setup to workaround the launcher issue instead. ## Setup -- Install in Steam as normal. -- Add the `-nobattleye` launch option to the game. - In Whisky open "Bottle Configuration" and: - - If on, turn `DXVK` off. + - Disable `DXVK`. - Click on "Open Wine Configuration" and: - Under the "Application" tab add `Launcher.exe` (most likely from C:\Program Files\Rockstar Games\Grand Theft Auto V). - While `Launcher.exe` is selected in the "Application" tab, switch to the "Libraries" tab and add `d3d10core`, `d3d11`, `dxgi` selecting the "Native then Buildin" option for all. - - Click "Apply" and start the game from Whisky as usual. + - Click `"Apply"`. +- Install in Steam as normal. + - Add the `-nobattleye` launch option in Steam. +- Start the game in Steam as normal. {{#template ../templates/steam.md id=271590}}