Notifications
Clear all

CS:GO

8 Posts
7 Users
0 Likes
3,183 Views
(@ngm86)
Active Member
Joined: 3 years ago
Posts: 8
Topic starter  

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? 


   
Quote
(@r31n4ld0)
New Member
Joined: 2 years ago
Posts: 1
 

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.


   
ReplyQuote
(@ngm86)
Active Member
Joined: 3 years ago
Posts: 8
Topic starter  

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!  


   
ReplyQuote
(@ngm86)
Active Member
Joined: 3 years ago
Posts: 8
Topic starter  

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!  


   
ReplyQuote
(@writhe)
New Member
Joined: 6 months ago
Posts: 1
 

Posted by: @ngm86

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.

 


   
ReplyQuote
(@kalyl)
New Member
Joined: 5 months ago
Posts: 3
 

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.


   
ReplyQuote
(@lucycoffee)
New Member
Joined: 2 weeks ago
Posts: 2
 

You can also try using different SimHub plugins or data sources to see if one of them directly provides the required data. It is possible that the [DataCorePlugin.GameRawData.Map.TeamT.Score] formula you mentioned is not the correct formula for getting the number of alive opponents.

This post was modified 2 weeks ago 2 times by LucyCoffee

   
ReplyQuote
(@jannickz)
New Member
Joined: 4 days ago
Posts: 1
 

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.

This post was modified 2 days ago 2 times by jannickz

   
ReplyQuote
Share: