From 446c56c97404882bd65f3e6ba1c2e4a2e12a3633 Mon Sep 17 00:00:00 2001 From: David Damerell Date: Sat, 16 May 2015 16:06:19 +0000 Subject: [PATCH] Create ConnectedLivingSpace.cfg Suppress unwanted icon mipmapping --- .../ConnectedLivingSpace.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Content/common/GameData/ActiveTextureManagement/ActiveTextureManagerConfigs/ConnectedLivingSpace.cfg diff --git a/Content/common/GameData/ActiveTextureManagement/ActiveTextureManagerConfigs/ConnectedLivingSpace.cfg b/Content/common/GameData/ActiveTextureManagement/ActiveTextureManagerConfigs/ConnectedLivingSpace.cfg new file mode 100644 index 0000000..c689eac --- /dev/null +++ b/Content/common/GameData/ActiveTextureManagement/ActiveTextureManagerConfigs/ConnectedLivingSpace.cfg @@ -0,0 +1,15 @@ +ACTIVE_TEXTURE_MANAGER_CONFIG +{ +folder = ConnectedLivingSpace +enabled = true +OVERRIDES +{ +ConnectedLivingSpace/assets/.* +{ +compress = true +mipmaps = false +scale = 1 +max_size = 0 +} +} +}