Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
Petteri Ruuhijärvi
I'm looking for a skin in which there is a straightforward option to view player AND team action map analyses during matches. By this I mean, for example, all of my team's passes, their direction and length, displayed on a map. I remember fondly that in FM19 Rensie skin had this as an immediate tab on which to click. In FM24 Rensie skin you have to awkwardly go there using several clicks and even then the UI lacks some features (for example changing the numbers of player actions depending on the filters used [area of pitch, length of shot/pass]). Some skins do indeed similar things. For examle, SAS Skin shows individual player actions during the game, but there isn't an option to view same things on a team level.
Is there a FM24 skin that has this particular analysis tab (incl. Team-level view, not just individual player analysis)?
PoorJack
Can't picture what you mean… some screenshots would be helpful.
Petteri Ruuhijärvi
EDIT: found the screen what I meant.
PoorJack
Some skins allow you to customize what to show on a screen, e.g. contract info, injury record, or training on a player's profile page. However, other tabs or statistics may happen to be shown on the screenshots, instead of that team action map (or whatever it's called).
So, may have a glance at the screenshots, pick those that have the above option during a match, and try:
https://sortitoutsi.net/football-manager-2024-skins
https://www.fmscout.com/c-fm24-skins.html
Mustermann Iconic? Just? Tato24?
Petteri Ruuhijärvi
Mustermann has a similar team- and player-level analysis tab what I was looking for. However, the size of the screen is so small and the numbers are shown only via a drop-down menu, which makes the whole experience too fidgety. Sas24 skin has a similar player stats-tab which, but lacks a respective tab for team stats, in addition of not changing the numbers when selecting filters for the direction/areas of action.
Here's two screenshots of the analysis screen which I'm looking for (same can be found in most skins during half-time), showing in yellow circles what I mean by changing numbers according to filters.
PoorJack
Alternatively:
Have you thought of talking to the FM Rensie developers?
May ask if there's any way to add the same feature in its FM24 version, or at least, gather some information about that particular map… well, of course, don't expect anything, but doesn't hurt to ask anyway. This would be the best possible way to get the ideal result you desire (if it does work out)… as you can't seem to find the same thing from any other skins.
Petteri Ruuhijärvi
Yeah, guess I'll have to do that. Thanks for your help Jack!
Holzi_85
Code for that is:
<!--PLAYER ANALYSIS-->
<widget class="players_match_chalkboard_panel" id="mapl">
<translation id="title" translation_id="247694" type="use" value="Player Stats" />
<record id="object_property" get_property="objt" set_property="objt" />
</widget>
You can add it to match in between highlights panel.xml
Petteri Ruuhijärvi
Wow, thank you so much!
Is there a possibility to add a similar tab for team level analysis?
Holzi_85
What do you mean with team level analysis? Can you post a screenshot?
Petteri Ruuhijärvi
Sure. Here.
Holzi_85
I don't know this screen. From which skin is it? And how to open this screen? Is it a live match?
EDIT:
I think I know what you mean. Try:
<!--TEAM ANALYSIS-->
<widget class="teams_match_chalkboard_panel" id="matm">
<translation id="title" translation_id="441063" type="use" value="Team Analysis" />
<record id="object_property" get_property="objt" set_property="objt" />
</widget>
in match in between highlights panel.xml. For me it works.
Petteri Ruuhijärvi
It works, you are the best!