Jump to content

yuanding

Members+
  • Posts

    70
  • Joined

  • Last visited

Everything posted by yuanding

  1. I found that the mask of the position selected is different with FM22 and is no longer good looking. I want to mod it. Which file should I work on?
  2. Finally, all things worked! Thank you so much!
  3. Genius! It works! For my panel framework, I want layout these items just one line, so, I disabled the variable wrap to false. Reload the skin, It looks like below There are two issues, first, there has no scroll bar(there are many legends more than appeared), and the second, when I left the panel to others and come back again, those items are disappeared! I guess I must have some grammar errors.
  4. Yes, I'd made my club info by those code and the legends list like this: But this time I want lay out the list horizontally but vertically, and the picture should above the name but left side.
  5. Yes, the code of the legend_list_table are below: <widget class="person_list_text" spec="text" id="TLeV" reason="false" alignment="left,bottom" auto_size="vertical" size="11" navigation_container="true"> <record id="object_property"> <integer id="get_property" value="TLeg" /> </record> <record id="viewed_property_ids"> </record> </widget> My question is : how can I set the widget class to be a list of portrait+name instead of text only, and how to make portrait and name are vertical alignment?
  6. This is my legend players list of my country. And I want to add a portrait picture for each legend player like below, So, what should I do it? Anybody can share your experiences? Million thanks!
  7. This is my legend players list of my country. I want to add a portrait picture for each legend player like below, How can I do it? Anybody can share your experiences? Million thanks!
  8. I found it! It's by the file /team/honours info panel.xml!
  9. Unfortunately I just have 150 height space. So, I want reduce the font size of the number and move the texts of comps to bottom, so the picture has more space to grow larger. But how can I do that?
  10. Wants to change the size of those trophies and texts. Track the file: Get to this file: It looks nothing could be modified to control the size of trophy pictures and texts!
  11. OK, I found it. It's team container information overview panel.xml.
  12. Anybody has no idea? I 'd searched almost each corner of the base skin but had no found! :-(
  13. Maybe a junior question, which file is the panel below? Nation---General.
  14. Sure. Just my experience told that I do not concern the several points percent of the sharpness, an imprecise icon is enough to me, but the icon of default skin also shows the match sharpness is going up or lose down, I think it's more important.
  15. Most skins modified codes to make Condition and Sharpness both to be shown as a donut and percentage, but I think the better way is keep SHP original and only change CON. There is my solution. 1, Mod the record "PcOI" in the file "person properties.xml" like this: person properties.xml 2, Go to the team folder, open the file "team squad.xml" and mod the record "PcOI" like this: team squad.xml 3, Copy the file "pie condition label.xml" into the folder "\panels\widgets". pie condition label.xml After the three steps, you will find the icon of Overall Physical Condition (CON) be changed to donut and percentage in every scenarioes
  16. Yes, I'd tried that and the result was the same. I think the cause maybe is get_property about.
  17. I modified the player attribute analyser outfield.xml want to show the hidden attributes analyser like the attributes. But it dosen't work. It looks like that the widget did not get the value of those attributes. Where did I wrong?
  18. I modified the player attribute analyser outfield.xml want to show the hidden attributes analyser like the attributes. But it dosen't work. It looks that the widget did not get the value of those attributes. Where I did wrong?
  19. Keep the person properties, add the mode value if the panel use the PcOI, like this: <record id="PcOI" mode="0" />
  20. OK, I think I touched the root cause. It's by the person properties, in below codes in shadow. when the mode=0 or 1, it works on team squad but match: when the mode=2, it works on match but team squad: So, who guys can tell me what the mode means and how to set mode to match both of the two scenarios? Million thanks for that!
  21. There was a strange issue. I'd got into the person properties.xml to edit the "PcOI" widget from heart icon to donut and percentage the code like this: And it works for the match team squad when match day: But in the squad overview panel, it doesn't work! But the codes in these two files (match team squad.xml and team squad.xml) are same! It's no make sense!
  22. There is a strange button on the FM base skin, like below. And it's no reaction when clicked the button. I want delete it, where should I do that?
×
×
  • Create New...