Jump to content

[FM24][HELP]Random and Small Skinning Questions


TCSSkin
 Share

Recommended Posts

  • Replies 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

3 hours ago, Fwiedwice said:

You you point to me where this panel is called? It's there when you instant result. Trying to see if I can make it bigger.

Thanks

123.png

You can't from that panel you can From The panels/dialogs/ modal xmls 

 

 

Screenshot_20240205-203647.png

Link to post
Share on other sites

spacer.png

Guys, good night!
How do I rotate the home team logo by 15 degrees?
What is the command?
See my current code:


<container class="main_box_no_margin" id="T1Co" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" red_replacement="">
	<record id="object_property">
		<integer id="get_property" value="BGHT" />
		<integer id="set_property" value="red_replacement" />
	</record>	
	<attachment_group class="horizontal_arrange" horizontal_alignment="right" horizontal_gap="10" />

	<widget class="team_button" id="hTmb"  mode="1" font="title" size="11.5" style="bold" colour="" alignment="right,centre_y" click_event="htac" navigation_focus_target="false" icon_enabled="false" auto_size="horizontal">
		<record id="object_property">
			<list id="get_properties">
				<record id="object_property">
					<integer id="get_property" value="txHT" />
					<integer id="set_property" value="colour" />
				</record>
				<record id="object_property">
					<integer id="get_property" value="home" />
					<integer id="set_property" value="value" />
				</record>
			</list>
		</record>
	</widget>
				
	<widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="50" width="50" image_alignment="left, centre_y">
      <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
      	<record id="object_property">
           <integer id="get_property" value="htpc" />
           <integer id="set_property" value="file" />
        </record>
    </widget>

</container>

 

Edited by vamcj
Link to post
Share on other sites

47 minutes ago, vamcj said:

spacer.png

Guys, good night!
How do I rotate the home team logo by 15 degrees?
What is the command?
See my current code:


<container class="main_box_no_margin" id="T1Co" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" red_replacement="">
	<record id="object_property">
		<integer id="get_property" value="BGHT" />
		<integer id="set_property" value="red_replacement" />
	</record>	
	<attachment_group class="horizontal_arrange" horizontal_alignment="right" horizontal_gap="10" />

	<widget class="team_button" id="hTmb"  mode="1" font="title" size="11.5" style="bold" colour="" alignment="right,centre_y" click_event="htac" navigation_focus_target="false" icon_enabled="false" auto_size="horizontal">
		<record id="object_property">
			<list id="get_properties">
				<record id="object_property">
					<integer id="get_property" value="txHT" />
					<integer id="set_property" value="colour" />
				</record>
				<record id="object_property">
					<integer id="get_property" value="home" />
					<integer id="set_property" value="value" />
				</record>
			</list>
		</record>
	</widget>
				
	<widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="50" width="50" image_alignment="left, centre_y">
      <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
      	<record id="object_property">
           <integer id="get_property" value="htpc" />
           <integer id="set_property" value="file" />
        </record>
    </widget>

</container>

 

This is the code from one of the dynamic images, have a play around with it

<container class="transformation_container" id="logt">
                <layout class="stick_to_sides_attachment" alignment="all" inset="20" apply_to_children="true"/>

                <list id="transformations">
                    <!-- Rotate 12 degrees -->
                    <record type="rotation" value="12"/>
                </list>
                <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true" keep_aspect_ratio="true" wants_mouse_events="false">
                    <!-- PROP_CLUB -->
                    <record id="object_property" get_property="Cclu" set_property="objt"/>
                </widget>
            </container>
Link to post
Share on other sites

22 minutos atrás, TCSSkin disse:

This is the code from one of the dynamic images, have a play around with it

<container class="transformation_container" id="logt">
                <layout class="stick_to_sides_attachment" alignment="all" inset="20" apply_to_children="true"/>

                <list id="transformations">
                    <!-- Rotate 12 degrees -->
                    <record type="rotation" value="12"/>
                </list>
                <widget class="object_portrait_picture" image_alignment="centre" scale_picture="true" keep_aspect_ratio="true" wants_mouse_events="false">
                    <!-- PROP_CLUB -->
                    <record id="object_property" get_property="Cclu" set_property="objt"/>
                </widget>
            </container>

