From b783a0904c21c8c8e8d7583a46b533a9f56fce5f Mon Sep 17 00:00:00 2001 From: Keelhauled Date: Thu, 7 Sep 2017 05:27:44 +0300 Subject: [PATCH] Ninja Gaiden 3: Razor's Edge basic rules --- Enthusiast/NinjaGaiden3RE_2880p/rules.txt | 11 +++++++++++ Enthusiast/NinjaGaiden3RE_4320p/rules.txt | 11 +++++++++++ Enthusiast/NinjaGaiden3RE_5760p/rules.txt | 11 +++++++++++ Performance/NinjaGaiden3RE_360p/rules.txt | 11 +++++++++++ Performance/NinjaGaiden3RE_540p/rules.txt | 11 +++++++++++ Quality/NinjaGaiden3RE_1080p/rules.txt | 11 +++++++++++ Quality/NinjaGaiden3RE_1440p/rules.txt | 11 +++++++++++ Quality/NinjaGaiden3RE_1800p/rules.txt | 11 +++++++++++ Quality/NinjaGaiden3RE_2160p/rules.txt | 11 +++++++++++ 9 files changed, 99 insertions(+) create mode 100644 Enthusiast/NinjaGaiden3RE_2880p/rules.txt create mode 100644 Enthusiast/NinjaGaiden3RE_4320p/rules.txt create mode 100644 Enthusiast/NinjaGaiden3RE_5760p/rules.txt create mode 100644 Performance/NinjaGaiden3RE_360p/rules.txt create mode 100644 Performance/NinjaGaiden3RE_540p/rules.txt create mode 100644 Quality/NinjaGaiden3RE_1080p/rules.txt create mode 100644 Quality/NinjaGaiden3RE_1440p/rules.txt create mode 100644 Quality/NinjaGaiden3RE_1800p/rules.txt create mode 100644 Quality/NinjaGaiden3RE_2160p/rules.txt diff --git a/Enthusiast/NinjaGaiden3RE_2880p/rules.txt b/Enthusiast/NinjaGaiden3RE_2880p/rules.txt new file mode 100644 index 00000000..0d560510 --- /dev/null +++ b/Enthusiast/NinjaGaiden3RE_2880p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 2880p (5K)" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 5120 +overwriteHeight = 2880 \ No newline at end of file diff --git a/Enthusiast/NinjaGaiden3RE_4320p/rules.txt b/Enthusiast/NinjaGaiden3RE_4320p/rules.txt new file mode 100644 index 00000000..119a039a --- /dev/null +++ b/Enthusiast/NinjaGaiden3RE_4320p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 4320p (8K)" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 7680 +overwriteHeight = 4320 \ No newline at end of file diff --git a/Enthusiast/NinjaGaiden3RE_5760p/rules.txt b/Enthusiast/NinjaGaiden3RE_5760p/rules.txt new file mode 100644 index 00000000..4f4063fb --- /dev/null +++ b/Enthusiast/NinjaGaiden3RE_5760p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 5760p (10K)" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 10240 +overwriteHeight = 5760 \ No newline at end of file diff --git a/Performance/NinjaGaiden3RE_360p/rules.txt b/Performance/NinjaGaiden3RE_360p/rules.txt new file mode 100644 index 00000000..7485802c --- /dev/null +++ b/Performance/NinjaGaiden3RE_360p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 360p" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 640 +overwriteHeight = 360 \ No newline at end of file diff --git a/Performance/NinjaGaiden3RE_540p/rules.txt b/Performance/NinjaGaiden3RE_540p/rules.txt new file mode 100644 index 00000000..7abf9d32 --- /dev/null +++ b/Performance/NinjaGaiden3RE_540p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 540p" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 960 +overwriteHeight = 540 \ No newline at end of file diff --git a/Quality/NinjaGaiden3RE_1080p/rules.txt b/Quality/NinjaGaiden3RE_1080p/rules.txt new file mode 100644 index 00000000..30fd7d7a --- /dev/null +++ b/Quality/NinjaGaiden3RE_1080p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 1080p" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 1920 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/NinjaGaiden3RE_1440p/rules.txt b/Quality/NinjaGaiden3RE_1440p/rules.txt new file mode 100644 index 00000000..e548d18e --- /dev/null +++ b/Quality/NinjaGaiden3RE_1440p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 1440p (2K)" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 2560 +overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/NinjaGaiden3RE_1800p/rules.txt b/Quality/NinjaGaiden3RE_1800p/rules.txt new file mode 100644 index 00000000..569e2f08 --- /dev/null +++ b/Quality/NinjaGaiden3RE_1800p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 1800p (3K)" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 3200 +overwriteHeight = 1800 \ No newline at end of file diff --git a/Quality/NinjaGaiden3RE_2160p/rules.txt b/Quality/NinjaGaiden3RE_2160p/rules.txt new file mode 100644 index 00000000..19b3da45 --- /dev/null +++ b/Quality/NinjaGaiden3RE_2160p/rules.txt @@ -0,0 +1,11 @@ +[Definition] +titleIds = 0005000010110900,0005000010110A00,0005000010110B00 +name = "Ninja Gaiden 3: Razor's Edge - 2160p (4K)" +version = 2 + +[TextureRedefine] #TV +width = 1280 +height = 720 +tileModesExcluded = 0x001 # intro fix +overwriteWidth = 3840 +overwriteHeight = 2160 \ No newline at end of file