forked from Lyall/SMTVFix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSMTVFix.ini
56 lines (44 loc) · 1.32 KB
/
SMTVFix.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
;;;;;;;;;; General ;;;;;;;;;;
[Intro Skip]
; Set to true to skip intro logos.
Enabled = true
[Enable Console]
; Enables developer console.
Enabled = true
[Remove 60FPS Cap]
; Set to true to stop the framerate being set to 60FPS in menus.
Enabled = false
[Adjust Player Camera]
; Set to true to adjust the "Standard" camera angle preset.
; Default: Distance = 580 | FOV = 60 | Height = 73
Enabled = false
Distance = 580
FOV = 60
Height = 73
;;;;;;;;;; Ultrawide/Narrower Fixes ;;;;;;;;;;
[Fix Aspect Ratio]
; Fixes aspect ratio.
Enabled = true
[Fix HUD]
; Fixes HUD issues and centers to 16:9.
Enabled = true
[Fix FOV]
; Corrects vert- FOV when using an ultrawide resolution.
; Can also add additional FOV (in degrees) during gameplay.
Enabled = true
;;;;;;;;;; Graphical Tweaks ;;;;;;;;;;
[Screen Percentage]
; Overrides screen percentage (a.k.a render scale).
; Set to >100 for downsampling or <100 to upsample.
Enabled = false
Value = 100
[Enable TAA]
; Set to true to enable TAA. This will also enable full resolution ambient occlusion.
; Enabling TAAU_Gen5 will result in better image quality, though at a performance cost.
Enabled = true
TAAU_Gen5 = false
[Shadow Quality]
; Set to true to enable overriding shadow resolution.
; This overrides r.Shadow.MaxResolution and r.Shadow.MaxCSMResolution.
Enabled = false
Resolution = 4096