Kodi Community Forum
Mod Multi-Mod addition for the MQ 7 Krypton Mod - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Mod Multi-Mod addition for the MQ 7 Krypton Mod (/showthread.php?tid=301497)



RE: Multi-Mod addition for MQ 7 Krypton Mod - ajerazzor - 2017-01-30

Is there a way to keep the original skin and make a copy which I will then inject these mods into? That way I can play and change back for the WAGF until im happy.


RE: Multi-Mod addition for MQ 7 Krypton Mod - Dave.B - 2017-01-30

Hi There,
Can someone tell me why the information in the Shelf 3D layout is missing (see in red).

Image

The information is there (See in yelow) it is just don't show on the Shelf 3D

Image


RE: Multi-Mod addition for MQ 7 Krypton Mod - latts9923 - 2017-01-30

(2017-01-30, 05:56)grafixfrh Wrote: Hello I installed the full mod today and wanted to say that the starwars mod is awesome. I have also decided to tweak the mod a little and create an avatar movie theme using your setup and I have been very successful in changing some of the code and have everything working except I am unable to turn off the pulse feature for the lightsaber menu bar. I am tweaking some of my pings and also speeds to fit with the new theme and need to get the pulse stopped on the bar as it pulses whatever png I use. Where can I find the line to turn off the menu bar pulse? When this is complete do you have a place I can upload it for others use? I am currently finding sound files to update the gui sounds as well I figured might as well. There are some really good theme ideas out there that could benefit from your active matrix pngs one I am thinking about is transformers so more menu bars can be available for everyone as others create them also.

Thanks!

To get rid of the pulsing Star Wars menu bar, look for the following in IncludesMainMenu.xml...

Code:
<control type="image">
    <left>0</left>
    <top>918</top>
    <width>1920</width>
    <height>60</height>
    <texture>starwars/starwars_bar.png</texture>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>
<control type="image">
    <left>-23</left>
    <top>898</top>
    <width>532</width>
    <height>60</height>
    <texture>starwars/bluelightsaber-left.png</texture>
    <animation effect="fade" start="0" end="100" time="40" delay="0" condition="true" pulse="true">Conditional</animation>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>
<control type="image">
    <left>1410</left>
    <top>898</top>
    <width>532</width>
    <height>60</height>
    <texture>starwars/bluelightsaber-right.png</texture>
    <animation effect="fade" start="0" end="100" time="40" delay="0" condition="true" pulse="true">Conditional</animation>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>
<control type="image">
    <left>599</left>
    <top>938</top>
    <width>299</width>
    <height>60</height>
    <texture>starwars/redlightsaber-left.png</texture>
    <animation effect="fade" start="0" end="100" time="40" delay="0" condition="true" pulse="true">Conditional</animation>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>
<control type="image">
    <left>1020</left>
    <top>938</top>
    <width>299</width>
    <height>60</height>
    <texture>starwars/redlightsaber-right.png</texture>
    <animation effect="fade" start="0" end="100" time="40" delay="0" condition="true" pulse="true">Conditional</animation>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>
<control type="image">
    <left>539</left>
    <top>918</top>
    <width>108</width>
    <height>60</height>
    <texture>starwars/lightning-left.png</texture>
    <animation effect="fade" start="0" end="100" time="40" delay="0" condition="true" pulse="true">Conditional</animation>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>
<control type="image">
    <left>1272</left>
    <top>918</top>
    <width>108</width>
    <height>60</height>
    <texture>starwars/lightning-right.png</texture>
    <animation effect="fade" start="0" end="100" time="40" delay="0" condition="true" pulse="true">Conditional</animation>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>

and delete all the controls except the top one...

Code:
<control type="image">
    <left>0</left>
    <top>918</top>
    <width>1920</width>
    <height>60</height>
    <texture>starwars/starwars_bar.png</texture>
    <animation effect="fade" start="0" end="100" time="2000" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="fade" start="0" end="100" time="1500" easing="inout" tween="cubic">Visible</animation>
    <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
    <animation effect="fade" start="100" end="0" time="100" easing="inout" tween="cubic">Hidden</animation>
    <visible>StringCompare(Skin.String(mymenubar),starwarsmenubar)</visible>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus | Control.HasFocus(703)] + ![Skin.HasSetting(submode) | Window.IsVisible(6641) | Window.IsVisible(5099) | Player.HasMedia + System.IdleTime(8)]</visible>
