• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 9
[MOD] Holiday (Snow Effect) option in Aeon MQ5.
#31
I could find SNOW content in includes.xml.

Am i adding the Snow script in includes.xml or separate?
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#32
Hey guys, I realized that this thread is aging a bit but I was just setting up another installation of kodi and my family loves this addition. So much in fact that I decided to take this mod a little bit further. I hope this is ok with the original developer of the mod (schumi2004) as I did this for my own personal reasons initially and never really intended on posting anything but I do think some people my like this. If you dont want the mod posted here I will gladly pull it down.

I just took the original mod and duplicated it to add two different toggles in settings based on previous posts in this thread. One for a Christmas effect and one for Haloween effect. You can even have them toggled at the same time for a haloween snow effect lol.

If it is ok with the original dev, I was thinking about adding other toggles for, lets say floating hearts on valentines day, leaves for thanksgiving or maybe even pots of gold for st patricks day. My family loves the mod with different effects on the media center for different holidays.

Like I said let me know if you want me to pull it any I will, I only did it for my own ammusement but after I finished I thought others would enjoy it. Installation and everything is the same as the op.

https://www.androidfilehost.com/?fid=24052804347849204
Reply
#33
@tp2215 - the link provided is dead fyi.
Reply
#34
(2015-10-29, 15:24)bry- Wrote: @tp2215 - the link provided is dead fyi.

Lol, sorry about that, probably should have checked the upload before posting, try this

https://www.androidfilehost.com/?fid=24052804347849204
Reply
#35
(2015-10-29, 15:38)tp2215 Wrote:
(2015-10-29, 15:24)bry- Wrote: @tp2215 - the link provided is dead fyi.

Lol, sorry about that, probably should have checked the upload before posting, try this

https://www.androidfilehost.com/?fid=24052804347849204

confirmed working - can you tell us what you added?
Reply
#36
(2015-10-29, 16:23)bry- Wrote:
(2015-10-29, 15:38)tp2215 Wrote:
(2015-10-29, 15:24)bry- Wrote: @tp2215 - the link provided is dead fyi.

Lol, sorry about that, probably should have checked the upload before posting, try this

https://www.androidfilehost.com/?fid=24052804347849204

confirmed working - can you tell us what you added?

It should now add two toggles to skin settings, one for christmas effect and one for haloween effect.

I think I might try later on to port it over to mq6. Should be pretty easy to do as long as the op is ok with it I will post it later.
Reply
#37
I also just modded my mod of the mod above (try saying that again) for MQ6.

This is only for MQ6, use above for MQ5.

https://www.androidfilehost.com/?fid=24052804347849411
Reply
#38
I hope I am not asking to much............my family also loves the holiday mods by the way!

The three xml files in your setup are heavily moded on my system already thus I don't want to over-write them.
Could you please post your edits to these files and some modest instructs so I can edit my own files?

Thank you!
Reply
#39
(2015-10-29, 22:59)melons2 Wrote: I hope I am not asking to much............my family also loves the holiday mods by the way!

The three xml files in your setup are heavily moded on my system already thus I don't want to over-write them.
Could you please post your edits to these files and some modest instructs so I can edit my own files?

Thank you!

Yea sure, like I said I am not the original poster of this mod but I just modded it a bit to add seperate options in settings. I hope this is ok with the op if I post the edits and addons. This is out of my files for MQ6..


720p/home.xml
Look for
Code:
    <include>BGBlack</include>
    <include>TrailerWindow</include>
    </control>
Add Below:

Code:
<control type="group"><!-- Holiday -->
    <visible>Skin.HasSetting(xmasholiday)</visible>
    <include>xmasHoliday</include>
    </control>
    <control type="group"><!-- Holiday -->
    <visible>Skin.HasSetting(hwholiday)</visible>
    <include>hwHoliday</include>
    </control>

720p/includes.xml
Look for:
Code:
<visible>!IsEmpty(Window(Visualisation).Property(ArtistSlideshow.50.AlbumName))</visible>
    </item>
    </content>
    </include>
