From 056cc1eb7e94bfb97c32fed72906b852983dca9e Mon Sep 17 00:00:00 2001 From: UlisseWolf <88635118+UlisseWolf@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:44:10 +0100 Subject: [PATCH 1/3] Update query-tool-ui-extensions.yaml Updated to version 2.6.1 and improved the ini and dat file warning. --- src/yaml/null-45/query-tool-ui-extensions.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/yaml/null-45/query-tool-ui-extensions.yaml b/src/yaml/null-45/query-tool-ui-extensions.yaml index a4ede071..8d1a880f 100644 --- a/src/yaml/null-45/query-tool-ui-extensions.yaml +++ b/src/yaml/null-45/query-tool-ui-extensions.yaml @@ -1,6 +1,6 @@ group: "null-45" name: "query-tool-ui-extensions-dll" -version: "2.6.0" +version: "2.6.1" subfolder: "150-mods" dependencies: - "config:sc4-edition-windows-digital" @@ -8,7 +8,7 @@ assets: - assetId: "null-45-query-tool-ui-extensions" withChecksum: - include: "/SC4QueryUIHooks.dll" - sha256: C762BB8013C05E251AE96C257047B47215D780932E0B369908737E0B58A45DAE + sha256: B8DB82965102B413072DDBE66ECD953F930B2B7F982C4985C082E980E19F7DCE - include: "/SC4QueryUIHooks.ini" sha256: 25C2065EA205B46C3D1B487C5907E2F9EB44C1CAAD8AEC89CD43EA4DD0A834D3 - include: "/SC4QueryUIHooks.dat" @@ -43,9 +43,10 @@ info: Moreover, the DLL is a dependency for other Mods, providing services that can be used to add more building query values and/or customize the building and network tool tips. warning: |- - This DLL plugin comes with an INI configuration file: + This DLL plugin comes with an INI configuration file and .DAT file: * `SC4QueryUIHooks.ini` + * `SC4QueryUIHooks.dat` To complete the installation, copy this file from the package subfolder into the root directory of your Plugins folder and edit the file to set your preferences. author: "Null 45" @@ -60,7 +61,7 @@ info: --- assetId: "null-45-query-tool-ui-extensions" -version: "2.6.0" -lastModified: "2026-01-28T13:26:11Z" +version: "2.6.1" +lastModified: "2026-01-29T10:42:54Z" nonPersistentUrl: "https://community.simtropolis.com/files/file/36202-query-tool-ui-extensions-dll-for-simcity-4/?do=download" -url: "https://github.com/0xC0000054/sc4-query-ui-hooks/releases/download/v2.6.0/SC4QueryUIHooks.zip" +url: "https://github.com/0xC0000054/sc4-query-ui-hooks/releases/download/v2.6.1/SC4QueryUIHooks.zip" From 58b4d3e80a3fe125f62668f6783b5ab5b9845bad Mon Sep 17 00:00:00 2001 From: UlisseWolf <88635118+UlisseWolf@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:33:35 +0100 Subject: [PATCH 2/3] remove dat warning --- src/yaml/null-45/query-tool-ui-extensions.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/yaml/null-45/query-tool-ui-extensions.yaml b/src/yaml/null-45/query-tool-ui-extensions.yaml index 8d1a880f..ff73a80e 100644 --- a/src/yaml/null-45/query-tool-ui-extensions.yaml +++ b/src/yaml/null-45/query-tool-ui-extensions.yaml @@ -43,10 +43,9 @@ info: Moreover, the DLL is a dependency for other Mods, providing services that can be used to add more building query values and/or customize the building and network tool tips. warning: |- - This DLL plugin comes with an INI configuration file and .DAT file: + This DLL plugin comes with an INI configuration file: * `SC4QueryUIHooks.ini` - * `SC4QueryUIHooks.dat` To complete the installation, copy this file from the package subfolder into the root directory of your Plugins folder and edit the file to set your preferences. author: "Null 45" From 9e96be008281943e5e31df7e4610c90e045312ad Mon Sep 17 00:00:00 2001 From: UlisseWolf <88635118+UlisseWolf@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:35:50 +0100 Subject: [PATCH 3/3] remove checksum .dat --- src/yaml/null-45/query-tool-ui-extensions.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/yaml/null-45/query-tool-ui-extensions.yaml b/src/yaml/null-45/query-tool-ui-extensions.yaml index ff73a80e..fa60649e 100644 --- a/src/yaml/null-45/query-tool-ui-extensions.yaml +++ b/src/yaml/null-45/query-tool-ui-extensions.yaml @@ -11,8 +11,6 @@ assets: sha256: B8DB82965102B413072DDBE66ECD953F930B2B7F982C4985C082E980E19F7DCE - include: "/SC4QueryUIHooks.ini" sha256: 25C2065EA205B46C3D1B487C5907E2F9EB44C1CAAD8AEC89CD43EA4DD0A834D3 - - include: "/SC4QueryUIHooks.dat" - sha256: 4790087A421276DADD237E319ECA7ACF5C06929523E4DE6C2D125AAE0145FD0D info: summary: "A DLL plugin that adds various enhancements to the building query tool and query dialog"