-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRE5Fix.ini
47 lines (37 loc) · 1.11 KB
/
RE5Fix.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
-- General --
[Increase FOV]
; Set a desired FOV increase.
; For example: set to 45 for an FOV of 90 when not aiming.
Enabled = false
Value = 25
[FPS Cap]
; Set to desired FPS cap. Going beyond the 120 FPS cap of the game may incur issues.
Enabled = false
Value = 120
[Shadow Quality]
; Set shadowmap resolution. 4096 is recommended.
; In-game defaults are: Low=256, Med=512, High=1024
Enabled = false
Value = 4096
[Remove Colour Filter]
; Disables the green/yellow colour filter.
Enabled = false
[Remove Resolution Limits]
// By default RE5 limits maximum resolution to 4096x4096. This fix raises that limit massively.
Enabled = true
-- Ultrawide Fixes --
[Custom Resolution]
; Enter your chosen resolution.
; This is used for calculations related to ultrawide fixes.
; You can leave these at 0 if you want your desktop resolution used as a reference instead.
Width = 0
Height = 0
[Fix UI Scaling]
; Fixes incorrect UI at ultrawide/wider.
Enabled = true
[Fix Ultrawide Crash]
; Fixes cutscene crashes when using high aspect ratios.
Enabled = true
[Fix Movies]
; Fixes stretched pre-rendered video playback.
Enabled = true