Update README.md

This commit is contained in:
LeetConsumer1337 2024-03-22 12:35:30 +03:00 committed by GitHub
parent 2d254285c3
commit af2f852c4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,10 +141,9 @@ ragScriptEditor
1. In the game directory, create a file named `launch.bat` and add these contents: 1. In the game directory, create a file named `launch.bat` and add these contents:
```batch ```batch
cd %~dp0 cd %~dp0
GTA5.exe -noSocialClub -nokeyboardhook -nonetlogs game_win64_bankrelease.exe -noSocialClub -nokeyboardhook -nonetlogs
``` ```
2. Change the name of the executable "game_win64_bankrelease.exe" to "GTA5.exe" 2. (OPTIONAL) Add additional arguments:
3. (OPTIONAL) Add additional arguments:
- `-kbgame` - Start game with game keyboard enabled. - `-kbgame` - Start game with game keyboard enabled.
- `-output` - Show console log of game. - `-output` - Show console log of game.
- `-rag` - Enable support for RAG, the internal game debugging tool. - `-rag` - Enable support for RAG, the internal game debugging tool.
@ -154,7 +153,7 @@ GTA5.exe -noSocialClub -nokeyboardhook -nonetlogs
- `-sc_DisableForbiddenVehicleRemoval` - This parameter allows DLC and Other Cars without getting removed. - `-sc_DisableForbiddenVehicleRemoval` - This parameter allows DLC and Other Cars without getting removed.
- If you using RAG, go to "Vehicles" tab and create widgets, after that Click "Creation Options" and turn on "Create as personal vehicle" to prevent game crashes. - If you using RAG, go to "Vehicles" tab and create widgets, after that Click "Creation Options" and turn on "Create as personal vehicle" to prevent game crashes.
- Additional standard game arguments can be added as well. - Additional standard game arguments can be added as well.
4. (OPTIONAL) Launch RAG with the following commands in Command Prompt 3. (OPTIONAL) Launch RAG with the following commands in Command Prompt
```batch ```batch
X: X:
cd X:\gta5\src\dev_ng cd X:\gta5\src\dev_ng
@ -162,8 +161,8 @@ setenv
cd ..\..\tools_ng\bin\rag cd ..\..\tools_ng\bin\rag
rag rag
``` ```
5. (OPTIONAL) If your game is from Steam, Copy [Goldberg](https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download) patch into game directory, make sure to overwrite 4. (OPTIONAL) If your game is from Steam, Copy [Goldberg](https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download) patch into game directory, make sure to overwrite
6. Run `launch.bat` 5. Run `launch.bat`
## Debug Build Controls ## Debug Build Controls