Jump to content

[FM17] CFM Skin 2017 - v1.01D | v2.1D | v2.1L


pikawa94

Recommended Posts

  • Replies 571
  • Created
  • Last Reply

Some real nice work u have done pikawa with this update .....is there a way that I can change the in match dialogue box colour from Blue to a bit more transparent ....it seems to block whatever qction is happening behind it 

Link to post
Share on other sites

Some real nice work u have done pikawa with this update .....is there a way that I can change the in match dialogue box colour from Blue to a bit more transparent ....it seems to block whatever qction is happening behind it 

Link to post
Share on other sites

@tyler16, much better FM exeriences guaranteed! Have fun friend! :)

@vonreichsm, completly forgot about this feature. Here is a quick fix:
Go to /panels/match/ and open match titlebar score.xml. Find this two lines:

Line 51 - <widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="35" width="69" image_alignment="centre_x, centre_y">

Line 79 - <widget class="picture" id="awtF" scale_picture="true" keep_aspect_ratio="true" height="45" width="69" image_alignment="centre_x, centre_y">

and replace them with that:

Line 51 - <widget class="picture" id="hmtF" scale_picture="true" keep_aspect_ratio="true" height="35" width="69" image_alignment="centre_x, centre_y" click_event="htac">

Line 79 - <widget class="picture" id="awtF" scale_picture="true" keep_aspect_ratio="true" height="45" width="69" image_alignment="centre_x, centre_y" click_event="atac">

@Serkan FY, they're strechted in CFM Skin that is why they looks blurry. If You want to bring them back to the original size - let me now. In future I'm planning a pack containing stadium pictures in much higher resolution but it will takes some time...

Link to post
Share on other sites

16 minutes ago, pikawa94 said:

 

@Serkan FY, they're strechted in CFM Skin that is why they looks blurry. If You want to bring them back to the original size - let me now. In future I'm planning a pack containing stadium pictures in much higher resolution but it will takes some time...

 

Hi @pikawa94,

Yes please. I can make the relevant changes on .xml if you guide.

Link to post
Share on other sites

@Serkan FY,

For city picture - go to /panels/club/ and open club overview panel.xml. Locate a code from line 193 to line 234 and replace it with:

Spoiler

			<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper2" default_height="-9" priority="2">
				<translation id="title" value="City[COMMENT: title for the previous set of first team results on the club overview panel]" />
				<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
	
				<widget class="picture" id="lftB" file="pictures/logos/background/default/right" image_alignment="centre_x,centre_y" scale_picture="true" keep_aspect_ratio="true">

					<record id="object_property">
						<integer id="get_property" value="mbpc" />
						<integer id="set_property" value="file" />
					</record>
				</widget>
			
				<container class="vertical_adaptive_container" inset="0" offset="0" gap="1" mode="distribute_equally">
	
					<container default_height="15"/>
		
					<container class="horizontal_adaptive_container" default_height="40" inset="0" offset="0" gap="1" mode="distribute_equally">
		
						<container default_width="15"/>
			
						<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper3" default_width="-1" inset="0" offset="0" gap="0" red_replacement="dark_box_background">
							<layout class="arrange_horizontal_attachment" layout="-1,-6,-1" offset="0" gap="0"/>
							<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

							<container/>
							
							<!--town-->
							<widget class="city_label" id="namL" spec="text,bold" font="title" colour="white" size="15" alignment="centre_x,centre_y,can_scale">
								<record id="object_property">
									<integer id="get_property" value="SctI" />
								</record>
							</widget>
							
							<container/>							
						</container> 
			
						<container default_width="15"/>
					</container>
		
					<container default_height="-1"/>
				</container>			
			</container>	

 

For stadium picture - go to /panels/club/cfm/ and open cfm club overview stadium panel.xml. Delete everything and paste this:

Spoiler

<?xml version='1.0' encoding='utf-8'?>
<panel>
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
	
	<!--stadium picture-->
	<widget class="stadium_picture" id="STAp" image_alignment="centre_x,centre_y" scale_picture="true" keep_aspect_ratio="true">
		<record id="object_property">
			<integer id="get_property" value="objt" />
			<integer id="set_property" value="objt" />
		</record>
	</widget>
			
	<container class="vertical_adaptive_container" inset="0" offset="0" gap="1" mode="distribute_equally">
	
		<container default_height="-1"/>
		
		<container class="horizontal_adaptive_container" default_height="40" inset="0" offset="0" gap="1" mode="distribute_equally">
		
			<container default_width="15"/>
		
			<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper3" default_width="-1" inset="0" offset="0" gap="0" red_replacement="dark_box_background">
				<layout class="arrange_horizontal_attachment" layout="-1" offset="0" gap="0"/>
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

				<!--name-->
				<widget class="client_object_label" spec="text,bold" id="namV" font="title" colour="white" size="15" alignment="centre_x,centre_y,can_scale">
					<record id="object_property">
						<integer id="get_property" value="objt" />
					</record>
				</widget>
			</container> 
			
			<container default_width="15"/>
		</container>
		
		<container default_height="15"/>
	</container>
