forked from Lyall/P3RFix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathP3RFix.ini
59 lines (47 loc) · 1.46 KB
/
P3RFix.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
[P3RFix Parameters]
; Injection delay in milliseconds.
InjectionDelay = 1000
;;;;;;;;;; General ;;;;;;;;;;
[Custom Resolution]
; Enter your chosen resolution to override the game's resolution.
; You can leave these at 0 if you want your desktop resolution used instead.
; Note that borderless mode will always use your desktop resolution no matter what you set here.
Enabled = true
Width = 5160
Height = 2160
[Intro Skip]
; Skip all caution/warning screens.
SkipLogos = true
; 1 = Opening movie, 2 = Main menu, 3 = Load save menu
SkipTo = 2
[FPS Cap]
; Menu FPS is capped to 60, set to true to uncap to target framerate.
UncapMenuFPS = true
; Set to true to enable adjustable FPS cap value.
; Note that this will override UncapMenuFPS.
AdjustFPSCap = false
Framerate = 120
[Pause on Focus Loss]
; Set to false to stop the game from pausing when alt+tabbed.
Enabled = true
;;;;;;;;;; Ultrawide/Narrower Fixes ;;;;;;;;;;
[Fix HUD]
; Unconstrains HUD.
Enabled = true
[Fix Aspect Ratio]
; Fixes aspect ratio.
Enabled = true
[Fix FOV]
; Fixes FOV.
Enabled = true
;;;;;;;;;; Graphical Tweaks ;;;;;;;;;;
[Screen Percentage]
; Overrides screen percentage (a.k.a render scale).
; Set to >100 for downsampling or <100 to upsample.
Enabled = true
Value = 200
[Render Texture Resolution]
; Increases resoluton for TextureRenderTarget2D objects such as character models in menus etc.
; Leave multiplier at 0 to automatically calculate an optimal resolution multiplier.
Enabled = true
Multiplier = 0