From 9e527cacd12f7967ae24f4a8ad8d1008ff80b32a Mon Sep 17 00:00:00 2001 From: intra0 Date: Fri, 13 Dec 2024 21:29:45 -0600 Subject: [PATCH] Delete Mods/ZombiU_FOVSetting directory --- Mods/ZombiU_FOVSetting/patches.txt | 3 --- Mods/ZombiU_FOVSetting/rules.txt | 38 ------------------------------ 2 files changed, 41 deletions(-) delete mode 100644 Mods/ZombiU_FOVSetting/patches.txt delete mode 100644 Mods/ZombiU_FOVSetting/rules.txt diff --git a/Mods/ZombiU_FOVSetting/patches.txt b/Mods/ZombiU_FOVSetting/patches.txt deleted file mode 100644 index 720959d7..00000000 --- a/Mods/ZombiU_FOVSetting/patches.txt +++ /dev/null @@ -1,3 +0,0 @@ -[ZombiUEUv0] -moduleMatches = 0xA4959FE1 -0x1008FA68 = .float $fov # 1.0 is default, 0.75 wider FOV \ No newline at end of file diff --git a/Mods/ZombiU_FOVSetting/rules.txt b/Mods/ZombiU_FOVSetting/rules.txt deleted file mode 100644 index 3572ad00..00000000 --- a/Mods/ZombiU_FOVSetting/rules.txt +++ /dev/null @@ -1,38 +0,0 @@ -[Definition] -titleIds = 000500001010DD00,000500001010EF00,0005000010112300,000500001011A700,0005000E1010DD00,0005000E10112300 -name = Field of View -path = "ZombiU/Mods/Field of View" -description = Changes the field of view (FOV). Fixes edge framing for 21:9 cinematics and other FOV tweaks. -version = 4 - -[Preset] -name = Default FOV -$fov = 1.0 - -[Preset] -name = Match 16:9 horizontal FOV to 21:9 (1.3125) -$fov = 1.3125 - -[Preset] -name = Balance 48:9 (1.45) -$fov = 1.45 - -[Preset] -name = Slight FOV increase without breaking framing (0.925) -$fov = 0.925 - -[Preset] -name = Match 16:10 horizontal FOV to 16:9 (0.9) -$fov = 0.9 - -[Preset] -name = PC style wide FOV (0.825) -$fov = 0.825 - -[Preset] -name = Match 21:9 horizontal FOV to 16:9 (0.7442) -$fov = 0.7442 - -[Preset] -name = Fish eye (0.5) -$fov = 0.5