</control>

You can create a free Dropbox account and upload your mods to share with others.


RE: Multi-Mod addition for MQ 7 Krypton Mod - latts9923 - 2017-01-30

@movie78

Thanks! I've added discart and clearart to the OSD view as well. Another update will be available soon.


RE: Multi-Mod addition for MQ 7 Krypton Mod - movie78 - 2017-01-30

(2017-01-30, 17:59)latts9923 Wrote: @movie78

Thanks! I've added discart and clearart to the OSD view as well. Another update will be available soon.

I think you should be the one releasing MQ8Blush

You've made this skin beautiful!


RE: Multi-Mod addition for MQ 7 Krypton Mod - Ruk12345 - 2017-01-30

(2017-01-30, 19:19)movie78 Wrote:
(2017-01-30, 17:59)latts9923 Wrote: @movie78

Thanks! I've added discart and clearart to the OSD view as well. Another update will be available soon.

I think you should be the one releasing MQ8Blush

You've made this skin beautiful!

Yeah I second!


RE: Multi-Mod addition for MQ 7 Krypton Mod - Wanilton - 2017-01-30

MQ8, is something MarcosQui begin work, we appreciate a lot work make by others skinners and your mods. But request MQ8 sound bad...better request mod author for create other skin. Aeon MQ have active developer working a lot for create something better.


RE: Multi-Mod addition for MQ 7 Krypton Mod - latts9923 - 2017-01-30

@movie78 & Ruk12345

I appreciate the kind words fellas, but I don't think I could pull off anything near as awesome as MarcosQui did with this skin. I enjoy working on my mods, but I think I'm out of my league for now when it comes to full blown skinning. I'm anticipating great things from MarcosQui and MQ8.


RE: Multi-Mod addition for MQ 7 Krypton Mod - movie78 - 2017-01-30

(2017-01-30, 20:26)Wanilton Wrote: MQ8, is something MarcosQui begin work, we appreciate a lot work make by others skinners and your mods. But request MQ8 sound bad...better request mod author for create other skin. Aeon MQ have active developer working a lot for create something better.

It was a jokeAngel


RE: Multi-Mod addition for MQ 7 Krypton Mod - latts9923 - 2017-01-31

The new PosterZoom View is ready to go! I've also added discart and clearart to the Video OSD. Here's a video of it all in action...



Here's the update download. Overwrite your files with the files from the update and you should be good to go.

Download
Multi-Mod for Aeon MQ 7 Krypton update

The original Multi-Mod for MQ 7 Krypton has been updated with this as well.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - ajerazzor - 2017-01-31

I'm trying to use the videolyrics but I don't have a layout 5?


RE: Multi-Mod addition for the MQ 7 Krypton Mod - movie78 - 2017-01-31

(2017-01-31, 05:06)latts9923 Wrote: The new PosterZoom View is ready to go! I've also added discart and clearart to the Video OSD. Here's a video of it all in action...



Here's the update download. Overwrite your files with the files from the update and you should be good to go.

Download
Multi-Mod for Aeon MQ 7 Krypton update

The original Multi-Mod for MQ 7 Krypton has been updated with this as well.

Another great addition..


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-01-31

@ajerazzor

Make sure you've copied all the files from the Multi-Mod. VideoLyrics needs the updated files...

includes.xml
IncludesLyrics.xml
IncludesVideoLyrics.xml (new file)
script-cu-lrclyrics-main.xml


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-01-31

@movie78

Thanks man!


RE: Multi-Mod addition for the MQ 7 Krypton Mod - movie78 - 2017-01-31

(2017-01-31, 16:04)latts9923 Wrote: @movie78

Thanks, man!

My title is showing the banner, how do I change that?