Skip to content

Commit 27b4898

Browse files
authored
[Tekken Tag Tournament 2] Add ultrawide zoom and culling fixes, plus a FOV pack
Thanks @Flextape05 for these fixes!
1 parent a7df307 commit 27b4898

File tree

6 files changed

+120
-1
lines changed

6 files changed

+120
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tekken32]
2+
moduleMatches = 0x465EA719
3+
0x106d2e24 = .float $fov #FOV/Zoom
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

Resolutions/TekkenTagTournament2_Resolution/rules.txt

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
titleIds = 000500001010F800,0005000010110000
33
name = Resolution
44
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
66
version = 4
77

88
[Preset]
@@ -79,6 +79,62 @@ $height = 4320
7979
$gameWidth = 1280
8080
$gameHeight = 720
8181

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+
82138
# TV
83139

84140
[TextureRedefine]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tekken32]
2+
moduleMatches = 0x465EA719
3+
0x106d2e24 = .float $fov #FOV/Zoom

TekkenTagTournament2_FOV/rules.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)