From 8dfa5e5d58ce9efc5059a0f855c13c603ae1d375 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 3 Feb 2018 18:01:49 -0800 Subject: [PATCH] [CS, ACaF] Rename ACaF folder name, add more resolutions to CS thanks to rulesGen --- .../rules.txt | 2 +- Source/ColorSplash/rules.txt | 57 +++++++++++++++++++ build.sh | 2 +- 3 files changed, 59 insertions(+), 2 deletions(-) rename Source/{AnimalCrossingAmiiboFestival => AmiiboFestival}/rules.txt (98%) diff --git a/Source/AnimalCrossingAmiiboFestival/rules.txt b/Source/AmiiboFestival/rules.txt similarity index 98% rename from Source/AnimalCrossingAmiiboFestival/rules.txt rename to Source/AmiiboFestival/rules.txt index a9065402..c61cd824 100644 --- a/Source/AnimalCrossingAmiiboFestival/rules.txt +++ b/Source/AmiiboFestival/rules.txt @@ -29,7 +29,7 @@ version = 2 [TextureRedefine] width = 1280 height = 720 -#formatsExcluded = +tileModesExcluded = 0x001 overwriteWidth = overwriteHeight = diff --git a/Source/ColorSplash/rules.txt b/Source/ColorSplash/rules.txt index 654518af..9be22c35 100644 --- a/Source/ColorSplash/rules.txt +++ b/Source/ColorSplash/rules.txt @@ -20,8 +20,65 @@ tileModesExcluded = 0x001 overwriteWidth = overwriteHeight = +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 1024 +#height = 1024 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + [TextureRedefine] width = 854 height = 480 +#formatsExcluded = overwriteWidth = overwriteHeight = + +[TextureRedefine] +width = 640 +height = 360 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 512 +#height = 512 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +[TextureRedefine] +width = 320 +height = 180 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 256 +#height = 256 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +[TextureRedefine] +width = 160 +height = 90 +#formatsExcluded = +overwriteWidth = +overwriteHeight = + +#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded +#width = 64 +#height = 64 +#formatsExcluded = +#overwriteWidth = +#overwriteHeight = + +[TextureRedefine] +width = 32 +height = 18 +#formatsExcluded = +overwriteWidth = +overwriteHeight = diff --git a/build.sh b/build.sh index 9312c37b..eb4eb446 100644 --- a/build.sh +++ b/build.sh @@ -116,7 +116,7 @@ just1080p=( "1080p" ) std_respack "AdventureTimeEtDBIDK" "${res16by9[@]/$just1080p}" std_respack "AdventureTimeFJI" "${res16by9[@]/$just720p}" -std_respack "AnimalCrossingAmiiboFestival" "${res16by9[@]/$just720p}" +std_respack "AmiiboFestival" "${res16by9[@]/$just720p}" std_respack "AquaTV" "${res16by9[@]/$just720p}" std_respack "BatmanArkham" "${res16by9[@]/$just720p}" std_respack "Bayonetta" "${res16by9[@]/$just720p}"