Dennis2600 - Comments

#656425 FM 2022 FLUT skin dark - 6.0
Dennis2600
11 years ago
1 month ago
6
By flut 31 October 2021 - 13:26 PM UTC 

Ok. Try the following.

Open fm2022flutskin_dark\panels\background_selector\backgrounds.xml

and change

 

 <container class="plain_box" id="0bg" appearance="boxes/overlay/0/0" >
       <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
     </container>

 

for

 

 <container class="plain_box" id="0bg" appearance="boxes/overlay/0/0" hidn="true" >
       <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
     </container>

 

and

 

<container class="plain_box" id="50bg" appearance="boxes/overlay/50/50" hidn="true"  >
       <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
     </container>

 

for

 

<container class="plain_box" id="50bg" appearance="boxes/overlay/50/50"  >
       <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
     </container>

 

Please let me know if worked.

 

You're the man, Flut. It worked. Much thanks! 🙂 

#656412 FM 2022 FLUT skin dark - 6.0
Dennis2600
11 years ago
1 month ago
6
By flut 31 October 2021 - 13:20 PM UTC 

Hi and thanks.

If you want to play without the backgrounds you can use the alt I included for that.

If you just want to have the filter with a little bit more opacity as default, plaese let me know what is the percentage you want to use as default and I can take a look. 

 

I just want more opacity. 50% 🙂

#656409 FM 2022 FLUT skin dark - 6.0
Dennis2600
11 years ago
1 month ago
6

Hi Flut,

 

Another fm another great skin. Thanks ! 

 

Got one question for you; is it possible to just have one opaque filter? 

everytime i start fm i switch to 50%, so would be nice if i don't have to change it when i start the game.. 

#551606 Vince Skin 2.0 v.1 Up. 17-02-2021
Dennis2600
11 years ago
1 month ago
6
Hi. Great skin. Is there any way i can change the colors for players attributes ?
#340065 FM 2016 FLUT skin - Dark Version v2.3
Dennis2600
11 years ago
1 month ago
6
Hi Dennis: Thanks.
Regarding your question, you want to change the colour of the boxes of the attributes, am I right?


Yes exactly. Where do i change unknown attribute background? I can only find low, normal, good and excellent attribute in game.
#339959 FM 2016 FLUT skin - Dark Version v2.3
Dennis2600
11 years ago
1 month ago
6
Hi Flut. Simply an awesome skin. I got a question for you:

I have tried to change the colors of the players attributes but without any luck.


<colour name="low attribute" red="255" green="255" blue="255" alpha="255"/>
<colour name="normal attribute" red="250" green="250" blue="250" alpha="200"/>
<colour name="good attribute" red="255" green="255" blue="0" alpha="255"/>
<colour name="excellent attribute" red="255" green="112" blue="0" alpha="255"/>

This is the colors i would like to see when i go to a players profile. What do i do wrong?