File tree Expand file tree Collapse file tree 6 files changed +120
-1
lines changed
Mods/TekkenTagTournament2_FOV
Resolutions/TekkenTagTournament2_Resolution Expand file tree Collapse file tree 6 files changed +120
-1
lines changed Original file line number Diff line number Diff line change
1
+ [tekken32]
2
+ moduleMatches = 0x465EA719
3
+ 0x106d2e24 = .float $fov #FOV/Zoom
Original file line number Diff line number Diff line change
1
+ [Definition]
2
+ titleIds = 000500001010F800,0005000010110000
3
+ name = Field of View
4
+ path = "Tekken Tag Tournament 2/Graphics/FOV"
5
+ description = Changes the FOV of the game for aspect ratio patches. Made by Flextape05
6
+ version = 4
7
+
8
+ [Preset]
9
+ name = Default FOV
10
+ $fov = 0.017453292
11
+
12
+ [Preset]
13
+ name = Match 16:9 horizontal FOV to 21:9
14
+ $fov = 0.022907446
15
+
16
+ [Preset]
17
+ name = High FOV for 21:9
18
+ $fov = 0.026
19
+
20
+ [Preset]
21
+ name = FOV for 32:9
22
+ $fov = 0.028
23
+
24
+ [Preset]
25
+ name = FOV for 48:9
26
+ $fov = 0.0285
Original file line number Diff line number Diff line change
1
+ [tekken32]
2
+ moduleMatches = 0x465EA719
3
+ 0x10433450 = .float $width/$height #Main aspect ratio
4
+ 0x101798a4 = .float (0.017453292 * (($width/$height)/($gameWidth/$gameHeight))) #Culling
5
+ 0x1072d978 = .float (0.017453292 * (($width/$height)/($gameWidth/$gameHeight))) #Props culling
Original file line number Diff line number Diff line change 2
2
titleIds = 000500001010F800,0005000010110000
3
3
name = Resolution
4
4
path = "Tekken Tag Tournament 2/Graphics/Resolution"
5
- description = Changes the resolution of the game.
5
+ description = Changes the resolution of the game. Aspect ratio patch Made by Flextape05
6
6
version = 4
7
7
8
8
[Preset]
@@ -79,6 +79,62 @@ $height = 4320
79
79
$gameWidth = 1280
80
80
$gameHeight = 720
81
81
82
+ [Preset]
83
+ name = 2560x1080(21:9)
84
+ $width = 2560
85
+ $height = 1080
86
+ $gameWidth = 1280
87
+ $gameHeight = 720
88
+
89
+ [Preset]
90
+ name = 3440x1440(21:9)
91
+ $width = 3440
92
+ $height = 1440
93
+ $gameWidth = 1280
94
+ $gameHeight = 720
95
+
96
+ [Preset]
97
+ name = 5120x2160(21:9)
98
+ $width = 2560
99
+ $height = 1080
100
+ $gameWidth = 1280
101
+ $gameHeight = 720
102
+
103
+ [Preset]
104
+ name = 6880x2880(21:9)
105
+ $width = 3440
106
+ $height = 1440
107
+ $gameWidth = 1280
108
+ $gameHeight = 720
109
+
110
+ [Preset]
111
+ name = 3840x1080(32:9)
112
+ $width = 3840
113
+ $height = 1080
114
+ $gameWidth = 1280
115
+ $gameHeight = 720
116
+
117
+ [Preset]
118
+ name = 5120x1440(32:9)
119
+ $width = 5120
120
+ $height = 1440
121
+ $gameWidth = 1280
122
+ $gameHeight = 720
123
+
124
+ [Preset]
125
+ name = 5760x1080(48:9)
126
+ $width = 5760
127
+ $height = 1080
128
+ $gameWidth = 1280
129
+ $gameHeight = 720
130
+
131
+ [Preset]
132
+ name = 7680x1440(48:9)
133
+ $width = 5120
134
+ $height = 1440
135
+ $gameWidth = 1280
136
+ $gameHeight = 720
137
+
82
138
# TV
83
139
84
140
[TextureRedefine]
Original file line number Diff line number Diff line change
1
+ [tekken32]
2
+ moduleMatches = 0x465EA719
3
+ 0x106d2e24 = .float $fov #FOV/Zoom
Original file line number Diff line number Diff line change
1
+ [Definition]
2
+ titleIds = 000500001010F800,0005000010110000
3
+ name = Field of View
4
+ path = "Tekken Tag Tournament 2/Graphics/FOV"
5
+ description = Changes the FOV of the game for aspect ratio patches. Made by Flextape05
6
+ version = 4
7
+
8
+ [Preset]
9
+ name = Default FOV
10
+ $fov = 0.017453292
11
+
12
+ [Preset]
13
+ name = Match 16:9 horizontal FOV to 21:9
14
+ $fov = 0.022907446
15
+
16
+ [Preset]
17
+ name = High FOV for 21:9
18
+ $fov = 0.026
19
+
20
+ [Preset]
21
+ name = FOV for 32:9
22
+ $fov = 0.028
23
+
24
+ [Preset]
25
+ name = FOV for 48:9
26
+ $fov = 0.0285
You can’t perform that action at this time.
0 commit comments