Win a copy of FM24 in our Prediction League. Prizes are given out to the best predictor each month, so you have multiple chances to win.

Agustinns - Comments

#730024 FM 2023 FLUT skin dark - Version 8.0
Agustinns
14 years ago
4 months ago
2
By flut 24 February 2023 - 22:31 PM UTC 

Thanks!!

Regarding your question, you can do it in backgrounds.xml changing

 

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

 

for

 

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

 

and

 

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

 

for

 

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

 

But don't forget that the opacity will be reduced in all panels of the skin.

 

Hi Flut!!! Thanks for taking the time. I did as you instructed but it didn't work, opacity is the same. Do you have any idea what i can be doing wrong?.

 

Ghanks!!

 

 

#729850 FM 2023 FLUT skin dark - Version 8.0
Agustinns
14 years ago
4 months ago
2

Hi Flut! Amazing work!!

 

Do you know how to turn the background opacity in the player panel a little down. I just liked a little more as it was before like in the first attached picture. The second one is as it is now.

 

Thanks!!