Jump to content

DamienQilBormliz

Members+
  • Posts

    342
  • Joined

  • Last visited

Posts posted by DamienQilBormliz

  1. 10 minutes ago, vamcj said:

    Of course it helps man!
    Paste your code here, try to identify where your error is causing.
    In my case, to stop the house time name from varying between left and right on its own, I changed the following:
    <widget class="team_button" id="hTmb" mode="1" font="title" size="12.5" style="bold" color="title" alignment="right,center_y" click_event="htac" navigation_focus_target ="false" icon_enabled="false" should_force_refresh="true" auto_size="true">

    auto_size is horizontal and I changed it to true.

    And in case red cards appear on the scoreboard, just include the code (but it will depend on the size and position you want). See in my case:
    <container class="main_box_no_margin" id="T1rc" red_replacement="red" blue_replacement="red" appearance="boxes/custom/solid/paper" height="10" width="13" embed_in_frame="true">
    <layout class="stick_to_sides_attachment" alignment="bottom,right" inset="0,0,0,94"/>
    </container>
    Being T1rc for the home team and T2rc for the visiting team.

    =-=-==-=-=-=-=-=-=-=-=-=-==-=-=-=-=-

    Taking advantage and asking for help from everyone:
    How do I move the match comments block further down? Which file?

    Thank you so much buddy! They both worked out well and thanks for the guide, it really helped me understand. 

    Regarding your shout for help, do you mean the commentary bar?

    image.png.e75e2dd91d53559b5e64e0fc9cc7fcda.png

  2. 5 hours ago, TCSSkin said:

    Made a few tweaks, stole more stuff from Rensie and Sas. Tweaked the background and just tweaked the header. Also added a bookmarks popup tweaking Wannachup's BG selector

    As of now, i'm thinking no release as this skin doesn't work great under 1440p and anyone who's released a skin will know exactly how it'll go if i do.

    fm_3NrEjaPv6s.png fm_vycayNJO0h.png fm_Cr1ACiC91Q.jpg fm_gFHlmqv3MP.png fm_Q7V7lZiK37.png fm_2gQqaZ5KI6.png fm_gPQCB6ztr3.png fm_14fwz8wmRT.png

    Looks nice! If I may ask what background picture are you using? My eyes really settled in with it.
    And would you be able to just share the tactic overview panel? I've been trying to put names on the back of the shirt for a while.

    Thank you.

  3. 6 hours ago, alexmorak said:

    Wonderful! In my case I had to change the 3D dressing rooms in intro panel because the FPS were terrible even with a top tier PC, don't know why unfortunately When I reset the settings it's fixed but afterwards the problem comes back. If anyone have the same problem let me know!

    I've been having the same issue myself, huge lag in just the intro panel. 
    UI and 3D engine runs smooth.

  4. 3 hours ago, snowofman said:

    the data you're looking for is at the top of the file

     

    <container id="FixC" class="client_object_viewer_xml_panel" height="120">
    		<attachment_group class="vertical_arrange_autosize"/>
    		
    			<!--attendance-->
    			<container>
    				<attachment_group class="horizontal_arrange_vertical_autosize" horizontal_alignment="middle" />
    					<layout class="horizontal_arrange" horizontal_layout="-1,-1"/>
    
    						<container>
    							<attachment_group class="horizontal_arrange_vertical_autosize" horizontal_alignment="middle" />
    					
    								<widget class="label" auto_size="all">
    									<translation id="text" translation_id="247242" type="use" value="Attendance" />
    								</widget>
    								<widget class="text" auto_size="all">
    									<string id="text" value="-"/>
    								</widget>
    								<widget class="number_label" auto_size="all">
    									<record id="object_property" get_property="FxEA" dont_set_hint="true" />
    								</widget>
    						</container>
    
    						<!--weather-->
    						<widget class="weather_indicator_panel_centred" id="FxWe">
    							<record id="object_property" get_property="FxWe" />
    						</widget>
    			</container>
    
    			<!--referee-->
    			<container>
    				<attachment_group class="horizontal_arrange_vertical_autosize" horizontal_alignment="middle" />
    					
    					<widget class="label" auto_size="all">
    						<translation id="text" translation_id="227993" type="use" value="Referee" />
    					</widget>
    					<widget class="text" auto_size="all">
    						<string id="text" value="-"/>
    					</widget>
    					<widget class="person_button" auto_size="all">
    						<record id="object_property" get_property="FRef" dont_set_hint="true" />
    					</widget>
    			</container>
    			<!--competition-->
    			<container>
    				<attachment_group class="horizontal_arrange_vertical_autosize" horizontal_alignment="middle" />
    					
    					<widget class="label" auto_size="all">
    						<translation id="text" translation_id="227740" type="use" value="Competition" />
    					</widget>
    					<widget class="text" auto_size="all">
    						<string id="text" value="-"/>
    					</widget>
    					<widget class="fixture_name_text" auto_size="all" multiline="true" use_short_name_format="true">
    						<record id="object_property" get_property="FxNm" />
    					</widget>
    			</container>
    			<container>
    				<attachment_group class="horizontal_arrange_vertical_autosize" horizontal_alignment="middle" />
    					<widget class="label" auto_size="all">
    						<translation id="text" translation_id="309191" type="use" value="Stadium" />
    					</widget>
    					<widget class="text" auto_size="all">
    						<string id="text" value="-"/>
    					</widget>
    					<!--stadium name-->
    					<widget class="stadium_button" id="strk" auto_size="all" icon_enabled="false"  alignment="centre,can_scale" colour="white" size="10.5" use_short_name_format="true">
    						<record id="object_property">
    							<integer id="get_property" value="stad"/>
    						</record>
    					</widget>
    			</container>
    	</container>

     

    Thanks mate!

  5. 1 minute ago, GIMN said:

    Notice for FM24

    Firstly, thank you all for the support over the last year.  Mustermann23 had 90,000 downloads which, quite frankly is mind-boggling (of course, it also had 21 updates, so there will be plenty of you who ended up downloading it multiple times - I am not going to pretend that is 90,000 users :D)

    Due to work commitments, the FM24 version will not be released until late Novemeber - I will be targetting circa 20th November.  There will only be a graphical version for FM24, as I am looking to better balancemy time in the upcoming year.  I will create a new thread once there is progress to share.

    Peace and love, y'all.

    Thank you master! ❤️

  6. 10 hours ago, giggsxbr said:

    Hi, I have

    1、replaced your png file in English Premier League Matchday\graphics\tcs\matchday\epl\added.png

    2、removed line 161 in ! English Premier League Matchday\panels\match\match score area panel.xml

    But in the game the added minute number shows in the red circle.

    Can you take a look at it? Thanks!

    1.thumb.jpg.22ea583920083f78b6935abcdfd18ac1.jpg

    Weird cause that's the only two things I've changed to be completely honest..

×
×
  • Create New...