HOME | DD

Published: 2019-01-25 13:37:09 +0000 UTC; Views: 464; Favourites: 0; Downloads: 18
Redirect to original
Description
An update to the "power low" warning for my "24 battery etc" skin.A visual warning that the battery is low on power - animated.
If you used my original skin, here's how to shoe-horn the new bit in...
[pctsnd]
Measure = Plugin
PlugIn = Plugins\Powerplugin.dll
PowerState = PERCENT
IfCondition = pctsnd<11
IfTrueAction=!Execute [PLAYLOOP warning.wav]
IffalseAction=!Execute [PLAYSTOP warning.wav]
IfBelowValue=11
IfBelowAction=[!ActivateConfig "Jeffs HUD\Batt Alert" "alert.ini"]
IfAboveValue=10
IfAboveAction=[!DeactivateConfig "Jeffs HUD\Batt Alert" "alert.ini"]
Change the "Jeffs HUD" part to your own skin folder.
I've amended my original audible warning to a loop instead of just playing it once.