</panel>

 

 

Link to post
Share on other sites

@JonasThern, that is why they are not shown. For DS8 BG megapack: open /panels/club/club overview panel.xml and locate a code from line 193 to line 234. Replace it with:

Spoiler

			<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper2" default_height="-9" priority="2">
				<translation id="title" value="City[COMMENT: title for the previous set of first team results on the club overview panel]" />
				<layout class="stick_to_sides_attachment" alignment="all" inset="-45" layout_children="true" />
              
              	<widget class="background" file="backgrounds" id="bgnd" image_alignment="centre_x,centre_y" scale_picture="true" keep_aspect_ratio="true">
					<record id="object_property">
						<integer id="get_property" value="bgnd" />
						<integer id="set_property" value="file" />
					</record>
				</widget>
			
				<container class="vertical_adaptive_container" inset="0" offset="0" gap="1" mode="distribute_equally">
	
					<container default_height="60"/>
		
					<container class="horizontal_adaptive_container" default_height="40" inset="0" offset="0" gap="1" mode="distribute_equally">
		
						<container default_width="60"/>
			
						<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper3" default_width="-1" inset="0" offset="0" gap="0" red_replacement="dark_box_background">
							<layout class="arrange_horizontal_attachment" layout="-1,-6,-1" offset="0" gap="0"/>
							<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

							<container/>
							
							<!--town-->
							<widget class="city_label" id="namL" spec="text,bold" font="title" colour="white" size="15" alignment="centre_x,centre_y,can_scale">
								<record id="object_property">
									<integer id="get_property" value="SctI" />
								</record>
							</widget>
							
							<container/>							
						</container> 
			
						<container default_width="60"/>
					</container>
		
					<container default_height="-1"/>
				</container>			
			</container>	

 

 

Link to post
Share on other sites

12 minutes ago, pikawa94 said:

@JonasThern, that is why they are not shown. For DS8 BG megapack: open /panels/club/club overview panel.xml and locate a code from line 193 to line 234. Replace it with:

  Reveal hidden contents


			<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper2" default_height="-9" priority="2">
				<translation id="title" value="City[COMMENT: title for the previous set of first team results on the club overview panel]" />
				<layout class="stick_to_sides_attachment" alignment="all" inset="-45" layout_children="true" />
              
              	<widget class="background" file="backgrounds" id="bgnd" image_alignment="centre_x,centre_y" scale_picture="true" keep_aspect_ratio="true">
					<record id="object_property">
						<integer id="get_property" value="bgnd" />
						<integer id="set_property" value="file" />
					</record>
				</widget>
			
				<container class="vertical_adaptive_container" inset="0" offset="0" gap="1" mode="distribute_equally">
	
					<container default_height="60"/>
		
					<container class="horizontal_adaptive_container" default_height="40" inset="0" offset="0" gap="1" mode="distribute_equally">
		
						<container default_width="60"/>
			
						<container class="bordered_box" appearance="boxes/custom/cfm/cfm default/stadium/paper3" default_width="-1" inset="0" offset="0" gap="0" red_replacement="dark_box_background">
							<layout class="arrange_horizontal_attachment" layout="-1,-6,-1" offset="0" gap="0"/>
							<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>

							<container/>
							
							<!--town-->
							<widget class="city_label" id="namL" spec="text,bold" font="title" colour="white" size="15" alignment="centre_x,centre_y,can_scale">
								<record id="object_property">
									<integer id="get_property" value="SctI" />
								</record>
							</widget>
							
							<container/>							
						</container> 
			
						<container default_width="60"/>
					</container>
		
					<container default_height="-1"/>
				</container>			
			</container>	

 

 

Perfect my friend!

Link to post
Share on other sites

@vonreichsm,

1) \panels\tactics\tactics/icon basic horizontal info panel.xml - delete everything between line 49 and line 61.

2) \panels\competition\competition news panel.xml - go to line 337

<container class="horizontal_adaptive_container" default_width="612" minimum_width="290" mode="distribute_equally" priority="3" >	

and increase default_width value to a higher one.

Link to post
Share on other sites

17 minutes ago, pikawa94 said:

@vonreichsm,

1) \panels\tactics\tactics/icon basic horizontal info panel.xml - delete everything between line 49 and line 61.

2) \panels\competition\competition news panel.xml - go to line 337


<container class="horizontal_adaptive_container" default_width="612" minimum_width="290" mode="distribute_equally" priority="3" >	

and increase default_width value to a higher one.

Thank you very much.

Link to post
Share on other sites

hi, id just like to say that im really liking this skin, its my default now.  The only issue i have is that it doesnt show an aggregate score in a two legged match. Is there a way to fix this at all?  

Link to post
Share on other sites

Hi,

 

Love the skin but I am having 2 minor issues. Firstly I cant get the city pics to show on the club screen (I have the Vitrex pictures and they work on the Vitrex skin).

Secondly my match screen doesn't have the new slimline header and new small scoreboard (see photo). I have the new infor screens between highlights etc.

 

20170326101127_1.jpg

