Alternative Splashscreen (1920*1200) (1 Viewer)

hausjellp

Portal Member
March 27, 2009
6
2
Home Country
United Kingdom United Kingdom
One I made for my system.


click for image

Would be happy to make a series of similar images with different resolutions if the author could let me know wgich files ned replacing in order to do that.

Thanks.

EDIT: Just rename to splashscreen.png and place inside /skins/StreamedMP/Media/
 

Djang

Portal Pro
November 3, 2007
79
6
Home Country
Netherlands Netherlands
Would you kindly re-upload the image, I can't downoad it. It seems to be removed.
 

someoneelse

New Member
June 14, 2009
2
0
Home Country
I got bored of mine too... heres something i came up with.

Jaemie

mediaportalSplash.jpg
 

Gixxer

Retired Team Member
  • Premium Supporter
  • August 18, 2007
    1,383
    41
    39
    Spain
    Home Country
    Spain Spain
    nice, not long ago i was suggesting to improve a little bit the splashscreen as mce is quite impressive.

    so its just a matter of copying this picture, where?

    do u know if its possible to reduce the "loading fonts,etc " text size. make it smaller.
     

    happy

    MP Donator
  • Premium Supporter
  • February 6, 2009
    282
    5
    Explorer :D
    Home Country
    United Kingdom United Kingdom
    nice, not long ago i was suggesting to improve a little bit the splashscreen as mce is quite impressive.

    so its just a matter of copying this picture, where?

    do u know if its possible to reduce the "loading fonts,etc " text size. make it smaller.

    find the xml, called splashscreen.xml

    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
      <controls>
        <control>
          <description>splashscreen background</description>
          <type>image</type>
          <id>1</id>
          <texture>background.png</texture>
        </control>
        <control>
          <description>splashscreen background</description>
          <type>image</type>
          <id>1</id>
          <height>720</height>
          <width>1280</width>
          <posY>0</posY>
          <posX>0</posX>
          <texture>splashscreen.png</texture>
        </control>
        <control>
          <description>splashscreen text</description>
          <type>label</type>
          <id>2</id>
          [B]<textsize>16</textsize>[/B]
          <textcolor>#909090</textcolor>
        </control>
      </controls>
    </window>

    change the size in bold ;)
     

    Gixxer

    Retired Team Member
  • Premium Supporter
  • August 18, 2007
    1,383
    41
    39
    Spain
    Home Country
    Spain Spain
    cool!!! thanks alot happy !!!
     

    Users who are viewing this thread

    Top Bottom