Jump to content

elGordo

Members+
  • Posts

    74
  • Joined

  • Last visited

Posts posted by elGordo

  1. 14 minutes ago, bluestillidie00 said:

    Look at this line (#27 if you're using Notepad++). This is what controls the actual graphic.

    
    <container class="bordered_box" appearance="tcs/boxes/bordered/paper">

    Go to the location inside the appearance attribute, there will be three files. paper.png, paper@2x.png, paper.xmlpaper.png is the regular graphic, @2x is what is used when zoomed in, and paper.xml controls the actual graphic. Open that and look for the following line

    
    <colour id="red_replacement" name="tcs_box"/>

    This is the colour you will need, go into tcs settings.xml in the TCS skin, look for "tcs_box". You'll need to copy that whole line over.

    F*** yeah! I cannot possibly thank you enough. I can finally play the game now 😂

  2. 31 minutes ago, wkdsoul said:

    Its looking for a colour or box you dont have, open the player overview and look for file="       that shoudl point to a file/graphic you need to make or find. 

    All "file=" point to files I have in the panels/player folder.

    29 minutes ago, bluestillidie00 said:

    presuming you mean the red, you're missing a colour in your settings.xml. Go into player overview panel.xml, find the graphic, see if there's a red_replacemetn="xx" there, if there's not check the .xml file with the graphic

    No 'red_replacement="xx"' in player overview. I didn't quite understand the second part.

    I copied the whole graphics folder from your skin into the base dark skin. I also copied all files from panels/player and panels/player/tcs.

    Do you know if I need any files outside of those?

  3. 53 minutes ago, kireby said:

    can you help me, how did you make picture bigger?

    non player profile.xml

    In this file i copied from: player personal details panel.xml  (That file was already made by the skin maker.)

    non player profile.xml looked like this:

    <!-- Profile picture -->
                <container>
                    <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                    <!-- Club Logo -->
                    <widget class="picture" id="rgtF" transparency="0.1" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre" />

                    <!-- Player Picture -->
                    <widget class="picture" id="ppic" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre" />
                </container>

    Now it looks like this:

    <!-- Profile picture -->
                <container>
                    <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

                    <!-- Club Logo -->
                    <widget class="picture" id="rgtF" transparency="0.1" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre" />

                    <!-- Player Picture -->
                    <widget class="picture" id="prop" scale_picture="true" keep_aspect_ratio="true" image_alignment="left,bottom">
                        <layout class="stick_to_sides_attachment" alignment="left" inset="50" /> 
                        <record id="object_property">
                            <list id="get_properties">
                                <record get_property="fcgn" />
                                <record get_property="Pfke" />
                                <record get_property="prpc" set_property="valu" />
                            </list>
                        </record>
                    </widget> 
                </container>

  4. As you can see from the image, I'm trying to make the profile picture of staff bigger. But only the bow get's bigger not the picture. I also want to do the same with human manager profile.

    Third thing i want to do is make the sidebar menu(Home, Inbox etc.) go all the way up and connect to the back and forward arrows. Then i want to move the header menu(Home, My Profile etc.) to the right of the sidebar.

    If anyone could help me with this i'll be very grateful.

    non_player image size.png

  5. First off, I love this feature! But just like in FM19 if you want to filter out real players or filter out newgens the naming is backwards. As you can see in the image, if i put the filter is "Is newgen Is Not" only newgens come up and vice versa.

    Also I would love if you guys could make it possible to filter out newgen staff.

    isNewgen.png

  6. Great skin.

    But I wonder if you could help me customize it abit.

    I'm looking to delete the two panels inside box 2.

    Then letting the panels between box 1 & 2 be a little bit taller.

    Finally i want the Panel inside box 1 to also be a little taller.

    Is this something you could help me with?

    savicBoxes.png

×
×
  • Create New...