forked from MOVZX/CyberFSR2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nvngx.ini
80 lines (72 loc) · 1.85 KB
/
nvngx.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
; All settings can be set to auto to have the mod automatically control the values
[Depth]
; auto, true or false
DepthInverted=auto
[Color]
; auto, true or false
AutoExposure=auto
; auto, true or false
HDR=auto
[MotionVectors]
; auto, true or false
JitterCancellation=auto
; auto, true or false
DisplayResolution=auto
[Sharpening]
; auto, true or false
EnableSharpening=auto
; auto, or number between 0 and 1.0
Sharpness=auto
; normal or extended
SharpnessRange=auto
[UpscaleRatio]
; set this to true to enable the internal resolution override
UpscaleRatioOverrideEnabled=auto
;
; set the forced upscale ratio value
;
; resolution values are calculated in this way:
; OutHeight = Height / ratio;
; OutWidth = Width / ratio;
; example ratios: Quality preset = 1.5; Ultra performance preset = 3.0
UpscaleRatioOverrideValue=auto
[QualityOverrides]
; Set custom upscaling ratio for each quality mode
;
; Set this to true to enable custom quality mode overrides
QualityRatioOverrideEnabled=auto
;
; Default values:
; Ultra Quality : 1.3
; Quality : 1.5
; Balanced : 1.7
; Performance : 2.0
; Ultra Performance : 3.0
;
QualityRatioUltraQuality=1.3
QualityRatioQuality=1.5
QualityRatioBalanced=1.7
QualityRatioPerformance=2.0
QualityRatioUltraPerformance=3.0
[View]
; Set this to auto, config, cyberpunk2077, rdr2 or dl2
Method=auto
;
; Number for the vertical field of view value
; Use the converter below if you only know the horizontal field of view
;
; Using Python
;
; import math
; math.degrees(2*math.atan(math.tan((math.radians(horizontalFOVfromTheFOVSlider))/2)*screenHeight/screenWidth))
;
VerticalFOV=auto
; Number that is at least 0
NearPlane=auto
; Number that is higher than the NearPlane value
FarPlane=auto
; Set this to true if the far clip plane is infinite
InfiniteFarPlane=auto
[Hotfix]
; true or false
DisableReactiveMask=false