LFA Posted October 9, 2020 Share Posted October 9, 2020 View File Steam Badges Adds badges to Steam Update and Steam Workshop icons when there is an update available. Compatible with custom icons Badge uses colors assigned in theme builder. Requires Steam Update Notifications to be enabled. https://help.tcadmin.com/SteamCmd#Configure_Steam_Update_Notifications Submitter LFA Submitted 10/09/20 Category Modules Link to comment Share on other sites More sharing options...
CloudNine Posted January 12, 2021 Share Posted January 12, 2021 Can this be expanded to allow a custom scripts to show badge for an update for steam? Many of us hosts use custom scripts for steam updates. @LFA Link to comment Share on other sites More sharing options...
LFA Posted January 12, 2021 Author Share Posted January 12, 2021 In ControlPanel.MVC/Views/Default/Game/Service/_PageIcons.Plugin.SteamBadges.cshtml and _PageIcons.Plugin.SteamBadges.css replace the steam icon id with the id of your custom script. This is the default steam update icon: #d3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9_23_IconId_6 Replace it with your custom icon id. For example: #GameId_1_ModId_0_ScriptId_15 After your custom script executes you need to update the game server's version in the database. If you use an IronPython script you can add this at the end: ThisService.AppData["__TCA:STEAM_API_GAME_VERSION"] = ThisGame.AppData["__TCA:STEAM_API_GAME_VERSION"] ThisService.Save() If you have a batch or shell script you can create a new IronPython script. Configure it as the custom icon. Execute the original script like this. Replace Your-Script-Id with the correct id. Script.Execute(ThisService.GameId, Your-Script-Id) ThisService.AppData["__TCA:STEAM_API_GAME_VERSION"] = ThisGame.AppData["__TCA:STEAM_API_GAME_VERSION"] ThisService.Save() 1 Link to comment Share on other sites More sharing options...
Gotteshand Posted May 23, 2021 Share Posted May 23, 2021 Hello. I installed the mod today and it does not show me on the first start that there is an update so I assume that is not running properly. Is it the template? I use this template https://easyupload.io/vk4sse Link to comment Share on other sites More sharing options...
Gotteshand Posted May 24, 2021 Share Posted May 24, 2021 Hi. Have checked the settings again so the Steam Api is in there and also the store ID for Arma 3 eg 107410 yet it shows no update as described after the first start or installation of the module. Link to comment Share on other sites More sharing options...
jungleNZ Posted May 24, 2021 Share Posted May 24, 2021 Strange, mine work straight off installing module. Link to comment Share on other sites More sharing options...
Gotteshand Posted May 25, 2021 Share Posted May 25, 2021 21 hours ago, jungleNZ said: Strange, mine work straight off installing module. No, unfortunately, I do not know what you can do wrong except that the template does not work with it. Have you ever tested my template ? Link to comment Share on other sites More sharing options...
Gotteshand Posted May 25, 2021 Share Posted May 25, 2021 (edited) I just noticed that this problem only occurs in ARMA 3 No with Conan Exile too. 7 Days To Die goes Full funny some games do not go with other Edited May 25, 2021 by Gotteshand Link to comment Share on other sites More sharing options...
Gotteshand Posted May 25, 2021 Share Posted May 25, 2021 The following games go: Rust Valheim 7 Days To Die The following games do NOT work: Arma 3 Ark Conan Exiles DayZ Standalone Empyrion Space Engineers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now