Jump to content

snowofman

Moderators
  • Posts

    3,245
  • Joined

  • Last visited

Posts posted by snowofman

  1. 3 minutes ago, italodornelesrs said:

     I’m sorry to ask again, but I really liked the project and I’m looking forward to using it. Did you finish the project or was it abandoned (which is a shame)?

    as it isnt out yet, i think you can safely assume it's abandoned

    i also belive lots of it was or is used in the WTCS update
     

     

  2. 6 minutes ago, alti5880 said:

    Link a customized matchday/scoreboard to its specific competition:

    Hello, I'm new to skinning and I've been searching for an answer to my question without success. I apologize if this has been asked before.
    I'm wondering if it's possible to link a customized matchday/scoreboard to its specific competition instead of having it applied to all competitions (which aren't hard coded in the game).
    Any insights would be greatly appreciated. Thank you!

    I "think" it is

    If you look into the scoreboards in the default files, you find this

    Quote

    <!--Alternate UI mode-->
        <integer id="alSM" value="0" />

    where the Value changes from competition to competition.

    1 = bundesliga

    2 = CL

    6 super cup 

     

    etc.

  3. 7 hours ago, excitedfrogs said:

    I like the design of this skin! However, is there a way to modify the position of the team names/player names on search bar? My laptop screen has a notch that blocks the display of search bar

    just edit the 

    titlebar search panel.xml

    and change the position of the searchbar

     

    if the file isnt part of the skin, you need to extract the file and add it to the generic folder

     

  4. 2 minutes ago, Cizzu said:


    No, Serie C is part of the default game, it's Serie D that is not included. However, Serie D is displayed correctly with all its 9 groups. Serie C, on the other hand, is not.

    But you are right: this issue is also present in the game's skin. It's really strange.
    Thanks!

    oh yes ofc.. it's the other way around! Sorry i just woke up :D

    but indeed thats odd, but glad you tested it in the default skin and sorry there isnt anything we can do from here

  5. 5 hours ago, Cizzu said:

    @TCSSkin  Hi,
    I wanted to point out that in the News and Leagues in Focus panels, it is not possible to add the Italian Serie C. I think it might be a bug with your skin. All other divisions, including Serie D which is not included by default in the game, can be added without any issues, but Serie C does not appear. Perhaps you entered the wrong ID for Serie C? Be careful because Serie C is made up of three groups; perhaps you entered the ID of a single level and not of the three groups.


    fix2.thumb.png.6c3587db94b225d1b15c390c1ca5aac9.png


    fix1.thumb.png.ab22fead18a88ec09546819d8e780049.png


    If you can tell me how I can fix this issue myself, without waiting for the next version of the skin, I'll do it. Thanks again!

    I believe it's a game issue as you say yourself, Serie C isnt part of the default game and we "sadly" don't control what the dropdown shows and we can't edit them

     

    But the best way is for you to test with the default skin, if it shows up in the default skin it might be a skin  issue, but i doubt it.

    So please test again with default skin and another custom skin.

  6. 2 minutes ago, dopie said:

    Thanks , is it just delete the BACK and NEXT section ? to the </wdiget> section ?

    This is the code so hopefully i delete right so i dont get error.  From <!-- Back Button -->   to </widget> on the Back button hopefully is the right way to delete it ? :)

      Reveal hidden contents

    <panel>
        <container class="main_box" appearance="boxes/custom/interface/titlebar/paper" red_replacement="primary" blue_replacement="white" navigation_container="true">
            <layout class="stick_to_sides_attachment" alignment="all" />

            <attachment_group class="horizontal_arrange" horizontal_alignment="right,extend" horizontal_gap="-15"/>
            
            <container>

                <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="-10" />
                <layout class="fit_children_attachment" alignment="vertical" offset="0" gap="0" />
                <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" />

                            <!-- Back Button -->
                <widget class="screen_history_button" id="back" fixed="true" width="40" appearance="buttons/custom/interface/navigation bar/button" icon="icons/26px/left" icon_alignment="centre" gamepad_icon_alignment="top,centre_x">
                    <attachment class="get_global_attachment" get_property="hnpt" set_property="itms" />
                    <record id="click_event" event_id="GOTO" event_target="brow" scin="-3" />
                    <string id="controller_button" value="left_shoulder" />
                    <attachment class="test_global_attachment" get_property="MnuS" mode="not_equal" value="true" set_property="hidn" skip_if_null="true" />
                </widget>

                <!-- Next Button -->
                <widget class="screen_history_button" id="forw" fixed="true" width="40" appearance="buttons/custom/interface/navigation bar/button" icon="icons/26px/right" icon_alignment="centre" gamepad_icon_alignment="top,centre_x">
                    <attachment class="get_global_attachment" get_property="hnit" set_property="itms" />
                    <record id="click_event" event_id="GOTO" event_target="brow" scin="-2" />
                    <string id="controller_button" value="right_shoulder" />
                    <attachment class="test_global_attachment" get_property="MnuS" mode="not_equal" value="true" set_property="hidn" skip_if_null="true" />
                </widget>

                <boolean id="should_force_refresh" value="true" />

                <container height="0">
                    <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="4" />
                    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

                    <!-- main logos container -->
     

     

    thats correct :) 

  7. 14 hours ago, dopie said:

    Hello,

    I want some help deleted < > on my titlebar.

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

    This is what i got 

    image.png.9d0b3d7b61416bb2e0ace42eec90456d.png

    So want to take away the red marked one. 

    Also attach the titlebar file i got.

    So would appriciate pointing me in the right direction what section is for those 2 arrows.

     

    thanks

     

    titlebar.xml 9.22 kB · 0 downloads

    they are called Back and next button, so unless you've deleted the <!-- Back button--> comment, it should be easy to locate at the start of the file

  8. On 26/04/2024 at 11:40, 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

    Sorry for the delayed reply, i've been away for 2 days.. But  @Olas Nick said so well what i would have said myself, so just keep on trucking and you'll find what your looking for sooner or later

  9. 33 minutes ago, rootcoors said:

    Hi

    When hovering over the title on these boxes it always shows "Squad Personality"

    image.png.a52b11cb22affa73dac3785de7327430.png

    Is there a way to get hovering over the title to match what it says when you however a number for instance?

    image.png.ac44031aefbce695d0aa06ea05cb3c11.png

    I've tried to mess around with the code, but keep breaking it - I will continue to try this morning, but through I would ask in the meantime whilst I try and work it out.

    Thanks

    adding 

    <translation id="hint" translation_id="232092" type="use" value="Top Goalscorer"/>

    should do the trick

  10. 5 minutes ago, Agatha said:

    where can i find it??🥲

    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

×
×
  • Create New...