Jump to content

sebastian_starttrbts

Members+
  • Posts

    248
  • Joined

  • Last visited

Everything posted by sebastian_starttrbts

  1. Sorry, I haven't been around for some time. Due to work, there isn't that much time for FM-topics anymore. Thank you for sharing this. I tried and unfortunately I was not able to reproduce the screen freezing you mentioned. But it may due to some of the panels I added to the offer screen. So maybe try to delete the transfer offer panel.xml in the panels/player-folder and reload the skin. You could try to replace the graphical representation of the current and potential ability. Maybe using a value_based picture could be the way to go, but it would require a lot of trial an error. I'll assume this is an issue due to your screen resolution. I built the skin within a minimum resolution of 1920x1080. Loading it on my laptop-screen just shows the empty page you posted.
  2. The numeric attributes in the staff popup panel needed a different approach to be replaced, therefore we'll have to adjust the values in the custom skin-colour section. I added this step into the instruction. Thank you I tried and it worked for me. Have you tried the Google Drive-Link or the .zip-file?
  3. First of all, your screenshot show two different staff members. Therefore I am not that sure what you are looking for. In addition, I am not able to reproduce your issue. In my save the popup panel and the profile show the same star colour:
  4. Does somebody know where I can find the class "Attribute_label" xml-file? I've already extracted the classes-folder but I was not able to locate it.
  5. And ... where do I find the resources.fmf? I've been looking in Application Support/Steam/steamapps/common/FM24/data
  6. This does not seem to be the correct panel since there's not selector for Stats and Graph: I'm looking for the connection between the top section and the bottom with the more detailed stats. The section meta data.xml is directing me to this panel: <record id="PHst" section="PHst" help_page="player#history"> <translation id="text" translation_id="247605" type="use" value="Career Stats" /> <record id="widget_info"> <symbol id="class" value="player_history_stats_panel" /> </record> </record>
  7. Hello, does anybody have an idea where I can find the default player_history_stats_panel and the player_stats_panel? I can't find them in the extracted panels/player-folder and I'm looking for this screen in History/Career Stats:
  8. I am happy to pass this compliment on to @GIMN, the creator of the pizza charts, who has allowed me to incorporate them into my skin. The rearranged the panels using a skin resolution of 2560 x 1440 (Full Screen Window Mode, Standard Size 100%). It will work in 1920 x 1080 as well while automatically removing the outer panels, but I tried to show almost all information from these outer panels in the tab-section as well. The green section is 2560 x 1440 and the red section is 1920 x 1080:
  9. I guess it was my mistake. In last years version it was possible to adjust the thresholds in the custom skin colour-section. This year, I changed the approach of replacing numeric attribute values a bit and I thought the process of changing the thresholds did not change. In addition, as it was mentioned above, the displayed colour of the stars for un-scouted players changed as well to the upper end of the range and I'll need to think about whether I like it or not.
  10. You'll need to adjust the thresholds in StarAttributes24/classes/attributes_star.xml <class class="attribute_star" parent="position_role_duty_star_range_based_picture"> <list id="value_list"> <record min_value="1" max_value="5" file="starttrbts/attributes/star_low" /> <record min_value="6" max_value="10" file="starttrbts/attributes/star_average" /> <record min_value="11" max_value="15" file="starttrbts/attributes/star_good" /> <record min_value="16" max_value="20" file="starttrbts/attributes/star_excellent" /> </list> </class>
  11. It should be fixed. Just re-download the skin and notable events are on the left side of the touchline tablet. I'll updated the skin to display the information on notable events again. Concerning unscouted players, unlike the numeric skins the star colour in the non-numeric-attributes version reflects the upper end of the range. But I'll need to have a look and think about it again.
  12. *updated December 18th* Changelog: changed the match in between highlights panel to the touchline tablet added notable events and the small match stat overview again recoloured the match score area panel
  13. The selector panel looks like it should look. I wanted to keep it close to the default skin. What is the information you are missing? I am going with the match stats on top and the match momentum on the bottom. There you'll see potential goalscorers as well.
  14. In the player overview panel.xml (row 2) you will find the panels vertical arranged from top to bottom with the last row extending the available space: <attachment_group class="vertical_arrange" vertical_alignment="top,extend" vertical_gap="4" /> In order to create the layout you are looking for, you might need to resize the purple container to extend the space and include the yellow one on the left and right within (Example for the left and right part): <container> <layout class="arrange_vertical_attachment" layout="38,-1" gap="4" offset="0" /> <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="horizontal" inset="0" /> <!-- Top Row: Playing Time Pathway --> <container> </container> <!-- Bottom Row: Career Milestones --> <container> </container> </container> I added the file missing to make the fitness panel visible. In order to make the lowest group kind of transparent you could try the background_colour "bg" in the settings file? Concerning the issue, I am not able to reproduce it. With my resolutions (2560 x 1440 and 1920x1080), there is no such problem. What screen resolution are you using?
  15. *updated December 10th* Changelog: added Pizza Chart for goalkeepers as well implemented information on the level of knowledge to the scouting report section of the player profile header fixed access to player instructions on the tactics panel fixed left part of the in-game match tablet
  16. I don't know whether there's a mod removing information about current and potential ability for FM24. I assume you'll need to remove them in every panel manually.
  17. Hello @Shrewnaldo that was not meant to happen, but I forgot to remove the mouse_event from the player picture. You can download the two files below and replace them in the panels/tactics-folder and it should work like it is meant to do. tactics icon info panel overview.xml tactics icon info panel overview match.xml
  18. Hello @Mikal, Panels/Player/Player/player positions indicator small, player positions indicator small no highlight and player positions indicator small opponent are the files you'll need to look at in order to adjust the footedness section. There you'll find something like: <container class="main_subtle_box"> <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="vertical" inset="0" /> <layout class="arrange_horizontal_attachment" layout="-1,-2" gap="4" offset="0" /> <widget class="value_based_picture" id="vbp1" width="35" height="35" scale_picture="true" transparency="0.75"> <layout class="stick_to_sides_attachment" alignment="left" inset="0" /> <layout class="stick_to_sides_attachment" alignment="top" inset="0" /> <list id="value_list"> <record min_value="1" max_value="20" file="icons/custom/footed/left" red_replacement="text" /> </list> <record id="object_property"> <integer id="get_property" value="Plft" /> </record> </widget> <!-- Left Foot--> <container default_width="125"> <layout class="vertical_arrange" vertical_layout="-1,-1" offset="0" inset="0" gap="0" draw_horizontal_dividers="false" /> <widget class="label" size="9" multiline="true" alignment="centre_x,top" colour="title"> <translation id="text" type="use" translation_id="230000" value="Left Foot" /> </widget> <widget class="footedness_label" id="PlfG" size="10" alignment="centre_x,top"> <record id="object_property" get_property="PlfG" /> </widget> </container> </container> where the value_based_picture is the footedness icon. The heading icons are located in icons/custom/icon box/. It may be worth a try to just resize them.
  19. Oh no :/ I will try to fix it at the weekend. In order to reset to the default panels for now, you could remove or rename the match in between highlights panel.xml in panels/match-folder and reload the skin.
  20. Hello @-Jef- To be honest, I haven't seen more than 10 in-game minutes of a FM24 game yet, so there might be an issue with this panel indeed. Thank you for letting me know. I will have a look these days. Hey @Shrewnaldo A scouting knowledge indicator sounds like a reasonable addition to me. I will try to figure something out. Thanks a lot for your input Hello @milenec11 I agree that it would be nice to have a similar graphical illustration for the goalkeepers in the skin as well. We'll see
  21. Over the past couple of years Sports Interactive made me fall in love with their Football Manager series, resulting in many thousands of hours trying to manage my way to the top. The only thing I could imagine to expand the Football Manager experience even more was the idea of a playing-style without numeric attributes. Inspired by Cleon’s “The no attribute way”, wkdsouls bars- and attributeless-skin as well as Oliver Jensen’s article on “how to play without attributes” back in FM19, I finally decided to try myself in creating a non-numeric attributes-skin with the release of Football Manager 21. At the moment, I honestly can't imagine playing FM with numeric attributes in the near future again. So here we go. This is StarAttributes24 ... Remarks: creating a manager shows numeric attributes, but they'll be displayed as stars in your profile once you start your career customise thresholds and the colour of the stars by following the step-by-step instruction at the bottom of this post There's a StarAttributes_numeric in the .zip-FIle as well. It is just the layout before I replaced all the numeric attribute values. Changelog: (all) numeric attributes replaced by a star with its colour depending on a certain threshold (low, average, good and excellent) now you can distinguish between un-scouted and low attribute values, however the colour of a star can change with an increase in player knowledge player- and staff-comparison rearranged overhaul in player- and staff-search with the intention to use statistical data to identify potential transfer targets (removed the attribute-search) removed any information of numerical player development custom views as well as specific player role views show non-numeric attributes left and right foot ability instead of preferred foot in player overview added coach report information (pros and cons) to player profile replaced letters with club badges in match score panel added attributes, form and medical info to the scouting centre, as well as information on personality, reputation and previous transfer moves new player profile, including information on "position played in" next to the player position indicator panel new club overview including league table and history, stadium pictures, manager stats, last starting eleven and trophies won player faces and information on left and right foot ability on the tactics screen implemented coaching, recruitment and medical team list to staff overview Thanks to @GIMN, Mustermann Pizza-Charts make their debut in StarAttributes24. The data reflects the seasonal performances within 13 simulated years (after Update 24.2), resulting in a total of 54.053 players from the Top 7 European Nations (England, Spain, Germany, Italy, France, Netherlands and Portugal, Tier 1-3 if possible). added Pizza Chart for goalkeepers as well implemented information on the level of knowledge to the scouting report section of the player profile header Personal Note: I am not an advanced skin editor. Thanks to the Skinning Hideout community and their awesome guides I was able to enjoy working on this and I hope it can somehow contribute to this awesome Football Manager series. You can use these panels for your private usage of course. If there are plans on releasing a skin using my panels, please feel free to send me a message and ask for permission first, since it was a lot of work. This skin was developed in Full Screen Window Mode and a resolution of 2560 x 1440 (Standard Size 100%). It will work in 1920 x 1080 as well while automatically removing the outer panels. While creating StarAttributes24, I used the Cut Out Player Faces Megapack by @sortitoutsi and the FMT Stadium Superpack by @geordie1981 Credits: Huge thanks @michaeltmurrayukfor his Scoreboard Mod, based on which I replaced the letters with club badges in the match score panel and especially for everything he's doing for the Skinning-community. Special thanks @wkdsoul for giving me permission to include his star-graphic in order to make this skin available for the community as well. @GIMN, whose work on the incredible Mustermann-skin encouraged me to try something different as well and of course for allowing and supporting me in implementing the Pizza-Chart to StarAttributes24. What you've created within the Mustermann iconic skin in the past months is just on another level. @Wozzie for his awesome Tato-skin and especially squad averages and his approach to implement value-based-pictures within FM. @FMEnhanced for his work on the FME_Zealand-skin, which has been a huge inspiration to me. and last but not least the FM community for its great support with minor and major questions and challenges, especially @snowofman and @keysi who regularly share their thoughts and experiences in the Skinning Hideout. You definitely support many people to find their way into the awesome Skinning world. Thank you Download: StarAttributes24.zip Google Drive IMPORTANT: How to make it work after Downloading: Put "StarAttributes24" in your skin-folder open Football Manager, go to Preferences, choose "StarAttributes24" and reload skin -> now player and staff profiles show stars, while the different views still show numeric attributes exit Football Manager and reopen for person properties.xml to load finally custom views as well as specific player role views show non-numeric attributes How to adjust the thresholds and define the areas covering an excellent, good, average or low attribute: How to customise the colour of the attribute stars: Contact: Twitter: https://twitter.com/StarAttributes I hope you'll enjoy it the way I do Past versions: FM23: StarAttributes23 FM22: StarAttributes22 FM21: StarAttributes21
  22. For about five Minutes I thought it would be working... until I changed one panel via the selector and all the others changed as well Changing to different ids brings back the problem that the selectors only appear after I moved one club further.
  23. I may have made a mistake. It seems like the selector file does not need different ids. Which makes sense, since it is the same selector file. Now I have one id per selector file and it seems to work.
  24. I'm currently working on the club overview panel and some selector panels. For some reason I am not able to place to selector panels next to each other, although I change the id from "cos3" to "cos4". After loading the savegame, only one of the two selectors is visible and the other one appears after i move to another team. <!-- Small Selectors --> <container minimum_width="1372" default_width="-3" priority="1" > <layout class="stick_to_sides_attachment" apply_to_children="true" alignment="vertical" inset="0" /> <layout class="arrange_horizontal_attachment" layout="-1,-1,-1" gap="8" offset="0" /> <container/> <!-- Default: Selector 1 --> <container class="team_container_information_overview_panel" file="none" priority="1"> <layout class="stick_to_sides_attachment" apply_to_children="true"/> <record id="object_property" get_property="objt" set_property="objt"/> <container class="client_object_viewer_selector_panel" file="club/selector/club overview small selector panel head" id="cos3" priority="1" default_widget="lehi" late_loading="true" save_session_state="true"/> </container> <!-- Default: Selector 1 --> <container class="team_container_information_overview_panel" file="none" priority="1"> <layout class="stick_to_sides_attachment" apply_to_children="true"/> <record id="object_property" get_property="objt" set_property="objt"/> <container class="client_object_viewer_selector_panel" file="club/selector/club overview small selector panel head" id="cos4" priority="1" default_widget="movw" late_loading="true" save_session_state="true"/> </container> </container>
  25. You can add a photo to your manager via the preference-section "Change Profile Picture":
×
×
  • Create New...