Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Decent Icons 2NewsFull Release Version (RC4) - Minor Fixes and Modding Improvements
Game update

Full Release Version (RC4) - Minor Fixes and Modding Improvements

Decent Icons 2 · published 10 Feb 2023, 09:22 UTC · build 10522164

All newsPlayers around this dateRead on Steam

Full Release Version (RC4) - Feb 10, 2023


It's finally time to leave Early Access!

This patch includes many small fixes, images will now be downloaded and cached locally, and some improvements for Modding!

I'd like to highlight this very sleek looking UI overhaul mod by User 100Pseudo!
It has a very clean and modern look as well as a couple brand new features, so definitely check it out!
https://steamcommunity.com/sharedfiles/filedetails/?id=2914160681

Also thanks 100Psuedo for some recommendations for how I could improve modding for users, here's some changes:

Modding changes:

*Previously changing a setting's name would not appear, now if you click "reset to default" it will show the new name/default setting.
*Clicking Refresh will now automatically re-select the mod you had selected.
*Pressing F5 will refresh the main dock window and mods.
*2 New Settings Types:
- string
- dropdown

https://steamcommunity.com/sharedfiles/filedetails/?id=2931121962

Here is an example of how to implement the following settings types in your "settings.txt" file:


[
{
"name": "enabled",
"type": "bool",
"value": 1
},
{
"name": "Number Test",
"type": "number",
"value": 25
},
{
"name": "String Test",
"type": "string",
"value": "wee"
},
{
"name": "Dropdown Test",
"type": "dropdown",
"options": ["Test Option 1", "Test Option 2", "Test Option 3"],
"value": "Test Option 1"
}
]

For strings, please set the "value" to the default option you want selected (case sensitive) and the value when retrieved in your mod settings will provide you with a string of the option selected.

I plan to add a file browser option, and any other options for modders, so please let me know if you have any ideas for other mod options that would help!

More from Decent Icons 2

Other announcements

All news
Game update23 Mar 2024Another hotfixMake sure to close Decent Icons 2 and restart steam to get the update Should fix some javascript errors including Bootstrap errors and TypeErrors many users were getting,Game update20 Mar 2024Hotfix 2.4.51Make sure to close Decent Icons 2 and restart steam to get the update I'm working on implementing my own patcher so that Steam stops trying to update Decent Icons 2 while it's running so this issue doesn't happen. Fixed: - Steam tracking achievement progress should work more consistently now - Icons cut off on the right-hand side Please join the discord for help or to give feedback:Game update15 Mar 2024Version 2.4.5 - Fixes and Steam Friends spam update.Version 2.4.5 - Fixes and Steam Friends spam update. Steam Friends List "In-App: Decent Icons 2" spam change: Hi guys, I hear you about the annoyance and have come up with a new solution to this issue with this update. There is now an achievement to be gained by using the software for 2 hours, and after that it will only show you as "In-App: Decent Icons 2" briefly on start-up to check for Work…