Jump to content

drew_3

Members+
  • Posts

    37
  • Joined

  • Last visited

Everything posted by drew_3

  1. You need to go into setting and uncheck the “Automatically override custom panel” box
  2. How would I change the size of the player profile picture in the default skin? Also how would I add stadium pictures to the club info screen again in the default skin? Thanks in advance
  3. It’s a collection of panels (mainly from Sas) added to the default skin and then a background pack added. The stadium only comes up like that when viewing the game after it’s played. It’s not there during the match as far as I know but I play on 3d highlights so that might be why.
  4. Anyone know how I add the pie chart at the bottom in the red box to the selectable panels in the training overview page?
  5. Anyone know where I need to look/edit to change the font highlighted here?
  6. Much appreciated. Sorry for asking in the wrong place to start with.
  7. Anyone know how Sas got the unique ID grabber in to his skin?
  8. If you just type orange it changes it to the default one
  9. @Wozzie What controls the font of the text headings in the match tablet?
  10. Ooo, I would definitely be interested in that if you’d be willing to share that little addition to be added into our own skins?
  11. Awesome, did you add this or did it come from another skin? I’m very new to this and being able to lift it from another skin for personal use is a lot easier.
  12. On the tactics screen the three tabs underneath the pitch what are they and how did you get them there?
  13. Of course! It’s a difficult one to explain but it was essentially comparing a lot of XML files to understand what controlled what and realising I needed to copy the red replacement etc from the continue XML into the match header panel in order to make it work. It also involved deleting the chrome folder. I believe the game then runs off of the default? Effectively I thought I was altering it to look like continue button but I wasn’t quite doing enough. Hence it was close but not quite right.
  14. This took me nearly 24 hrs to figure this out but sooooooo satisfying now I know what what's wrong with it and have fixed it!!
  15. I’ve tried that and it ended up looking like that. For he life of me I couldn’t get them to look the same so have now turned it orange instead 😂
  16. Anyone know how to get the instant result button to be the exact same shade as the continue/submit team button?
  17. <panel use_hit_mask="true" navigation_focus_target="true"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <flags id="appearance" value="boxes/custom/tactics kit/paper"/> <boolean id="should_force_refresh" value="true"/> <container class="plain_box" id="bssl" appearance="boxes/custom/tactics kit/selected/paper" hidden="true"></container> <container> <layout class="stick_to_sides_attachment" alignment="top,right" inset="0" apply_to_children="true"/> <!--injury/red/yellow card --> <container class="inner_box_no_margin" id="inji" height="16" width="16"> </container> </container> <container class="main_box" id="nmcN" appearance="boxes/custom/tactics kit/paper"> <layout class="arrange_vertical_attachment" alignment="bottom" offset="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0,0,0,0" apply_to_children="true"/> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <container class="main_contrast_box_no_margin" id="bcIM" red_replacement="teal 900" height="50" > <layout class="arrange_vertical_attachment" alignment="fill" offset="0" gap="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <container> <container id="OUTE" > <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <!-- Extra container level to make the animations work --> <container height="25"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <!--role/duty--> <widget class="role_duty_popup_button_mini" id="rodu" size="xsmall" auto_size="none" secondary_icon="icons/custom/misc/small down" alignment="centre" disabled_colour="faded white"> <animation class="scale_animation" animation_id="extd" duration="0.15" trigger_id="hidden" trigger_value="false" start_value="1.0,0.0" end_value="1.0,1.0" centre_point="0.0, 0.0" delay_widget_hide="false" /> </widget> <!--info (morale, rating, condition)--> <container id="info" hidden="true"> <layout class="arrange_horizontal_attachment" layout="12,-1,20" offset="4" gap="2"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="1" apply_to_children="true"/> <animation class="scale_animation" animation_id="extd" duration="0.15" trigger_id="hidden" trigger_value="false" start_value="1.0,0.0" end_value="1.0,1.0" centre_point="0.0, 1.0" delay_widget_hide="false" /> <!--morale--> <widget class="morale_label" id="Mora" width="12" height="12" colour="faded white" smpc="true" ShTx="false" scale_picture="true" /> <!--rating and position share a slot - show one or the other--> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="dashed_number_label" id="avra" alignment="centre" size="small" colour="white" wants_mouse_events="false"/> <widget class="position_label" id="Ppos" alignment="centre" colour="faded white" size="6.4" wants_mouse_events="false"/> </container> <!--condition--> <widget class="player_condition_icon_widget" id="cond" > <flags id="appearance" value="" /> <boolean id="label_disabled" value="true" /> </widget> </container> <!--familiarity container--> <container id="fmiL"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="player_tactical_familiarity_bar" id="fmBR" auto_hidden="false"> <animation class="scale_animation" animation_id="extd" duration="0.15" trigger_id="hidden" trigger_value="false" start_value="1.0,0.0" end_value="1.0,1.0" centre_point="0.0, 0.0" delay_widget_hide="false" /> </widget> </container> <!--playing time container--> <container id="play"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="reserves_recommended_playing_time_popup" id="ptBR" select_event="eRSP" appearance="buttons/custom/tactics/role picker mini/button" red_replacement="black" alignment="centre"> <animation class="scale_animation" animation_id="extd" duration="0.15" trigger_id="hidden" trigger_value="false" start_value="1.0,0.0" end_value="1.0,1.0" centre_point="0.0, 0.0" /> </widget> </container> </container> </container> </container> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/> <!--name--> <widget class="player_picker_button" entity_layout_id="it02" id="plPB" file="widgets/player selection button tactics" editor_group_id="it10" navigation_focus_target="true"> <string id="draggable" value="false"/> </widget> </container> </container> </container> </container> <container> <layout class="arrange_vertical_attachment" layout="-1, 42" offset="0" gap="2"/> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="1" apply_to_children="true"/> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <widget class="tactics_kit_picture" id="kitp" keep_aspect_ratio="true" alignment="centre" scale_picture="true" number_inset_right="0" number_inset_top="0" number_height="45"> </widget> <container class="spacer" id="kitS"/> </container> <container id="gpIN"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" /> <widget class="picture" file="icons/custom/player instruction/player pitch" id="PInI" image_alignment="bottom,left" scale_picture="false"> <layout class="stick_to_sides_attachment" alignment="all" inset="0,0,45,0" /> </widget> </container> <container> <layout class="stick_to_sides_attachment" alignment="all" inset="24" apply_to_children="true"/> <!-- PLAYER PICTURE --> <widget class="object_portrait_picture" id="pict" scale_picture="true" wants_mouse_events="false" > <layout class="stick_to_sides_attachment" alignment="right" inset="-10" /> <layout class="stick_to_sides_attachment" alignment="bottom" inset="49" /> <record id="object_property"> <integer id="get_property" value="objt"/> <integer id="set_property" value="objt"/> </record> </widget> </container> </panel> My ability with this is very limited but would it not be here where it says right?
  18. How did you get the transparency with stadium background and the solid sidebar with the pattern like that? I'm trying to create this...
  19. If I change the value to 1.0 it goes grey and if delete the line entirely the game won't load. I know it's a lack of understanding on my part but perhaps I haven't explained it will either. I'm effectively trying to achieve this....
  20. How do I return the sidebar to it's normal colour etc on a player profile? I can get it back to normal everywhere else in game just not the player profile
  21. So changing the ball colour in the skin by selecting white changes the values to 245, 245, 245, 255 instead of 255x4 this seems to fix the issue. Changing it back breaks it again.
  22. I've had the same issue. It was fine at the start of the early access though.
  23. No it doesn't it happens in any game I play in any league. No idea how to fix it and it wasn't there at the start of early access. Looks like they are playing with a cannonball!
  24. Yep! That works also messing about with the native screen resolution does too and I can keep the icon descriptions that way as well. Believe it or not I thought I had tried almost everything before this. Thank you for your help.
  25. Can someone help please. I am playing on a 16" laptop with a 4k 16:10 aspect ratio and I can't seem to make the player profile screen look the same as others. I have set it to 85% zoom and still no luck. It's the customisable R panel that seems to be missing. First screenshot is mine and second is what I want it to look like.
×
×
  • Create New...