From b58e6ba03825a4dc4efa47b983ed976a0dccae6d Mon Sep 17 00:00:00 2001 From: Smashtika <146978592+yungDoom@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:58:13 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b43637f..64f9a69 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,13 @@ setx /m RS_PROJECT gta5 ``` 13. To ensure changes are finalized, restart build machine/computer. +## Patching The Source Code +1. Open `rush_patches-master.zip` +2. Copy `game` and `rage` folders to `X:\gta5\src\dev_ng`, make sure to overwrite when copying +3. (OPTIONAL) To skip launcher requirement for running the game, copy `game` and `rage` folders from `rush_patches-master.zip\OPTIONAL_FIXES` to the same folder +4. Copy all folders in `dll_patches_x.zip` to `X:\gta5\tools_ng\bin`, make sure to overwrite when copying +5. (OPTIONAL) Install 3rdParty Folder, Extract and Put the folder to `X:\gta5\`. + **By far, Your Folder Structure should look like this:** ``` 🖥️ X: @@ -94,13 +101,6 @@ setx /m RS_PROJECT gta5 ┗ 📂 tools_ng ``` -## Patching The Source Code -1. Open `rush_patches-master.zip` -2. Copy `game` and `rage` folders to `X:\gta5\src\dev_ng`, make sure to overwrite when copying -3. (OPTIONAL) To skip launcher requirement for running the game, copy `game` and `rage` folders from `rush_patches-master.zip\OPTIONAL_FIXES` to the same folder -4. Copy all folders in `dll_patches_x.zip` to `X:\gta5\tools_ng\bin`, make sure to overwrite when copying -5. (OPTIONAL) Install 3rdParty Folder, Extract and Put the folder to `X:\gta5\`. - ## Building The Game Binary 1. Run `X:\gta5\src\dev_ng\game\VS_Project\load_sln_unity_2012.bat` - If prompted with "How do you want to open this file?", check "Always use this app to open .sln files" and Select **Visual Studio 2012** then click OK