what is the new post-RC2 top-left animation? (1 Viewer)

O

~ok|

Guest
hi everyone,

what on earth did happen to the BlueTwo main page? Noticed this annoying post-RC2 animated logo that greets you? well i'm not fond of it at all and it seems that its appearance is not optional at all!

please remove it, at best, or make it optional.
keep it clean!

cheers
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Well, in fact it is kind of "optional" already...

Open home.xml in an editor. Find the section:
Code:
	<control>
		<description>animationLogo</description>
		<id>99999</id>
		<posX>130</posX>
		<posY>20</posY>
		<type>animation</type>
		<textures>animations\1.png;animations\2.png;animations...</textures>
		<Duration>0:0:19</Duration>
		<RepeatBehavior>1</RepeatBehavior>
		<FillBehavior>HoldEnd</FillBehavior>
	</control>
Replace it by this:
Code:
	<control>
		<description>animationLogo</description>
		<id>99999</id>
		<posX>130</posX>
		<posY>20</posY>
		<type>image</type>
		<texture>animations\89.png</texture>
	</control>
Simple as that...

So just cool down and have fun.
 

chili

Portal Pro
September 20, 2004
339
0
somewhere in the bowels of Texas
thanks for posting that mPod :)

The animation is cute at first, but it does get a little annoying with it starting every time you go to the home page. If it would only just do it when you first start MP it would be fine I think. If you set the
<RepeatBehavior>1</RepeatBehavior>
to 0 would it just do it once?
 

Users who are viewing this thread

Top Bottom