Wall 2.0
#46
I can post the code, for sure. I mainly just wanted to see if there was interest.
In fact, here it is. Replace Viewtype_Wall.xml with this:

http://pastebin.com/jVNguPPL
Reply
#47
@thrasherx ,Thanks, quick question how can I make the unfocused poster unfaded? I'm not a coder and do not know which line or what to change. Thanks again.
Reply
#48
snuffy1pro Wrote:@thrasherx ,Thanks, quick question how can I make the unfocused poster unfaded? I'm not a coder and do not know which line or what to change. Thanks again.

Comment out line 82 by changing this:

Code:
<colordiffuse>79FFFFFF</colordiffuse>

to this:

Code:
<!--<colordiffuse>79FFFFFF</colordiffuse>-->
Reply
#49
Great, thank you for the info I appreciate it, and so does my wife... Smile Night is now, for my families use, "The" skin of choice. elegant, fast, great eye candy, and still different. Thanks.
Reply
#50
Played around with the numbers and made the diffuse lighter but still diffused. WAF is a go. Smile
Reply
#51
Mar16 Wrote:Here is the code to show the studio images, you might have to adjust the width and height, you can put this in the IncludesCodecFlagging.xml file.

Code:
<include name="StudioFlaggingConditions">
    <control type="image">
        <description>Studio Image</description>
        <width>70</width>
        <height>90</height>
        <aspectratio>keep</aspectratio>
        <texture>$INFO[ListItem.Studio,extras/Studios/,.png]</texture>
    </control>
</include>

Thank you so much!
Reply

Logout Mark Read Team Forum Stats Members Help
Wall 2.00