Hello, I recently got hooked to SH and its versatility.
I'd like to know if it's possible to play custom sounds with it.
As an example, when [TurnIndicatorLeft] is true or when [FuelPercent] reaches a certain percentage.
Thank you per advance. π
Hi ! sounds can be triggered by events, since there is no event out of box you can create a custom one using C:\Program Files (x86)\SimHub\NCalcScripts
You will find some examples in samples.ini,
Basically you need something likeΒ
[ExportEvent] name='Blinker' trigger=[TurnIndicatorLeft]>0 || [TurnIndicatorRight]>0
Restart simhub it will create the event, then you can go inside event mapping and map the event to the sound.
Incredibly easy and flexible system, thanks a lot!
How do i use it for a visual event?
For example, i want a sound when [IRacingExtraProperties.iRacing_SlowCarAhead] is activated on the dash.
I tried:
trigger=if([IRacingExtraProperties.iRacing_SlowCarAhead]) but didnt work.
Β
The correct is to use:Β trigger=[IRacingExtraProperties.iRacing_SlowCarAhead] = 1 ????
Β
SOLVED.
👍 👍 👍 👍 👍Β
Hi. Sorry if I'm hijacking this post. Could it be possible if i want to play the beep sound on the mobile device/android apps for certain event when using simhub dash?Β