I wasn't able to.
It didn't work here!

Link to post
Share on other sites

19 minutes ago, vamcj said:

I wasn't able to.
It didn't work here!

Did you change the logo code at the bottom for the one in your titlebar,

I'd recommend making sure it works on your club overview or something easy to access like that, if it does then try it in matches

Link to post
Share on other sites

1 hora atrás, TCSSkin disse:

Did you change the logo code at the bottom for the one in your titlebar,

I'd recommend making sure it works on your club overview or something easy to access like that, if it does then try it in matches

Yes, I made some attempts.
But they just don't rotate.
Skin Chetaah has something like this, but it goes back and forth in different files.
I was a little confused, but look what an incredible result
spacer.png

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

spacer.png

Ok, I managed to rotate the shields, using the Chetaah Skin edition as a base, but I'm racking my brain and simply can't put the shields in their proper places.
To the point of giving up!
Someone help me?

<!--Home Team-->
			<container class="main_box_no_margin" red_replacement="white" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" id="T1Co">
				<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>

				<container>
    				<layout class="arrange_horizontal_attachment" layout="50,-1" gap="0" offset="0"/>
    				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
    				<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
    				<!--logo-->
					<container class="transformation_container"  >
	    				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="10"/>
						<layout class="stick_to_sides_attachment" alignment="all" inset="0,0,0,0" priority="10"/>
						<list id="transformations">
		         			<record type="rotation" value="-15"/>
		      			</list>
	  
						<!--home team main logo-->
	    				<widget class="object_portrait_picture" id="picH" height="50" width="50" should_force_refresh="true" scale_picture="true" keep_aspect_ratio="true" image_alignment="left" transparency="0.6">
	        				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="3"/>
		   					<layout class="stick_to_sides_attachment" alignment="all" inset="-15,0,0,0" priority="3"/>
							<record id="object_property">
								<integer id="get_property" value="home" />
							</record>
	    				</widget>	
    				</container>
   
    				<!-- team name -->
   					<widget class="text_button" id="T1nm" font="title" style="bold" size="10.5" alignment="centre" click_event="htac" navigation_focus_target="false" colour="title" multiline="true"/>

  				</container>

			</container>

 

Edited by vamcj
Link to post
Share on other sites

5 hours ago, vamcj said:

Yes, I made some attempts.
But they just don't rotate.
Skin Chetaah has something like this, but it goes back and forth in different files.
I was a little confused, but look what an incredible result
spacer.png

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

spacer.png

Ok, I managed to rotate the shields, using the Chetaah Skin edition as a base, but I'm racking my brain and simply can't put the shields in their proper places.
To the point of giving up!
Someone help me?

<!--Home Team-->
			<container class="main_box_no_margin" red_replacement="white" appearance="boxes/custom/match/tv captions/si tv/score/home team/paper" id="T1Co">
				<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0"/>

				<container>
    				<layout class="arrange_horizontal_attachment" layout="50,-1" gap="0" offset="0"/>
    				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
    				<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
    				<!--logo-->
					<container class="transformation_container"  >
	    				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="10"/>
						<layout class="stick_to_sides_attachment" alignment="all" inset="0,0,0,0" priority="10"/>
						<list id="transformations">
		         			<record type="rotation" value="-15"/>
		      			</list>
	  
						<!--home team main logo-->
	    				<widget class="object_portrait_picture" id="picH" height="50" width="50" should_force_refresh="true" scale_picture="true" keep_aspect_ratio="true" image_alignment="left" transparency="0.6">
	        				<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="3"/>
		   					<layout class="stick_to_sides_attachment" alignment="all" inset="-15,0,0,0" priority="3"/>
							<record id="object_property">
								<integer id="get_property" value="home" />
							</record>
	    				</widget>	
    				</container>
   
    				<!-- team name -->
   					<widget class="text_button" id="T1nm" font="title" style="bold" size="10.5" alignment="centre" click_event="htac" navigation_focus_target="false" colour="title" multiline="true"/>

  				</container>

			</container>

 

I think you can adjust the placement by playing around with the "inset"

Link to post
Share on other sites

19 horas atrás, snowofman disse:

I think you can adjust the placement by playing around with the "inset"

Yes, I've tried everything my friend.
I gave up.
This inset 0,0,0,0 confuses me a lot

