[MOD] FusionMP (StreamedMP with Aeon elements) (3 Viewers)

mr viggo

MP Donator
  • Premium Supporter
  • March 1, 2008
    500
    68
    Home Country
    Sweden Sweden
    Well, I did had exams a few weeks ago, but you must have got me mixed up with someone else, cos' I'm not developing any skin. :)
     

    mat123

    Portal Pro
    February 28, 2009
    102
    19
    Home Country
    Slovenia Slovenia
    I played a bit around for 1920x1080 resolution.

    For the star-rating change movingpictures.details.xml (values in bold).


    <control><description>Star Rating Fix</description>
    <type>image</type>
    <id>0</id>
    <posX>700</posX>
    <posY>331</posY>
    <width>13</width>
    <height>14</height>
    <texture>starbest.png</texture>
    <visible>!Control.IsVisible(50)</visible>
    </control>
    <control><description>IMDB Star Rating</description>
    <type>imagelist</type>
    <id>1001</id>
    <posX>713</posX>
    <posY>331</posY>
    <width>220</width>
    <height>21</height>
    <textureWidth>21</textureWidth>
    <textureHeight>21</textureHeight>
    <subitems>
    <subitem>starwhite.png</subitem>
    <subitem>starbest.png</subitem>
    </subitems>
    <orientation>horizontal</orientation>
    <align>left</align>
    <imagesToDraw>9</imagesToDraw>
    <percentage>#MovingPictures.SelectedMovie.score</percentage>
    <visible>!Control.IsVisible(50)</visible>
    </control>


    If the movie title is longer it gets cut off at the bottom, so I added a smaller font (26) to fonts.xml (attached below,
    put it in streamedmp folder).

    You just need to change the movingpictures.details.xml (values in bold):


    control><description>Movie Title</description>
    <type>fadelabel</type>
    <id>0</id>
    <posX>550</posX>
    <posY>25</posY>
    <width>650</width>
    <height>100</height>
    <font>mediastream26tc</font>
    <label>#MovingPictures.SelectedMovie.title</label>
    <textcolor>ffFFFFFF</textcolor>
    <visible>!Control.IsVisible(50)</visible>
    </control>


    I use only details view from this mod, but for other views change values in movingpictures.views.xml.

    :D for this great mod, Vergo.
     

    Attachments

    • fonts.xml
      30.6 KB

    tdw197

    Portal Member
    April 13, 2009
    23
    2
    Home Country
    United Kingdom United Kingdom
    I played a bit around for 1920x1080 resolution.

    For the star-rating change movingpictures.details.xml (values in bold).


    <control><description>Star Rating Fix</description>
    <type>image</type>
    <id>0</id>
    <posX>700</posX>
    <posY>331</posY>
    <width>13</width>
    <height>14</height>
    <texture>starbest.png</texture>
    <visible>!Control.IsVisible(50)</visible>
    </control>
    <control><description>IMDB Star Rating</description>
    <type>imagelist</type>
    <id>1001</id>
    <posX>713</posX>
    <posY>331</posY>
    <width>220</width>
    <height>21</height>
    <textureWidth>21</textureWidth>
    <textureHeight>21</textureHeight>
    <subitems>
    <subitem>starwhite.png</subitem>
    <subitem>starbest.png</subitem>
    </subitems>
    <orientation>horizontal</orientation>
    <align>left</align>
    <imagesToDraw>9</imagesToDraw>
    <percentage>#MovingPictures.SelectedMovie.score</percentage>
    <visible>!Control.IsVisible(50)</visible>
    </control>


    If the movie title is longer it gets cut off at the bottom, so I added a smaller font (26) to fonts.xml (attached below,
    put it in streamedmp folder).

    You just need to change the movingpictures.details.xml (values in bold):


    control><description>Movie Title</description>
    <type>fadelabel</type>
    <id>0</id>
    <posX>550</posX>
    <posY>25</posY>
    <width>650</width>
    <height>100</height>
    <font>mediastream26tc</font>
    <label>#MovingPictures.SelectedMovie.title</label>
    <textcolor>ffFFFFFF</textcolor>
    <visible>!Control.IsVisible(50)</visible>
    </control>


    I use only details view from this mod, but for other views change values in movingpictures.views.xml.

    :D for this great mod, Vergo.

    cool, cheers mate. Was planning on doing this over the w'end :D
     

    valloq

    Portal Member
    March 8, 2008
    9
    0
    I played a bit around for 1920x1080 resolution.

    For the star-rating change movingpictures.details.xml (values in bold).


    <control><description>Star Rating Fix</description>
    <type>image</type>
    <id>0</id>
    <posX>700</posX>
    <posY>331</posY>
    <width>13</width>
    <height>14</height>
    <texture>starbest.png</texture>
    <visible>!Control.IsVisible(50)</visible>
    </control>
    <control><description>IMDB Star Rating</description>
    <type>imagelist</type>
    <id>1001</id>
    <posX>713</posX>
    <posY>331</posY>
    <width>220</width>
    <height>21</height>
    <textureWidth>21</textureWidth>
    <textureHeight>21</textureHeight>
    <subitems>
    <subitem>starwhite.png</subitem>
    <subitem>starbest.png</subitem>
    </subitems>
    <orientation>horizontal</orientation>
    <align>left</align>
    <imagesToDraw>9</imagesToDraw>
    <percentage>#MovingPictures.SelectedMovie.score</percentage>
    <visible>!Control.IsVisible(50)</visible>
    </control>


    If the movie title is longer it gets cut off at the bottom, so I added a smaller font (26) to fonts.xml (attached below,
    put it in streamedmp folder).

    You just need to change the movingpictures.details.xml (values in bold):


    control><description>Movie Title</description>
    <type>fadelabel</type>
    <id>0</id>
    <posX>550</posX>
    <posY>25</posY>
    <width>650</width>
    <height>100</height>
    <font>mediastream26tc</font>
    <label>#MovingPictures.SelectedMovie.title</label>
    <textcolor>ffFFFFFF</textcolor>
    <visible>!Control.IsVisible(50)</visible>
    </control>


    I use only details view from this mod, but for other views change values in movingpictures.views.xml.

    :D for this great mod, Vergo.

    The star fix works great, although for some reason the new font seems to be breaking the StreamedMP Basic Home (not the one from this mod). On highlight the bigger font which is specified as mediastream28tc is just blank. Any idea what's happening?
     

    mat123

    Portal Pro
    February 28, 2009
    102
    19
    Home Country
    Slovenia Slovenia
    Now I checked Basic home and see that too (I use normal home). It seems that it's not possible to add a new font in fonts.xml.

    If you add the new font above mediastream28tc, the 28tc disappears. If you add it at the bottom it doesnt show up.

    I think the only solution is to change the Height of medistream28tc to 26, but then the font in Basic home is smaller.
     

    mat123

    Portal Pro
    February 28, 2009
    102
    19
    Home Country
    Slovenia Slovenia
    I've made a similar look for mp-tv series for myself, it's not perfect and my first atempt at moding :)

    If someone want's, I can upload the files.

     

    Jammyz

    Portal Pro
    January 28, 2009
    84
    7
    Home Country
    Italy Italy
    I've made a similar look for mp-tv series for myself, it's not perfect and my first atempt at moding :)

    If someone want's, I can upload the files.


    very nice Mat ;)
    can you upload the files?
     

    Users who are viewing this thread

    Top Bottom