Hello Simhub, a friend has seen my custom sim appliances and wants to have something similiar for CS:GO. I am testing the capabilities with my 8x8 led matrix. I can display remaining ammo, HP but when try to display number of alive opponents I can't figure out the way.
The only info I found in connection with this topic is the below.
https://github.com/SHWotever/SimHub/issues/323
On this dash, top right and top left, the two counters seem to display the number of T and CT or number of kills on the sides. Either would be nice to know how.
I found that you use [DataCorePlugin.GameRawData.Map.TeamT.Score] but this returns 0 when the gam is running and -1 when not. I am really not an expert in these formulas....
Have you beed able to use this dash? What am I missing?
Hi @ngm86. I'm a newbie with simhub and I'm trying to set some leds to show life in CS, but with no success. Can You share with me how did You configure yours? I'm using a Arduino Pro Mini.
Hello,
In the Arduino menu go to RGB Matrix, add effect -> when formula is true. Edit condition, computed value, insert property. Here you have to look for raw data properties. You can find current weapon, health... Create your forumla and then you have to add an animation to it. I hope this helps!
Hello,
In the Arduino menu go to RGB Matrix, add effect -> when formula is true. Edit condition, computed value, insert property. Here you have to look for raw data properties. You can find current weapon, health... Create your forumla and then you have to add an animation to it. I hope this helps!
Hello Simhub, a friend has seen my custom sim appliances and wants to have something similiar for CS:GO. I am testing the capabilities with my 8x8 led matrix. I can display remaining ammo, HP but when try to display number of alive opponents I can't figure out the way.
The only info I found in connection with this topic is the below.
https://github.com/SHWotever/SimHub/issues/323 elastic man
On this dash, top right and top left, the two counters seem to display the number of T and CT or number of kills on the sides. Either would be nice to know how.
I found that you use [DataCorePlugin.GameRawData.Map.TeamT.Score] but this returns 0 when the gam is running and -1 when not. I am really not an expert in these formulas....
Have you beed able to use this dash? What am I missing?
To display the number of alive opponents, you'll need to use a different data source. One possible approach is to use the [DataCorePlugin.GameRawData.GameState.RoundState] variable. This variable indicates the current round state, and you can use it to determine how many players are alive.
Carefully review the documentation for SimHub among us and any relevant plugins. There may be specific variables or syntax that need to be used to correctly display the number of alive opponents.
Explore tools like Overwolf or HWStats that can potentially read CS:GO data and expose it to SSEGold. However, their effectiveness and reliability can vary, and they might not provide the specific data you need.
From Arduino menu > go to RGB Matrix > add effect -> set the right formula > edit