- Thread starter
- #151
Hi Mikael,
i have made an attempt at modifying My Films. i've attached the files to this post, and in the rar file is a list of the changes i've made. I hope it helps!
its_me_gb
its_me_gb -> Could you contact the author of MyFilms plugin and ask him to include this in the zip-release file. I've decided to not include plugin support in the main skin release as it slows down the performance on slow computers (read like 650 Mhz). Plugins also changes more often than this skin
Some tips for your skin files:
- The end user will not change in the strings_[lang].xml files as it's "complicated" and will be overwritten when updating MP. Instead open up MesFilmsDetails and just replace the 79861 value with the text "Update"
- videos_logo.png files is not used in SimpleMP at all (Why use multiple english labels when you can have language dependent vector font files that also loads faster?). Replace:
Code:
<control> <type>image</type> <id>25</id> <posX>56</posX> <posY>16</posY> <texture>videos_logo.png</texture> </control>
With this:Code:<control> <description>Videos label</description> <type>label</type> <posX>20</posX> <posY>20</posY> <align>left</align> <font>font48</font> <label>100006</label> <textcolor>20ffffff</textcolor> <id>25</id> <animation effect="fade" time="150">WindowOpen</animation> <animation effect="fade" time="150">WindowClose</animation> </control>
- Change the main group's <posX>60</posX> to <posX>30</posX> (in both xml's) as of SimpleBeta 4 uses the screen width in a better way.
- Persuade me to install the MyFilms plugin and how good it is as I may be inspired to do some new graphics for this plugin
I could have make the changes above myself, but I like this cooperation thing..
Happy Christmas!