<layout class="stick_to_sides_attachment" alignment="all" inset="-15,0,0,0" priority="3"/>

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

for example, increasing to -65,0,0,0 the image grows in size instead of just shifting up.
look:
 

<layout class="stick_to_sides_attachment" alignment="all" inset="-65,0,0,0" priority="3"/>

spacer.png

Edited by vamcj
Link to post
Share on other sites

spacer.png

spacer.png

I achieved!
I even need some direction from ChatGPT, but it worked

I created 4 scoreboard models. With some color variations.
This last one was undoubtedly the one that required the most work because of the rotation.
Now I need to do it like the TangFu skin, you can select the desired score!

 

Edited by vamcj
Link to post
Share on other sites

11 hours ago, lukavski said:

2. I can't find the panel or code that gives this text colour. Does anyone know?

 

Thanks!

Captura de pantalla 2024-02-07 211336.png

the manager name will be a person button in that panel, just add colour="text" to that line 

Link to post
Share on other sites

Does anyone have the team and person properties xmls for fm24 they could upload please.

Unable to get the resource archiver on gamepass.

 

edit: found them in the fm base skin (advanced)

Edited by hyrule_king
Link to post
Share on other sites

spacer.png

 

Guys, help me please!
I was able to place the scores I created all inside a container so I could select which one I wanted in the matches.
However, only 1 had all the correct settings.
The rest were all bugged.
Individually (outside the container/selector button) they all work perfectly.
But inside they are getting buggy.

 

spacer.png

Wrong: White scoreboard, club names do not appear.

spacer.png

Clock and scoreboard are gone. side details in the wrong team colors.

 

among others... these were just a few examples.

The only one that is correct is the one in the first image.

Link to post
Share on other sites

6 minutes ago, vamcj said:

spacer.png

 

Guys, help me please!
I was able to place the scores I created all inside a container so I could select which one I wanted in the matches.
However, only 1 had all the correct settings.
The rest were all bugged.
Individually (outside the container/selector button) they all work perfectly.
But inside they are getting buggy.

 

spacer.png

Wrong: White scoreboard, club names do not appear.

spacer.png

Clock and scoreboard are gone. side details in the wrong team colors.

 

among others... these were just a few examples.

The only one that is correct is the one in the first image.

Have you looked into how "tangfu" gets his to work... i assume his works as you asked in the skin thread.?

Link to post
Share on other sites

5 minutos atrás, snowofman disse:

Have you looked into how "tangfu" gets his to work... i assume his works as you asked in the skin thread.?

he doesn't have an updated topic for fm24, I couldn't find it!
I saw how his works, poking around, testing, trial and error.
But mine is very "similar" to what he did!
However, I don't understand the error.
I do not think so.
I'm testing some more details...

Link to post
Share on other sites

1 minute ago, vamcj said:

he doesn't have an updated topic for fm24, I couldn't find it!
I saw how his works, poking around, testing, trial and error.
But mine is very "similar" to what he did!
However, I don't understand the error.
I do not think so.
I'm testing some more details...

ahh i didnt even noticed that it was from FM22.

But i do remember ppl talking about Scoreboard selector  being wonky, sadly i can't help you as i have no idea about it at all.

Link to post
Share on other sites

25 minutos atrás, snowofman disse:

ahh i didnt even noticed that it was from FM22.

But i do remember ppl talking about Scoreboard selector  being wonky, sadly i can't help you as i have no idea about it at all.

<panel width="1000">

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

	<list id="properties_to_forward">
		<record get_property="disable_animations" set_property="disable_animations" target="clkc"/>
		<record get_property="disable_animations" set_property="disable_animations" target="temc"/>
	</list>
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
	<boolean id="should_force_refresh" value="false" />


<widget class="match_view_selector_panel" file="client_object/newv4mcj client object viewer selector match" pause_match_on_menu_opening="false"  alignment="centre_x" navigation_container="true">
 	<boolean id="save_session_state" value="true" />
	<boolean id="save_default_state" value="true" />
		<record id="object_property">
			<integer id="get_property" value="objt" />
			<integer id="set_property" value="objt" />
		</record>
	


	
	<container class="match_titlebar_panel" file="match/v4mcj/match score area panel v4mcj style01" id="v4s1" >
	
			<translation id="title"  type="use" value="Style 01" />
			<record id="object_property">
				<integer id="get_property" value="objt" />
				<integer id="set_property" value="objt" />
			</record>
	</container>

