Jump to content

Olas Nick

Members+
  • Posts

    662
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Olas Nick

  1. 25 minutes ago, ThanatosAFC said:

    Using another font, any idea how  i can edit the size of the attributes? They are a little too big for my liking.

    Schermafbeelding 2024-04-28 171911.png

    in general, it depends on whether the author made personal changes to the font size. if changes were made, you need to search and change the size in each specific file. if no changes were made, then you need to change the value globaly in *.fontxml

  2. 13 hours ago, dopie said:

    Trying to find what to take away but dont find any.

    in my opinion, there is no need to search, just take and delete one element at a time and see what has changed. this will allow not only to find what is needed, but also to better begin to understand the structure of the code.

  3. 7 hours ago, smurfygray said:

    hi mate sorry to bother you, this is what the match incidents small looks like, any ideas of which one controls the colour of text ?

    Thank you

    Screenshot 2024-04-26 103625.png

    use an adequate text editor with syntax highlighting. and try to remove font="fonts/title", or set the desired color colour="color"

  4. 13 hours ago, chris72 said:

    Any1 have download link for matchscore board with logos Thanks

     

    i have tried to use 1 of the ones i found here?  it didnt work

    the essence of the problem is not completely clear. almost all custom skins use a scoreboard with logos, you can take any. the main thing is to copy all the necessary files.

  5. 8 hours ago, snowofman said:

    I can't remember the name of the page

    but as it looks like an edited page,  you wil have to look through the skin your using

    try and look for names with staff in it

    furthermore, as it looks like an older FM to me, it's even harder to help you. sorry

    it's not an edited version, it's either a touch or a console version

  6. 6 hours ago, JustHowie said:

    It's quite easy to add this still I know @GIMN removed it as a part of his skin due to being attributless.  I still need to faf around with mine to make it not completely cover the team 

    this is the problem of over-customization.)) I left a "pro/cons" container below the pitch with tactics and displayed the comparison panel on this place

  7. 31 minutes ago, MattyEssTTV said:

    No offense, but this response is just as useless.  

    in fact I didn't even see the question.  if a person wants to get help, he needs to specifically formulate the question and not make others guess about his wishes.

    :kriss:

  8. 3 hours ago, bekim said:

    can i make an custom scoreboard for fm24 any help?

    yes but...

    no offense, but such a question does not inspire a desire to help. 

    what kind of look do you want? 

    what have you done already?

    what doesn't work for you the way you want? 

    are you capable of something yourself or will you demand that it be done to you?

  9. On 30/01/2024 at 05:42, BouFitty said:

    IDK what to use this for but it's possible to get a modal popup for clubs at least:

     

    Here it's just stretched over that container with the badge and everything. It only works for clubs since it ends up using the budget adjustment popup from  finances. I'm not sure if there's anything else for people or anything, or if it's possible to set the object for the widget some other way (I tried object_property in widget_properties and stuff but it didn't work.)

    <!-- finances summary for budget adjustment popup -->
    <container class="finances_summary_panel" file="none">
      <record id="object_property" get_property="objt" set_property="objt" />
      <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
    
      <!-- id necessary, budget adjustment popup -->
      <widget class="widget_popup_button" id="bact" appearance="none" popup_alignment="right,top">
        <string id="widget_type" value="client_object_viewer_xml_panel" />
        <record id="widget_properties" width="1500" height="950">
          <string id="file" value="club/bf/background popup" />
          <!-- <list id="animations">
             <record class="slide_in_bottom_animation"/>
            </list>
            <real id="delay_modal_close" value="0.3"/> -->
        </record>
        <record id="modal_popup_properties">
          <!-- <string id="file" value="modal popup panel auto sized" /> -->
          <!-- <string id="modal_sheet_file" value="modal sheet" /> -->
          <!-- <string id="modal_sheet_file" value="modal sheet no animation" /> -->
          <!-- <flags id="stick_to_parent" value="all" /> -->
          <!-- <flags id="stick_to_parent" value="middle" /> -->
          <!-- <boolean id="darkened" value="true"/> -->
          <!-- <boolean id="propagate_mouse_events" value="false"/> -->
          <boolean id="attempt_to_reposition" value="false" />
          <!-- <string id="file" value="club/bf/background popup" /> -->
        </record>
        <!-- This must be set after modal properties -->
        <!-- <boolean id="allow_hover_to_open" value="true"/> -->
      </widget>
    </container>

    and club/bf/background popup.xml is this just to test that it's the club object:

    <panel>
    	<colour id="background_colour" red="0" green="100" blue="0" alpha="150" />
    	<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />
    
    	<widget class="picture" scale_picture="false" keep_aspect_ratio="true" image_alignment="centre_x,top">
    		<record id="object_property" get_property="bgnd" set_property="file" />
    	</widget>
    	<widget class="club_overview_staff_panel" file="club/bf/staff panel">
    		<record id="object_property" get_property="objt" set_property="objt" />
    	</widget>
    </panel>

    If you fiddle with it and it ends up covering the whole screen escape key closes it. IDK how to make a close button.

     

    I thought for a long time what can be done with this idea... and voila

     

  10. 5 hours ago, sweetcarroll92 said:

    Hi there! Can anyone tell me what determines the text colour of an attribute when in a box?

    For example, the high stats have black text (which is fine), but I cannot seem to replicate that for any other text colour. Can anyone give me an idea of where I might be able to change this, at all? Thank you!

    statstext.png

    player attributes panel.xml 3.87 kB · 0 downloads

    this is impossible, because actually the black text for attributes greater than 15 is a bug.

  11. 2 minutes ago, StatboySpurs said:

    Mustermann is great, but I also just started to enjoy Just Skin now that it has an attribute less version.

    I think he actually didn't ask a question, but just wanted to brag that he plays attributeless. because the question is meaningless. download all attributeless skins and see which one you like the most. :D

  12. 8 minutes ago, dopie said:

    Hey,

    Is it a specific xml file or so file i can change to size of the attributes numbers on players ?

    My numbers is too big and wanted to make em samller?

     

    using the kojuro skin.

    person properties or separately in each of dozens of files where these attributes are displayed. I'm not familiar with this skin, I don't remember how it was implemented there.

×
×
  • Create New...