-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tekken Tag Tournament 2] Add ultrawide zoom and culling fixes, plus …
…a FOV pack Thanks @Flextape05 for these fixes!
- Loading branch information
1 parent
a7df307
commit 27b4898
Showing
6 changed files
with
120 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tekken32] | ||
moduleMatches = 0x465EA719 | ||
0x106d2e24 = .float $fov #FOV/Zoom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[Definition] | ||
titleIds = 000500001010F800,0005000010110000 | ||
name = Field of View | ||
path = "Tekken Tag Tournament 2/Graphics/FOV" | ||
description = Changes the FOV of the game for aspect ratio patches. Made by Flextape05 | ||
version = 4 | ||
|
||
[Preset] | ||
name = Default FOV | ||
$fov = 0.017453292 | ||
|
||
[Preset] | ||
name = Match 16:9 horizontal FOV to 21:9 | ||
$fov = 0.022907446 | ||
|
||
[Preset] | ||
name = High FOV for 21:9 | ||
$fov = 0.026 | ||
|
||
[Preset] | ||
name = FOV for 32:9 | ||
$fov = 0.028 | ||
|
||
[Preset] | ||
name = FOV for 48:9 | ||
$fov = 0.0285 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[tekken32] | ||
moduleMatches = 0x465EA719 | ||
0x10433450 = .float $width/$height #Main aspect ratio | ||
0x101798a4 = .float (0.017453292 * (($width/$height)/($gameWidth/$gameHeight))) #Culling | ||
0x1072d978 = .float (0.017453292 * (($width/$height)/($gameWidth/$gameHeight))) #Props culling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tekken32] | ||
moduleMatches = 0x465EA719 | ||
0x106d2e24 = .float $fov #FOV/Zoom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[Definition] | ||
titleIds = 000500001010F800,0005000010110000 | ||
name = Field of View | ||
path = "Tekken Tag Tournament 2/Graphics/FOV" | ||
description = Changes the FOV of the game for aspect ratio patches. Made by Flextape05 | ||
version = 4 | ||
|
||
[Preset] | ||
name = Default FOV | ||
$fov = 0.017453292 | ||
|
||
[Preset] | ||
name = Match 16:9 horizontal FOV to 21:9 | ||
$fov = 0.022907446 | ||
|
||
[Preset] | ||
name = High FOV for 21:9 | ||
$fov = 0.026 | ||
|
||
[Preset] | ||
name = FOV for 32:9 | ||
$fov = 0.028 | ||
|
||
[Preset] | ||
name = FOV for 48:9 | ||
$fov = 0.0285 |