From fefe7d30920ce2d04bea6661a637f030c0c83602 Mon Sep 17 00:00:00 2001 From: RockstarAdvancedGameEngine <166467831+RockstarAdvancedGameEngine@users.noreply.github.com> Date: Mon, 6 May 2024 16:47:18 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45fb7f4..1d39718 100644 --- a/README.md +++ b/README.md @@ -204,11 +204,11 @@ If you ever modify the RPF files, dont forget to encrpyt them.
- Don't drag the both files at the same time, **just drag one by one**. ## Running The Game -1. Rename Original GTA Executable to `LGTA5.exe` and Rename your compiled executable to `GTA5.exe` +1. Make sure your compiled .exe is named "game_win64_bankrelease.exe" 2. In the game directory, create a file named `launch.bat` and add these contents: ```batch cd %~dp0 -GTA5.exe -noSocialClub -nokeyboardhook -nonetlogs +game_win64_bankrelease.exe -noSocialClub -nokeyboardhook -nonetlogs ``` 3. (OPTIONAL) Add additional arguments: - `-kbgame` - Start game with game keyboard enabled