Jump to content

snowofman

Moderators
  • Posts

    3,274
  • Joined

  • Last visited

Everything posted by snowofman

  1. if the client object browser is all you've edited. then try and untick used caching for faster loading in the preferences clear the cache, lower left corner "reset" then reload the skin and restart the game and see if things have changed
  2. you're welcome if you don't have line numbers in your editor, get notepad++ it's free
  3. works fine when i remove it.. this is the part you need to remove.. as said line 64 to 72 <!-- BOTTOM --> <container class="tcs_box" default_height="-1" minimum_height="40" priority="2"> <layout class="stick_to_sides_attachment" apply_to_children="true"/> <container class="client_object_viewer_selector_panel" id="seoB" file="player/player overview bottom selector panel" minimum_width="310" default_width="-1" priority="3" save_session_state="true" dont_set_embedded_title="true"> </container> </container>
  4. line 64 to 72 in the player overview panel should remove the marked panel
  5. The way the page has been build, you should be able to remove the marked panel, but you can only make the season stats panel bigger by either remaking the whole page to give the season stats a new room to fill (except the top) or by removing the squad comparison and make the role and duty shorter as the 3 bottom panels would have to be higher so the season stats have more room the last would probably make the bottom part lok funny as panels have been made to fit this way line 64 to 72 in the player overview panel should remove the marked panel
  6. Scoreboards isnt my strong side. it could be a missing colour in the settings "ucl gradient" - but i'm not sure you might have to wait and hope someone else can help, sorry
  7. The fastest way as said, is to take a look at a skin where it is as you like it and see how they have done it and then do the same in your skin. the code i posted is the one you want to replace your old code with.
  8. if you don't have the pictures, you can either use the default once, that is located here -> icons/custom/footed (left and right) you just link to them or you can extract them from the default game files and add them to your skin, they are located here sitoolkit\skins\fm-widgets\graphics\icons\custom\footed
  9. i added the code the file="" is where you've placed the boot picture - mine is "icons/custom/footed/right" <widget class="value_based_picture" file="icons/custom/footed/right" image_alignment="right,bottom" height="35" width="35">
  10. yes it's possible, you can change the way the footness is shown by using "value_based_picture" <!-- Foot Labels --> <container class="main_subtle_box" appearance="FME/alternate/paper"> <attachment class="vertical_arrange_autosize" vertical_gap="0"/> <!-- Left Foot --> <container height="36"> <attachment class="horizontal_arrange" horizontal_layout="-1,36" horizontal_gap="0"/> <!-- Label & Value --> <container> <attachment class="vertical_arrange" vertical_layout="-1,-1" vertical_gap="0"/> <!-- Label --> <widget class="label" font="title" colour="accent" alignment="left,bottom"> <translation id="text" translation_id="230000" type="use" value="Left Foot"/> </widget> <!-- Value --> <widget class="footedness_label" format="[%string#1]" alignment="left,top"> <record id="object_property" get_property="PlfG"/> </widget> </container> <!-- Icon --> <widget class="value_based_picture" file="icons/custom/footed/left" image_alignment="right,bottom" height="35" width="35"> <list id="value_list"> <record min_value="1" max_value="4" red_replacement="bg range1"/> <record min_value="5" max_value="8" red_replacement="bg range4"/> <record min_value="9" max_value="11" red_replacement="bg range8"/> <record min_value="12" max_value="14" red_replacement="bg range12"/> <record min_value="15" max_value="17" red_replacement="bg range16"/> <record min_value="18" max_value="20" red_replacement="bg range20"/> </list> <record id="object_property" get_property="PlfG"/> </widget> </container> <!-- Right Foot --> <container height="36"> <attachment class="horizontal_arrange" horizontal_layout="-1,36" horizontal_gap="0"/> <!-- Label & Value --> <container> <attachment class="vertical_arrange" vertical_layout="-1,-1" vertical_gap="0"/> <!-- Label --> <widget class="label" font="title" colour="accent" alignment="left,bottom"> <translation id="text" translation_id="230001" type="use" value="Right Foot" /> </widget> <!-- Value --> <widget class="footedness_label" format="[%string#1]" alignment="left,top"> <record id="object_property" get_property="PrfG"/> </widget> </container> <!-- Icon --> <widget class="value_based_picture" file="icons/custom/footed/right" image_alignment="right,bottom" height="35" width="35"> <list id="value_list"> <record min_value="1" max_value="4" red_replacement="bg range1"/> <record min_value="5" max_value="8" red_replacement="bg range4"/> <record min_value="9" max_value="11" red_replacement="bg range8"/> <record min_value="12" max_value="14" red_replacement="bg range12"/> <record min_value="15" max_value="17" red_replacement="bg range16"/> <record min_value="18" max_value="20" red_replacement="bg range20"/> </list> <record id="object_property" get_property="PrfG"/> </widget> </container> </container> But the easy way is to either ask the creator of the skin you've looked at and ask if you can just use that code but faster and easier by looking at a skin that already has it like you want it and then either copy the code or use it as inspiration. edit. changed to code to the correct one.
  11. from what i know, it does not have values, but circles instead i can't remember if there is a MOD to make it values,
  12. Grab the right side and move it to the left
  13. have you looked in the sidebar menu table.xml ? you might be able to locate the graphics path there
  14. Please ask your Random and small questions here Thank you Tha
  15. If you had bothered to read abit down on the page i linked, you would have learned about px sizes <string id="file_name" value="proximanova-regular.ttf"/> <real id="font_size_xxsmall" value="6.7" /> <!-- 9px --> <real id="font_size_xsmall" value="8.1" /> <!-- 11px --> <real id="font_size_small" value="8.8" /> <!-- 12px --> <real id="font_size_normal" value="9.7" /> <!-- 13px --> <real id="font_size_large" value="11.2" /> <!-- 15px --> <real id="font_size_xlarge" value="13.7" /> <!-- 18px --> <real id="font_size_xxlarge" value="16.6" /> <!-- 22px --> So you would know in the future how to change sizes on fonts. this way you "could" have fixed it without having to resize other stuff.. just saying
  16. Please DM the user or ask in the Random and small questions thread. This is the Show your skin thread Thank you
  17. Please use this thread for your Random and small questions. Thanks
×
×
  • Create New...