Jump to content

Rivanov

Members+
  • Posts

    533
  • Joined

  • Last visited

Everything posted by Rivanov

  1. Skin is still working fine for me with the new update.
  2. Type: Laptop Model: MacBook Pro 14" CPU Model: M1 Pro CPU Base Frequency: 3.20 GHz (10 Core) CPU Turbo Frequency: 3.20 GHz (10 Core) RAM: 16GB RAM Clockspeed: Unified LPDDR5 memory GPU: M1 Pro 16 Core Apple Graphics Level in 3D: Very High Benchmark 1: 41 seconds Benchmark 2: 01 min 49 seconds Benchmark 3: 06 min 05 seconds Benchmark 4: 19 min 15 seconds
  3. Will run benchmarks on my 14” MacBook Pro with M1 Pro today.
  4. This is awesome! Can’t wait to update the game on my 14” M1 Pro MacBook Pro! Hopefully this will improve battery life.
  5. Think it's the same as for the FME - Zealand skin. https://community.sigames.com/forums/topic/558513-fm22skinwip-fme-zealand-v400-hotfix-08012022/?do=findComment&comment=13817839
  6. Found it. It was burried in: graphics/tabs/tato/tabbed/normal/top/button.xml There you have a line of code where the tadd font is specified. When you remove that line, the problem is solved. You also have to change it in the selected folder.
  7. I removed all the code from every XML file that contains font="tad" and font="tadu"
  8. No, I didn't figure it out yet. Even replacing the Tato Fonts folder with the default one, doesnt change the font in these tabs. Very very strange.
  9. graphics/fme/boxes/background/paper.xml <!-- image properties --> <properties> <!-- image borders --> <!-- these determine how many pixels any content is inset from each side of the image --> <!-- (for example, in the case of a button, the content would be the text label) --> <record id="image_borders" left="1" right="1" top="1" bottom="1"/> <!-- image slices determine the points at which the image will be sliced to enable scaling --> <!-- the image will only slice in the directions slicing values are provided for--> <record id="image_slices" left="8" right="8" top="8" bottom="8"/> <colour id="red_replacement" name="bg"/> <boolean id="blurred" value="true"/> </properties> Try setting <boolean id="blurred" value="false"/> /edit: Can confirm this works. 🙂
  10. Check the tabbed containers in player details.. what I posted above.
  11. Well, I could remove it from nearly every panel by opening every XML and search for font="tad" and font="tadu" and simply remove that part of code. It works for nearly 99,9% of the panels, except these tabbed containers. Other skins with these kind of tabbed containers don't have this font. Like FMEnhanced for instance:
  12. I did remove the two containers at the right.. maybe that made a difference.
  13. panels/competition/competition overview panel.xml Just copy the <container class="horizontal_adaptive_container" ... > part for a third row. In my code I have 6 items for each. <container class="vertical_adaptive_container" inset="0" offset="0"> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" /> <container class="horizontal_adaptive_container" default_height="-1" minimum_height="126" priority="1" gap="15"> <record id="default_properties" file="competition/competition overview player stats panel" maximum_items="6" default_width="-1" minimum_width="250" /> <!-- CPS_GOALS--> <container class="competition_player_stats_panel" type="2" priority="1" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_AVERAGE_RATING --> <container class="competition_player_stats_panel" type="74" priority="2" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_ASSISTS --> <container class="competition_player_stats_panel" type="5" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_ASSISTS --> <container class="competition_player_stats_panel" type="75" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> </container> <container class="horizontal_adaptive_container" default_height="-1" minimum_height="126" priority="3" > <record id="default_properties" file="competition/competition overview player stats panel" maximum_items="6" default_width="-1" minimum_width="220" /> <!-- CPS_MAN_OF_MATCH --> <container class="competition_player_stats_panel" type="19" priority="1" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_CLEAN_SHEETS --> <container class="competition_player_stats_panel" type="65" priority="2" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_YELLOW_CARDS --> <container class="competition_player_stats_panel" type="93" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> <!-- CPS_SAVE_PERCENTAGE --> <container class="competition_player_stats_panel" type="105" priority="3" navigation_container="true"> <record id="object_property" get_property="objt" set_property="objt" /> </container> </container> </container>
  14. I almost got rid of the tad and tadu font. But I can't find the correct XML for these tabs. I looked everywhere but can't find it. Anyone got an idea?
  15. That doesn't work for every font in the skin unfortunately. Some XML files mentions specific font="tad" and even when the font folder is moved out of the skin folder, it still shows the "wrong" font.
  16. Haha I have the same issue. Copied this panel from my FM 22 skin, and everything works except the Federation badge.
  17. Care to share the left/right foot icon on the tactics screen?
  18. Is it just like in HTML / CSS? So 20,0,40,40 means top: 20, right: 0, bottom: 40, left: 40 ?
  19. Remove this piece of code (for every shirt) from club/club overview kits panel.xml <container class="inner_box_no_margin" id="tLco"> <layout class="horizontal_arrange_vertical_autosize_centre" horizontal_alignment="middle" horizontal_gap="0"/> <layout class="show_medium_vertical" min_value="867" max_value="100000"/> <widget class="label" id="T_tl" alignment="centre" auto_size="all"> <translation id="text" translation_id="256677" type="use" value="Third[COMMENT: team_information_panel; Third Kit Graphic Title]" /> </widget> </container>
  20. It's on 30 by default already. Row Height 30 (default): Row Height 25:
×
×
  • Create New...