
Just need to:
4) Find and invert the filter (?) used on the out-of-focus poster, banners...
I thought it was "postermatte.png" but it doesn't seem to be.
ddlooping
Member Posts: 57 Joined: Dec 2010 Reputation: 0 |
2011-01-02 22:12
Post: #11
Almost done.
![]() Just need to: 4) Find and invert the filter (?) used on the out-of-focus poster, banners... I thought it was "postermatte.png" but it doesn't seem to be.
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-01-02 22:52
Post: #12
It's a combination of that and the <colordiffuse>PosterDiffuse</colordiffuse> tags in the other image controls.
![]() |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-01-02 23:03
Post: #13
![]() |
| find quote |
ddlooping
Member Posts: 57 Joined: Dec 2010 Reputation: 0 |
2011-01-02 23:03
Post: #14
Thanks, Hitcher, I'll check it out.
![]() I'm kinda struggling with the "Global_Filter" settings now, they are different from the ones included in the skin download. ![]() If you have the time would you mind explaining the functions of the 3 filters(filter.png, filter_2.png and filter_3.png)? I'd like for the detailed view (the one with the actors list, movie info, etc etc) to be darker than the "Posters" view. |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-01-02 23:07
Post: #15
Filter.png is used for the Settings screen and when you bring up a context menu
Filter2.png is the global filter used pretty much everywhere else Filter3.png is used solely for Pictures to allow them to be more visible than the standard fanart ![]() |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-01-02 23:14
Post: #16
I'm also planning on revamping the colour XML to use only 4 basic font colours to make modding even quicker and easier.
![]() |
| find quote |
ddlooping
Member Posts: 57 Joined: Dec 2010 Reputation: 0 |
2011-01-02 23:18
Post: #17
Hitcher Wrote:Filter.png is used for the Settings screen and when you bring up a context menuThanks for the info. ![]() Hitcher Wrote:I'm also planning on revamping the colour XML to use only 4 basic font colours to make modding even quicker and easier.Sounds like a good idea.
|
| find quote |
ddlooping
Member Posts: 57 Joined: Dec 2010 Reputation: 0 |
2011-01-02 23:34
Post: #18
Hitcher Wrote:It's a combination of that and the <colordiffuse>PosterDiffuse</colordiffuse> tags in the other image controls. Well, I've made the "postermatte.png" black, changed the value of "<color name="PosterDiffuse">" to "CC000000" but all it does is make the posters black, including the one in focus.
|
| find quote |
ddlooping
Member Posts: 57 Joined: Dec 2010 Reputation: 0 |
2011-01-03 00:16
Post: #19
If I revert "postermatte.png" to white and change the value of "<color name="PosterDiffuse">" to "CCFFFFFF", it works and doesn't affect the poster in focus.
![]() Unless I'm mistaken, "CC" represents the level of transparency and "FFFFFF" the colour to be made transparent. Why doesn't it work with a black image with a value of "CC000000" then?
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-01-03 02:06
Post: #20
I can see what the problem is now - I didn't add a diffuse colour control to the non-focused matte textures.
Fixed for next update and available now in GoogleCode. ![]() |
| find quote |