Mod Multi-Mod addition for the MQ 7 Krypton Mod
(2017-05-25, 14:30)the_bo Wrote:
(2017-05-25, 05:01)Ruk12345 Wrote: @latts not sure if this is possible or worth the time/effort, but the current ran gif is awesome for real rain, but is it possible to add a less intense one or even the old static over lay if it's just drizzling or raining lightly? Not sure how the weather codes break down.

Hi Ruk

You can make the rain gif more transparent by editing the end number in the fade animation.
Code:
<control type="image">
                    <left>0</left>
                    <top>0</top>
                    <height>1080</height>
                    <width>1920</width>
                    <texture>custom/animations/rain.gif</texture>
                    <animation effect="fade" end="35" condition="System.IdleTime(0)">Conditional</animation>
                </control>

The lower the number the more transparent. Experiment with different values.

Thanks!!
Intel NUC Haswell I3
Nvidia Shield
LibreECEC
Kodi - Leia
Reply


Messages In This Thread
RE: Multi-Mod addition for the MQ 7 Krypton Mod - by Ruk12345 - 2017-05-26, 04:08
RE: Ratings not working - by Edworld - 2018-12-08, 21:42
RE: Ratings not working - by vbat99 - 2018-12-08, 22:07
RE: Ratings not working - by Karellen - 2018-12-08, 22:23
RE: Ratings not working - by Hitcher - 2018-12-08, 23:23
RE: Ratings not working - by Karellen - 2018-12-08, 23:58
RE: Ratings not working - by mataus19 - 2018-12-18, 02:30
Logout Mark Read Team Forum Stats Members Help
Multi-Mod addition for the MQ 7 Krypton Mod4