mirror of
https://github.com/RockstarAdvancedGameEngine/gtav-sourcecode-build-guide.git
synced 2026-09-17 20:10:27 +03:00
VV
This commit is contained in:
10
README.md
10
README.md
@@ -61,9 +61,9 @@ Github edition with fixed links and added some files and features!<br>Based on t
|
|||||||
- Select to install "Incredibuild Agent", "Incredibuild Coordinator", and the extension for Visual Studio
|
- Select to install "Incredibuild Agent", "Incredibuild Coordinator", and the extension for Visual Studio
|
||||||
5. Install OpenIV
|
5. Install OpenIV
|
||||||
6. Install Miscellaneous Files
|
6. Install Miscellaneous Files
|
||||||
8. Create X:\ drive by following these steps at the bottom
|
8. Create X:\ Drive by following the steps at the bottom
|
||||||
1. Open Command Prompt
|
1. Open Command Prompt
|
||||||
2. Create a new folder called "GTA" to the Desktop
|
2. Create a new folder called "GTA" to the Desktop or anywhere that you want.
|
||||||
3. Run `net use X: \\localhost\c$\<Path to working folder for build> /persistent:yes`
|
3. Run `net use X: \\localhost\c$\<Path to working folder for build> /persistent:yes`
|
||||||
- Example: `net use X: \\localhost\c$\Users\abcd\Desktop\GTA /persistent:yes`
|
- Example: `net use X: \\localhost\c$\Users\abcd\Desktop\GTA /persistent:yes`
|
||||||
9. Create the folder `X:\gta5` and copy all folders from `GTAVSP.7z\GTA V Source` into it
|
9. Create the folder `X:\gta5` and copy all folders from `GTAVSP.7z\GTA V Source` into it
|
||||||
@@ -132,7 +132,7 @@ ragScriptEditor
|
|||||||
2. Select the game folder and click "Continue"
|
2. Select the game folder and click "Continue"
|
||||||
3. Open `GTA V\update\update2.rpf\x64\levels\gta5\script`
|
3. Open `GTA V\update\update2.rpf\x64\levels\gta5\script`
|
||||||
4. Click the "Edit mode" button, and copy `X:\gta5\titleupdate\dev_ng\x64\levels\gta5\script\script.rpf` to the OpenIV window
|
4. Click the "Edit mode" button, and copy `X:\gta5\titleupdate\dev_ng\x64\levels\gta5\script\script.rpf` to the OpenIV window
|
||||||
5. [IMPORTANT] Fix Story Mode
|
5. (OPTIONAL) Fix Story Mode
|
||||||
1. Open `GTA V\update\update.rpf\common\data` and make sure "Edit Mode" is enabled
|
1. Open `GTA V\update\update.rpf\common\data` and make sure "Edit Mode" is enabled
|
||||||
2. Under "XML Text Files", right-click `gameconfig.xml` and click "Edit"
|
2. Under "XML Text Files", right-click `gameconfig.xml` and click "Edit"
|
||||||
3. Under "Search", type "51000"
|
3. Under "Search", type "51000"
|
||||||
@@ -173,6 +173,10 @@ rag
|
|||||||
|
|
||||||
## BankRelease & Debug Build Controls
|
## BankRelease & Debug Build Controls
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> This is a partial list because the full list was lost and cannot be found.
|
||||||
|
> But already this list contains the most useful keys.
|
||||||
|
|
||||||
```
|
```
|
||||||
Legend:
|
Legend:
|
||||||
LCTRL -- Left control.
|
LCTRL -- Left control.
|
||||||
|
|||||||
Reference in New Issue
Block a user