From 9909b2b89f3c92daf5e4e876b5a0928d162f3375 Mon Sep 17 00:00:00 2001 From: runderscore Date: Sat, 28 Jan 2017 19:00:53 +1030 Subject: [PATCH] Added equipment screen for Xenoblade X. --- Quality/XCX_1080p/rules.txt | 8 +++++++- Quality/XCX_1440p/rules.txt | 8 +++++++- Quality/XCX_2160p/rules.txt | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Quality/XCX_1080p/rules.txt b/Quality/XCX_1080p/rules.txt index ebcd518c..6c2602af 100644 --- a/Quality/XCX_1080p/rules.txt +++ b/Quality/XCX_1080p/rules.txt @@ -13,4 +13,10 @@ width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 960 -overwriteHeight = 540 \ No newline at end of file +overwriteHeight = 540 + +[TextureRedefine] # Gear menu +width = 1024 +height = 720 +overwriteWidth = 1536 +overwriteHeight = 1080 \ No newline at end of file diff --git a/Quality/XCX_1440p/rules.txt b/Quality/XCX_1440p/rules.txt index d6f6c2cc..3aa74efd 100644 --- a/Quality/XCX_1440p/rules.txt +++ b/Quality/XCX_1440p/rules.txt @@ -13,4 +13,10 @@ width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1280 -overwriteHeight = 720 \ No newline at end of file +overwriteHeight = 720 + +[TextureRedefine] # Gear menu +width = 1024 +height = 720 +overwriteWidth = 2048 +overwriteHeight = 1440 \ No newline at end of file diff --git a/Quality/XCX_2160p/rules.txt b/Quality/XCX_2160p/rules.txt index 007455e2..d87ba41c 100644 --- a/Quality/XCX_2160p/rules.txt +++ b/Quality/XCX_2160p/rules.txt @@ -13,4 +13,10 @@ width = 640 height = 360 formatsExcluded = 0x41A # exclude obvious textures overwriteWidth = 1920 -overwriteHeight = 1080 \ No newline at end of file +overwriteHeight = 1080 + +[TextureRedefine] # Gear menu +width = 1024 +height = 720 +overwriteWidth = 4096 +overwriteHeight = 2160 \ No newline at end of file