Could the problem be here in the file that manages the other files?
Well, as I said, they individually work well.
They are only broken when included in match_view_selector_panel

<container class="match_titlebar_panel" file="match/v4mcj/match score area panel v4mcj style01" id="v4s1" >
	
			<translation id="title"  type="use" value="Style 01" />
			<record id="object_property">
				<integer id="get_property" value="objt" />
				<integer id="set_property" value="objt" />
			</record>
	</container>

or here, in the way you pull the scoreboard file?

Edited by vamcj
Link to post
Share on other sites

I'm almost sure that the problem is in the file I'm using to "call" the scoreboard files!

Well, when I write the code like this:
 

<container class="match_titlebar_panel" file="match/v4mcj/match score area panel v4mcj style01" id="v4s1" >
	<translation id="title"  type="use" value="Style 01" />
		<record id="object_property">
			<integer id="get_property" value="objt" />
			<integer id="set_property" value="objt" />
		</record>
</container>

the result looks like this:
spacer.png

and when I write the code like this:
 

<widget class="client_object_viewer_xml_panel" file="match/v4mcj/match score area panel v4mcj style01" id="v4s1" >
	
			<translation id="title"  type="use" value="Style 01" />
			<record id="object_property">
				<integer id="get_property" value="objt" />
				<integer id="set_property" value="objt" />
			</record>
</widget>

the result looks like this:
spacer.png

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I'm very frustrated and sad.
I got this far, I managed to create some scoreboard models that I liked, I managed to make the scoreboard selector work in a certain way, but it causes an unexplained bug in all my scores, with the exception of 1.
But I can't, I've tried several things and I can't.
Worse than without the score selector, everything seems to work perfectly.
Damn it!
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I have progress update!
I haven't reached the desired result yet, but I've taken another step towards it... I'll be back with more details...

=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I took another important step towards what I want.
I put it at the top of the code for each scoreboard:
<panel width="1000" colour_team_names="false" colour_team_scores="false">
This solved a problem that was occurring, where the game result was appearing in white instead of the color I defined as "title".
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
The other problem is that in 4 of my scores, the home team's name keeps disappearing and appearing (intermittently).

spacer.png

any suggestions to fix this?

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =-=-
Updating..
I haven't found the solution yet, but what I noticed was that for some reason, the team name shifts on the horizontal axis (right and left.)

and the problem is here:
 


    			<container>
        			<layout class="arrange_horizontal_attachment" layout="270,80" gap="10" offset="-50,0,0,0"/>

					<!-- NOME - TIME DA CASA -->
        			<widget class="team_button" id="hTmb" mode="1" font="title" size="12.5" style="bold" colour="title" alignment="right,centre_y" click_event="htac" navigation_focus_target="false" icon_enabled="false" should_force_refresh="true" auto_size="horizontal">
            			

any suggestions to fix this?

Edited by vamcj
Link to post
Share on other sites

I am trying to change this part of the tato skin, I really want to add Languages Spoken instead of Coaching Style.

Instead of Coaching Style it would say: Languages Spoken

Obviously, the second part would be the languages that he speaks. 

The problem that I have is that I have no idea where to get the necessary information to change it.

Can somebody please help! 

Thanks

	<container class="tato" red_replacement="woz_3rd"> 
    <layout class="arrange_horizontal_attachment" layout="-13,-20" offset="0" />
    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
	   	<widget class="label" spec="text,small" alignment="centre_y,left,can_scale" colour="fg">
        <translation id="text" translation_id="242543" type="use" value="Coaching Style" />
		</widget>
		
		<widget class="coaching_style_label" alignment="centre_y,left,can_scale" colour="fg" font="tad" size="10" >
		<record id="object_property" get_property="npcs"/>
		</widget>							
	</container>	

 

Link to post
Share on other sites

1 hour ago, Watson156 said:

I am trying to change this part of the tato skin, I really want to add Languages Spoken instead of Coaching Style.

Instead of Coaching Style it would say: Languages Spoken

Obviously, the second part would be the languages that he speaks. 

