Jump to content

[FM24][SKIN][RELEASED] - LIVID 24 Skin


(sic)
 Share

Recommended Posts

After not releasing a skin last year, I'm back again this year, with Livid for FM 2024.

- Credits to Wozzie (Tato Skin), FMEnhanced, TCS, Ben (Statman skin), and others, for inspiration, as well as various bits and pieces of code that I probably have included in some way in my skin. 

 

This skin features:

  • Redesigned Home page
  • Redesigned Club page
  • Redesigned Player page
  • Redesigned Non-player page
  • Redesigned Match panels
  • Redesigned Tactics screen
  • Instant Result button
  • And some other bits and pieces...

Please note that this skin was designed for a 1920x1080 resolution, at regular zoom settings. 

 

Screenshot2023-11-05195505.thumb.png.3a0a1a764f6d2ab167b809e90c9b05bb.pngScreenshot2023-11-05203919.thumb.png.65c9b6bcbe93be75da4262dc894d189e.pngScreenshot2023-11-05195523.thumb.png.663bdc6e2879656230cb088c6c7e824f.pngScreenshot2023-11-05195512.thumb.png.a60a7208dcad343c2b036a90668909f6.pngScreenshot2023-11-05203842.thumb.png.1eba2818741297289220f044e1e7ac36.png

 

At this moment, I'm using attribute bars for player screens, I might change it to regular attribute numbers at some point, when I have the time to do so.

 

For anyone who doesn't want to wait for the update, and wants to use attribute numbers instead:
 

Spoiler

Go to the skin folder, navigate to panels/player folder, open the player attributes panel file,

locate the following line of code, right near the top, line 20: 

<!-- Attribute value -->
            <record index="2" id="val " sort_disabled="true" column_alignment="centre" right="8">
                <record id="widget_info" class="attribute_bar" alignment="right,centre_y" style="bold" multiline="false"/>
            </record>

change it to

<!-- Attribute value -->
            <record index="2" id="val " sort_disabled="true" column_alignment="centre" right="8">
                <record id="widget_info" class="attribute_label" alignment="right,centre_y" style="bold" multiline="false"/>
            </record>

 

Download link: https://www.mediafire.com/file/8wn5anccayemcy2/Livid+24+v1.0.zip/file

 

 

Link to post
Share on other sites

1 hour ago, JeffersonHH said:

how to change scouting report atribute to number?

and I like how the panels look tight and fit.

scotuing preorpt.png

The file for that is player attributes panel 2, it's the same process (replacing a bit of code, that I posted at the bottom of my first post).

8 hours ago, bahmet said:
  Reveal hidden contents

image.png.509d7f7587d6e375603304986147173b.png

How to make the pitch green?

A bit tricky, and imo doesn't look as good, but it's doable.

Find the tactics overview side panel file, locate the line 210 below which is the "pitch with tactics". Replace the <container>, with <container class="main_contrast_box_no_margin" red_replacement="green 900">

Should do the trick.

Link to post
Share on other sites

3 hours ago, JeffersonHH said:

and whats the panel name for intermediate suggestion ,and scouting report ?

 

I'm not sure at this moment, as I don't have an access to my PC.

I'd just look at all the other "player attributes panel" files, and replace the following bit of code.

 

I'll post an update later this evening, to sort it out, and make it optional.

Link to post
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...