diff --git a/README.md b/README.md index e187d772..e5946039 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ -Captain Toad: Treasure Tracker (1080p, 1440p, 2160p) +-Donkey Kong Country: Tropical Freeze (1080p, 1440p, 2160p) + -Mario Kart 8 (1080p, 1440p, 2160p) -New Super Luigi U (1080p, 1440p, 2160p) @@ -19,4 +21,13 @@ -Super Mario Maker (720p Gamepad) --Xenoblade Chronicles X (1080p, 1440p, 2160p) \ No newline at end of file +-Xenoblade Chronicles X (1080p, 1440p, 2160p) + +#Issues +-Donkey Kong Country: Tropical Freeze + +Water does not appear correctly + +-Nintendo Land + +Title screen is completely white \ No newline at end of file diff --git a/TropicalFreeze_1080p/rules.txt b/TropicalFreeze_1080p/rules.txt new file mode 100644 index 00000000..3039dfb2 --- /dev/null +++ b/TropicalFreeze_1080p/rules.txt @@ -0,0 +1,16 @@ +[Definition] +titleIds = 0005000010137F00,0005000010138300,0005000010144800 +name = "Donkey Kong Country: Tropical Freeze - 1080p" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x031 # exclude the intro background texture +overwriteWidth = 1920 +overwriteHeight = 1080 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/TropicalFreeze_1440p/rules.txt b/TropicalFreeze_1440p/rules.txt new file mode 100644 index 00000000..81d0fc51 --- /dev/null +++ b/TropicalFreeze_1440p/rules.txt @@ -0,0 +1,16 @@ +[Definition] +titleIds = 0005000010137F00,0005000010138300,0005000010144800 +name = "Donkey Kong Country: Tropical Freeze - 1440p (2K)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x031 # exclude the intro background texture +overwriteWidth = 2560 +overwriteHeight = 1440 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 2560 +overwriteHeight = 1440 \ No newline at end of file diff --git a/TropicalFreeze_2160p/rules.txt b/TropicalFreeze_2160p/rules.txt new file mode 100644 index 00000000..7ce9dcc2 --- /dev/null +++ b/TropicalFreeze_2160p/rules.txt @@ -0,0 +1,16 @@ +[Definition] +titleIds = 0005000010137F00,0005000010138300,0005000010144800 +name = "Donkey Kong Country: Tropical Freeze - 2160p (4K)" + +[TextureRedefine] # tv +width = 1280 +height = 720 +formatsExcluded = 0x031 # exclude the intro background texture +overwriteWidth = 3840 +overwriteHeight = 2160 + +[TextureRedefine] # gamepad +width = 854 +height = 480 +overwriteWidth = 3840 +overwriteHeight = 2160 \ No newline at end of file