The problem that I have is that I have no idea where to get the necessary information to change it.

Can somebody please help! 

Thanks

	<container class="tato" red_replacement="woz_3rd"> 
    <layout class="arrange_horizontal_attachment" layout="-13,-20" offset="0" />
    <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
	   	<widget class="label" spec="text,small" alignment="centre_y,left,can_scale" colour="fg">
        <translation id="text" translation_id="242543" type="use" value="Coaching Style" />
		</widget>
		
		<widget class="coaching_style_label" alignment="centre_y,left,can_scale" colour="fg" font="tad" size="10" >
		<record id="object_property" get_property="npcs"/>
		</widget>							
	</container>	

 

person properties would be the 1st place i would look

Link to post
Share on other sites

Hi does anyone know if it’s possible to remove or hide the dugout visualiser that comes up middle of screen, I play commentary only and it stays on all game.  Thanks 

Link to post
Share on other sites

12 minutes ago, smurfygray said:

Hi does anyone know if it’s possible to remove or hide the dugout visualiser that comes up middle of screen, I play commentary only and it stays on all game.  Thanks 

you can remove it from 

match in between highlights panel

Link to post
Share on other sites

17 minutes ago, Mancunianets said:

Hey everyone! I have a few questions.

1.  I was trying to add cond/sharp percentage widget but it didn't work out. How can I fix it?

  Reveal hidden contents

2024-02-0911_54_53.thumb.jpg.632236c3b6f8b6770e2123424380fd09.jpg

 2. How can I change background?

background can probably be changed in the settings file as it's probably a colour

if not then you would have to look in the client object browser for the background

 

and for the %, look here as the info you need should be here and still works
 

 

Link to post
Share on other sites

30 minutes ago, snowofman said:

background can probably be changed in the settings file as it's probably a colour

if not then you would have to look in the client object browser for the background

 

and for the %, look here as the info you need should be here and still works
 

 

Thank you mate

Link to post
Share on other sites

7 minutes ago, snowofman said:

 

if it the default file, then down and including line 161

thanks will try again so from 

 

dugout

 

to line 161 ?

Screenshot 2024-02-09 182352.png

Edited by smurfygray
Link to post
Share on other sites

5 minutes ago, snowofman said:

probably in the client object browser

Thank you very much! I found there <widget class="backroom_advice_trigger_button" too. I also want to change the colour of this button? Can I do that there?

Spoiler

2024-02-1000_55_37.png.cbed7561d0558fe30f729f6353755a12.png

<widget class="backroom_advice_trigger_button" id="BaC2" file="club/backroom advice trigger button popup panel" disable_layout_attachments_when_embedded="true" hidden="true" />
                                </container>

Link to post
Share on other sites

8 minutes ago, Mancunianets said:

Thank you very much! I found there <widget class="backroom_advice_trigger_button" too. I also want to change the colour of this button? Can I do that there?

  Reveal hidden contents

2024-02-1000_55_37.png.cbed7561d0558fe30f729f6353755a12.png

<widget class="backroom_advice_trigger_button" id="BaC2" file="club/backroom advice trigger button popup panel" disable_layout_attachments_when_embedded="true" hidden="true" />
                                </container>

no idea sry

Link to post
Share on other sites

29 minutes ago, Mancunianets said:

I'm sorry to bother you, one more question. Can I use city pictures only for club profile, not as background?

  Reveal hidden contents

2024-02-1002_03_37.thumb.png.559b264813fe30a9638b5d9072bd693a.png2024-02-1001_48_25.thumb.png.d1d94c3a495fc73efd782387289a4cda.png

 

yes, just look at a skin that already have the city picture and borrow the code, it's by far the fastest

Link to post
Share on other sites

Long shot decided to have a go at fixing this issue (again) wanting the news item to full size / use the modal popup settings but failing miserably (again) anyone had any luck with something like this?

image.thumb.jpeg.e0e46c8607872c066069762ade56c862.jpeg wanting thimage.jpeg.dce32e05a875f7a075d5cafd8dbf7a3b.jpeg

Link to post
Share on other sites

42 minutes ago, snowofman said:

yes, just look at a skin that already have the city picture and borrow the code, it's by far the fastest

Sorry for my stupidity, but what code?

Edited by Mancunianets
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...