Add Below:
Code:
######################################################################### Holiday ######################################################################### -->    
    <include name="xmasHoliday">
    <!--snow-->
    <control type="group">
    <!--visible>System.Date(12-21,12-26)</visible><!---(start date, end date, in MM-DD format)--->
    <control type="group">
    <posx>-100</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>40</posx>
    <posy>-180</posy>
    <width>9</width>
    <height>9</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,820" time="11000" delay="1600" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-40,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>18</width>
    <height>18</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="8000" delay="0" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>200</posx>
    <posy>-40</posy>
    <width>12</width>
    <height>12</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,1020" time="12000" delay="1300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="50,0" end="-10,0" time="4300" delay="220" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="13000" delay="2200" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-210</posy>
    <width>9</width>
    <height>9</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,1020" time="13000" delay="600" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>100</posx><!---Use this to space all the groups--->
    <animation effect="rotate" start="20" end="40" time="9000" delay="800" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>80</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,820" time="8000" delay="1000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>240</posx>
    <posy>-40</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="8000" delay="1800" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-210</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,1120" time="12000" delay="1500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>600</posx><!---Use this to space all the groups--->
    <posy>-200</posy>
    <animation effect="rotate" end="15" time="7000" delay="500" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>20</posx>
    <posy>-60</posy>
    <width>12</width>
    <height>12</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,1020" time="12000" delay="1300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="50,0" end="-10,0" time="4300" delay="220" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>100</posx>
    <posy>-190</posy>
    <width>18</width>
    <height>18</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="2000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-50,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,1120" time="8000" delay="2300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>330</posx>
    <posy>-110</posy>
    <width>9</width>
    <height>9</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="11000" delay="1600" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-40,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,820" time="12000" delay="2200" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="-20,0" end="50,0" time="3300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>900</posx><!---Use this to space all the groups--->
    <animation effect="rotate" start="15" end="30" time="12000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-200</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="8000" delay="3000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>200</posx>
    <posy>-40</posy>
    <width>12</width>
    <height>12</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,1020" time="13000" delay="1300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="50,0" end="-10,0" time="4300" delay="220" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,820" time="8000" delay="3300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="12000" delay="3500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    </control>
    </include>
  <!-- SNOW BEGIN -->
        <include name="hwHoliday">
        <!--snow-->
        <control type="group">
        <posx>-100</posx><!---Use this to space all the groups--->
        <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
        <control type="image">
                <posx>100</posx>
                <posy>-100</posy>
                <width>60</width>
                <height>60</height>
                <texture>haloween.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="9000" delay="0" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>260</posx>
                <posy>-80</posy>
                <width>45</width>
                <height>45</height>
                <texture>haloween1.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="10000" delay="300" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>390</posx>
                <posy>-110</posy>
                <width>30</width>
                <height>30</height>
                <texture>haloween2.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="15000" delay="500" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
                <colordiffuse>C2FFFFFF</colordiffuse>
        </control>
        </control>
        <control type="group">
                <posx>200</posx><!---Use this to space all the groups--->
                <animation effect="rotate" start="10" end="60" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
                <control type="image">
                <posx>100</posx>
                <posy>-100</posy>
                <width>60</width>
                <height>60</height>
                <texture>haloween3.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="9000" delay="1000" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>260</posx>
                <posy>-80</posy>
                <width>45</width>
                <height>45</height>
                <texture>haloween4.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="10000" delay="1300" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>390</posx>
                <posy>-110</posy>
                <width>30</width>
                <height>30</height>
                <texture>haloween.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="15000" delay="1500" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
                <colordiffuse>C2FFFFFF</colordiffuse>
        </control>
        </control>
        <control type="group">
                <posx>600</posx><!---Use this to space all the groups--->
                <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
        <control type="image">
                <posx>100</posx>
                <posy>-100</posy>
                <width>60</width>
                <height>60</height>
                <texture>haloween1.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="9000" delay="2000" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>260</posx>
                <posy>-80</posy>
                <width>45</width>
                <height>45</height>
                <texture>haloween2.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="10000" delay="2300" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>390</posx>
                <posy>-110</posy>
                <width>30</width>
                <height>30</height>
                <texture>haloween3.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="15000" delay="2500" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
                <colordiffuse>C2FFFFFF</colordiffuse>
        </control>
        </control>
        <control type="group">
                <posx>900</posx><!---Use this to space all the groups--->
                <animation effect="rotate" end="40" time="12000" delay="300" pulse="true" condition="true">Conditional</animation>
        <control type="image">
                <posx>100</posx>
                <posy>-100</posy>
                <width>60</width>
                <height>60</height>
                <texture>haloween4.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="9000" delay="3000" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>260</posx>
                <posy>-80</posy>
                <width>45</width>
                <height>45</height>
                <texture>haloween.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="10000" delay="3300" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
        </control>
        <control type="image">
                <posx>390</posx>
                <posy>-110</posy>
                <width>30</width>
                <height>30</height>
                <texture>haloween1.png</texture>
                <aspectratio scalediffuse="false">keep</aspectratio>
                <animation effect="slide" start="0,0" end="0,920" time="15000" delay="3500" reversible="false" loop="true" condition="true">Conditional</animation>
                <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
                <colordiffuse>C2FFFFFF</colordiffuse>
        </control>
        </control>
        </include>
        <!-- SNOW END -->


720p/SkinSettings.xml
Find:
Code:
    <onclick>Skin.ToggleSetting(homefullscreentrailer)</onclick>
    <selected>Skin.HasSetting(homefullscreentrailer)</selected>
    </control>

Add Below:
Code:
<control type="radiobutton" id="1058"><!-- Holiday -->
    <label>ENABLE CHRISTMAS EFFECT</label>
    <onclick>Skin.ToggleSetting(xmasholiday)</onclick>
    <selected>Skin.HasSetting(xmasholiday)</selected>
    </control>
      <control type="radiobutton" id="1059"><!-- Holiday -->
    <label>ENABLE HALOWEEN EFFECT</label>
    <onclick>Skin.ToggleSetting(hwholiday)</onclick>
    <selected>Skin.HasSetting(hwholiday)</selected>
    </control>


That should really probably work on any skin actually, maybe slightly modify it though. Like I said, anybody argues or anything about that I will just remove my post, just trying to help out.

EDIT: Forgot to mention also too download the mod and extract the images into the skins media folder
Reply
#40
I am using Jarvis and MQ 6 3.0 and this does not work I tested on several setup up's to check my editing.
Do not know why?
Reply
#41
@melons2, don´t overwrite with files available here, it´s for use with 2.4.0, not with 3.0.0 or 3.1.0. You need edit manually files for work ok.

Skin with mod, work great

MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#42
Don't think this works with Jarvis. Did the edits and above and the files are in the media folder.
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
#43
Anyone else had any luck getting this to work with Jarvis? Enabled Christmas effect is enabled too btw.
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
#44
What does debug log say?
Reply
#45
Blue Christmas Theme 2015



Download:

http://files.xbmcbrasil.net/SkinAeonMQ/T...istmas.zip
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
[MOD] Holiday (Snow Effect) option in Aeon MQ5.3