Link to post
Share on other sites

@feng67,

1) I also have the Vitrex City pics and everything works fine for me. Give me a screenshot pls.

2) In the right-bottom corner You've got two widgets - the right one is for in-match widgets like formation, match overview etc. and the left one that enabling the maximized scoreboard

Link to post
Share on other sites

7 hours ago, pikawa94 said:

@vonreichsm,

1) Bring back the original file and change this line (49):


<container id="oppo" height="10">

to this:


<container id="rodu" height="10">

2) Honestly, I don't really know. I think it depends on the logopack You are using but I might be wrong...

@gladman1, but You mean the maximized scoreboard?

Thanks for support. I´ll try it.

Link to post
Share on other sites

23 hours ago, pikawa94 said:

@vonreichsm,

1) Bring back the original file and change this line (49):


<container id="oppo" height="10">

to this:


<container id="rodu" height="10">

2) Honestly, I don't really know. I think it depends on the logopack You are using but I might be wrong...

@gladman1, but You mean the maximized scoreboard?

hi yes the maximised scoreboard, but i am using a mac at 1280 x 800 so perhaps it may be to do with that?

 

Link to post
Share on other sites

32 minutes ago, pikawa94 said:

@gladman1, it is not beacuse of Your resolution. This scoreboard just don't have aggregate score. Maybe I will try to put it somewhere but honestly... I don't know where :)

Ok no problem, thanks for the reply.

Link to post
Share on other sites

trying to place PA and CA no attributes panel. any tips ?

 

<!-- CA -->
            <widget class="label" row="0" column="0" column_span="2" >
              <record id="object_property" get_property="PCab" name="true"/>
            </widget>
            <widget class="editable_client_object_property_panel" id="Pcab" row="0" column="1" column_span="2">
              <record id="widget_info" class="condition_label" alignment="right, centre_y" mode="1" ivih="false"/>
              <record id="widget_properties" alignment="right, centre_y"/>
              <record id="object_property" get_property="Pcab"/>
            </widget>
            <!-- PA -->
            <widget class="label" row="1" column="0" column_span="2" >
              <record id="object_property" get_property="PPab" name="true"/>
            </widget>
            <widget class="morale_label" id="PPAb" row="1" column="1" column_span="2" alignment="right, centre_y" icon_alignment="left" should_recolour="true">
              <record id="object_property" get_property="PPab"/>
            </widget>
          </widget>

 

thank you

 

Link to post
Share on other sites

11 minutes ago, paulorogpax said:

trying to place PA and CA no attributes panel. any tips ?

 

<!-- CA -->
            <widget class="label" row="0" column="0" column_span="2" >
              <record id="object_property" get_property="PCab" name="true"/>
            </widget>
            <widget class="editable_client_object_property_panel" id="Pcab" row="0" column="1" column_span="2">
              <record id="widget_info" class="condition_label" alignment="right, centre_y" mode="1" ivih="false"/>
              <record id="widget_properties" alignment="right, centre_y"/>
              <record id="object_property" get_property="Pcab"/>
            </widget>
            <!-- PA -->
            <widget class="label" row="1" column="0" column_span="2" >
              <record id="object_property" get_property="PPab" name="true"/>
            </widget>
            <widget class="morale_label" id="PPAb" row="1" column="1" column_span="2" alignment="right, centre_y" icon_alignment="left" should_recolour="true">
              <record id="object_property" get_property="PPab"/>
            </widget>
          </widget>

 

thank you

 

Prob best dropping that into the player additional attributes panel - but it will only appear if you have bought the ingame editor. 

Link to post
Share on other sites

@vonreichsm, I will try to put that aggregate score in the next version.

@ps_beldjs, If I will have a little bit of spare time - yes I will try.

Next update (v1.1) will be the last one for public release (hopefully with light version. Hopefully beacuse I'm still struggling with a few things beacuse of lack of ideas). Every other uodate will be destined to a group of my donators to thank them for a big support. Update wiklll contain a huge changes to a layout and a few panels.

Link to post
Share on other sites

8 hours ago, pikawa94 said:

@vonreichsm, I will try to put that aggregate score in the next version.

 

Next update (v1.1) will be the last one for public release (hopefully with light version. Hopefully beacuse I'm still struggling with a few things beacuse of lack of ideas). Every other uodate will be destined to a group of my donators to thank them for a big support. Update wiklll contain a huge changes to a layout and a few panels.

Thank you very much for support. And, where is your donators group? Your work is so fine, that i want to be a part of this group.

Link to post
Share on other sites

@vonreichsm, You can simply join this group by donating. We don't have any closed group (yet?) for example on FB. I'm still contacting with every donator directly on private messages. The only group I already got is the CFM Skin group for everyone. Both links (for PayPal donations and CFM Skin FB group) are on CFM Skin 2017 site on FMScout.

Link to post
Share on other sites

Something minor: the "none" city picture doesn't display on this skin (at least on my res) despite it displaying in Vitrex. The other city pictures work fine. Possibly a minor tweak to make, guessing it's something to do with the image size.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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