-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac82ac3
commit 8a0a1b6
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Patches | ||
|
||
There are several patches enabled by default, however some advanced patches must be manually configured in a `patches.ini` file. | ||
|
||
```ini | ||
[Patches] | ||
HeapSize = 512M | ||
MaxShadowMap = 8192 | ||
``` | ||
|
||
## Heap size | ||
|
||
By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase the reserved memory. | ||
|
||
> [!WARNING] | ||
> The operating system might refuse to reserve a large amount of memory when increasing this value. | ||
## Shadow map size | ||
|
||
This patch allows you to increase the maximum size of shadow maps. |