Normal
Unfortunately, I don't have a full HD screen to test the modifications on but you can do it yourself. Simply put MP in window mode by pressing Alt+Enter while in MP.Start with movingpictures.views.xml found in the streamedMP folder. Open it with notepad.[CODE]<control><description>Star Rating Fix</description> <type>image</type> <id>0</id> [COLOR="Red"]<posX>540</posX> <posY>695</posY> <width>20</width> <height>20</height>[/COLOR] <texture>starbest.png</texture> <visible>facadeview.filmstrip+Control.IsVisible(50)</visible> </control>[/CODE]The red fields are the ones to tweak. Change a value and press Ctrl+S to save it. Click on MP and maximize it with Alt+Enter again. Evaluate the changes made and continue tweaking the .xml until the star looks good.Second, it's movingpictures.details.xml, open it in notepad and edit these values:[CODE]<control><description>Star Rating Fix</description> <type>image</type> <id>0</id> [COLOR="Red"]<posX>700</posX> <posY>331</posY> <width>21</width> <height>21</height>[/COLOR] <texture>starbest.png</texture> <visible>!Control.IsVisible(50)</visible> </control>[/CODE]Press Ctrl+S and check the results!Enjoy!
Unfortunately, I don't have a full HD screen to test the modifications on but you can do it yourself. Simply put MP in window mode by pressing Alt+Enter while in MP.
Start with movingpictures.views.xml found in the streamedMP folder. Open it with notepad.
[CODE]<control><description>Star Rating Fix</description>
<type>image</type>
<id>0</id>
[COLOR="Red"]<posX>540</posX>
<posY>695</posY>
<width>20</width>
<height>20</height>[/COLOR]
<texture>starbest.png</texture>
<visible>facadeview.filmstrip+Control.IsVisible(50)</visible>
</control>[/CODE]
The red fields are the ones to tweak. Change a value and press Ctrl+S to save it. Click on MP and maximize it with Alt+Enter again. Evaluate the changes made and continue tweaking the .xml until the star looks good.
Second, it's movingpictures.details.xml, open it in notepad and edit these values:
[COLOR="Red"]<posX>700</posX>
<posY>331</posY>
<width>21</width>
<height>21</height>[/COLOR]
<visible>!Control.IsVisible(50)</visible>
Press Ctrl+S and check the results!
Enjoy!