Fixed
This commit is contained in:
parent
3480546828
commit
7f4eb7097c
@ -132,11 +132,11 @@ setx /m RS_PROJECT gta5
|
|||||||
1. Find this file: `X:\gta5\src\dev_ng\rage\base\src\file\packfile.cpp`
|
1. Find this file: `X:\gta5\src\dev_ng\rage\base\src\file\packfile.cpp`
|
||||||
2. Go to Line 62 and change this:
|
2. Go to Line 62 and change this:
|
||||||
```cpp
|
```cpp
|
||||||
extern const int MaxPackfiles = 1024+718+650/*HD texture pack*/+256/*even more packs*/+256/*more DLC for 2018*/+256/*more DLC for 2019*/+256/*more DLC for 2020*/+256/*more DLC for 2021*/;
|
extern const int MaxPackfiles = 1024+718+650/*HD texture pack*/+256/*even more packs*/+256/*more DLC for 2018*/+256/*more DLC for 2019*/+256/*more DLC for 2020*/+256/*more DLC for 2021*/;
|
||||||
```
|
```
|
||||||
**To This:**
|
**To This:**
|
||||||
```cpp
|
```cpp
|
||||||
extern const int MaxPackfiles = 1024+718+650/*HD texture pack*/+256/*even more packs*/+256/*more DLC for 2018*/+256/*more DLC for 2019*/+256/*more DLC for 2020*/+256/*more DLC for 2021*/+512/*more DLC for 2024*/;
|
extern const int MaxPackfiles = 1024+718+650/*HD texture pack*/+256/*even more packs*/+256/*more DLC for 2018*/+256/*more DLC for 2019*/+256/*more DLC for 2020*/+256/*more DLC for 2021*/+512/*more DLC for 2024*/;
|
||||||
```
|
```
|
||||||
|
|
||||||
**By far, Your Folder Structure should look like this:**
|
**By far, Your Folder Structure should look like this:**
|
||||||
|
Loading…
Reference in New Issue
Block a user