Jump to content

TCSSkin

Moderators
  • Posts

    2,440
  • Joined

  • Last visited

  • Days Won

    1

TCSSkin last won the day on December 7 2016

TCSSkin had the most liked content!

Reputation

1,825 "Say hello to my little friend!"

Retained

  • Member Title
    Skinning Hideout Moderator

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Not really needed for FM24, download TCS or the Rensie skin and they'll show the IDs. Can't exactly remember how Rensie implemented it, but just click on the face with TCS
  2. Presuming you're on a low resolution, you'll need to use the low res staff mod
  3. the app was made in like 2008, it quite literally predates the fmf file format. As well as this, an fmf file is football manager's proprietary file format, which would require someone to figure out how to decode the file, then build the tool on top of that. To me, that's a lot of work for a few QoL changes, but what do i know, i just edit the config files myself cause it takes about 5 seconds, anything more i just throw into chatgpt. As snow mentioned this is the wrong forum for it. I wouldn't even know where to start looking as the program is near enough 15 years old.
  4. unfortunately nothing we can do about the names over the edge of the shirt You can try the larger back of kit, but the actual file is incredibly limited
  5. as howie mentioned, it's in as a mod, but i think it ruins the game so it won't be in as any more
  6. nah it isn't. me and fme must've spent a month looking when they first introduced it. the alternate ui's just control the colour of the clock text
  7. double click the thin white line on the right hand side
  8. Definitely one of the best "frankenskin's" i've seen! Great stuff
  9. If you want to change the whole match screen you'll have to go through the files panels.fmf/match/comps, and find all the files and replace them in that folder with the default ones from the base skin Just the scoreboards, paste match score area panel in all the folders
  10. If you want to change the whole match screen you'll have to go through the files panels.fmf/match/comps, and find all the files and replace them in that folder with the default ones from the base skin Just the scoreboards, paste match score area panel in all the folders
  11. unfortunately after sunday i'm refusing to help anything related to united joking 😂, can't say i've seen it, i think it might be a bug with the game if it works fine for u23s and senior squad
  12. I've done it using something like this <widget class="picture" file="PICTURE PATH" scale_picture="true" keep_aspect_ratio="true" > <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <animation class="scale_animation" trigger_id="hidden" trigger_value="false" end_mode="hold_end" > <list id="storyboard"> <record id="stop" interval="0" value="0"/> <record id="stop" interval="0.4" value="1"/> </list> </animation> </widget> Put it underneath the container holding the menu
  13. Easiest way would be to have the table be seperate, <container> <attachment_group class="vertical_arrange" vertical_alignment="top,extend"/> <widget class="text" auto_size="vertical"> <record id="object_property" get_property="Pfln"/> </widget> table widget </container> This is how i've done it previously <record id="table_properties"> <flags id="mode" value="fill_rows, stripe_rows, printable" auto_size_rows="true" fixed_size_rows="false" layout="-5,-5" row_spacing="0"/> <list id="column_widget_properties"> <record indx="0" alignment="left,centre_y" auto_size="vertical" style="bold" /> <record indx="1" alignment="left,centre_y" /> </list>
  14. Problem with this scoreboard irl compared to FM is they adjust based on the team's secondary colour IRL. Compare arsenal vs tottenham. So its a case of keeping realism or user experience, which is why i haven't shared my work Which means in game you either need to have it fade like arsenal, or stay solid like Tottenham
×
×
  • Create New...