Jump to content

DANNY1000000

Members+
  • Posts

    1,118
  • Joined

  • Last visited

Posts posted by DANNY1000000

  1. 10 hours ago, xtsh said:

    Sorry to be a pain, but is it possible for you to make an uncompressed version available to download? I'd like to add a couple things for my own personal use and I have FM through the gamepass so i'm unable to extract it myself. No worries if not. Skin looks fantastic.

    Unpack it with the resource archiver tool 

  2. 7 hours ago, Kyle Brown said:

    We haven't released a changelist between Early Access and Full Launch, this is in line with previous editions.

    We do have further updates planned in the near future so please stay tuned. Not every issue raised during the Early Access stage can be resolved in time for Launch, but once we have it under investigation we will look to find a solution as quick as we can.

    I feel like if SI are going with "Early Access" rather than "Beta" then there should be public patch notes.

  3. What is the point in this?  I signed him for 3.1m, he's had a great season, his value is between 1.5-4.6m and no matter how many times I reject the offer they come back with the same kind of offer over and over and over.  Don't get me started on the last day of the transfer window with this type of thing either.

    Such a repetitive bogus feature, I don't know if is deliberate to unsettle the player or what but even when they are unsettled or not they keep coming in with crap offers when I keep refusing.  You wouldn't get a club IRL come in with the exact same bid 6-7 times in the same day.  Sorry about the rant but this gets my goat.

    image.thumb.png.4c10fd5d99c96abe0d138551a46b9dee.png

  4. 35 minutes ago, EnigMattic1 said:

    Is it possible to pull the information of a city? I know you can see the population of a country on the nation page, but could you pull the same for a city into a panel? Basically, I am trying to add a panel for city pics, but I would like a bit of information on there too. Kinda like when you see some stadium pics with stuff like capacity, location and year built.

    Is it represented in editor?

  5. 1 hour ago, Jellico73 said:

    I am pretty sure the 'id="psty" is the code in the skin for Personality, there is probably another file (Person Properties.xml) that has a list/entries of all the codes.

    I am not sure what the translation ID is, as I am still new to skinning myself.

    FWIW I downloaded and use a program called Astrogrep, you can type in a search string and it will search all the files in the directory you have chosen, it's been handy to figure out where things are.  Not that it helps me make sense of such things, but still...
    image.thumb.png.d24333428fdeac84bec5e2a5763a6e40.png

    Its there to represent personality in this instance but its not a property.  The property in the club properties.xml for personality is Csca so I don't understand how it knows what it is

  6. Does anyone know how the personality is populated here?

    	<container>
    		<attachment_group class="vertical_arrange_autosize" vertical_gap="2" />
    
    		<!-- personality -->
    		<widget class="text" font="title" auto_size="vertical" alignment="left, centre_y">
    			<translation id="text" translation_id="247713" type="use" value="Personality" />
    		</widget>
    
    		<widget class="text" id="psty" spec="text" auto_size="vertical" alignment="left, centre_y" />
    	</container>

    I can see it comes from the last widget but I can't find psty anywhere with regards to it being a property, I don't understand how it populates the widget with the value.

  7. 4 hours ago, Olas Nick said:

    in affiliates this code not part of affiliates panel. it load as separate file, i think this method will work here as well. the idea is interesting, I will try to implement it in myself.

    The panel to add these is club overview details panel affiliate.xml in the panels/club folder.

    The tool tips are wrong for some of them but I don't care much about that.

    Here's the code I have.

    		<!--Training Facilities-->
    		<container>
    			<attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" />
    
    			<widget class="label" id="creL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text">
    				<record id="object_property">
    					<integer id="get_property" value="TfcS" />
    					<boolean id="name" value="true"/>
    				</record>
    			</widget>
    			<widget class="training_facilities_stars_label" id="crep" mode="1" alignment="centre" auto_size="all" navigation_focus_target="false">
    				<layout class="centre_in_parent_attachment" alignment="horizontal" />
    				<record id="object_property">
    					<integer id="get_property" value="Ctf*" />
    				</record>
    			</widget>
    		</container>
    		
    		<!--Youth Facilities-->
    		<container>
    			<attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" />
    
    			<widget class="label" id="creL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text">
    				<record id="object_property">
    					<integer id="get_property" value="TytS" />
    					<boolean id="name" value="true"/>
    				</record>
    			</widget>
    			<widget class="club_reputation_stars_label" id="crep" mode="1" alignment="centre" auto_size="all" navigation_focus_target="false">
    				<layout class="centre_in_parent_attachment" alignment="horizontal" />
    				<record id="object_property">
    					<integer id="get_property" value="Cfc*" />
    				</record>
    			</widget>
    		</container>
    		
    		<!--Junior Coaching-->		
    		<container>
    			<attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" />
    
    			<widget class="label" id="cfiL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text">
    				<record id="object_property">
    					<integer id="get_property" value="Cyos" />
    					<boolean id="name" value="true"/>
    				</record>
    			</widget>
    			<widget class="youth_facilities_stars_label">
    				<record id="object_property" dont_set_hint="true" get_property="Cytv"/>
    			</widget>	
    		</container>
    		
    		<!--Youth Recruitment-->		
    		<container>
    			<attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" />
    
    			<widget class="label" id="cfiL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text">
    				<record id="object_property">
    					<integer id="get_property" value="Crcs" />
    					<boolean id="name" value="true"/>
    				</record>
    			</widget>
    			<widget class="youth_facilities_stars_label">
    				<record id="object_property" dont_set_hint="true" get_property="Crcb"/>
    			</widget>
    		</container>

     

  8. 12 hours ago, bluestillidie00 said:

    Gonna say its not possible. What i ended up with

    <container class="club_overview_panel" height="50" file="none">
    <attachment_group class="vertical_arrange_autosize" />
    
    <!-- YOUTH FACILITIES -->
    <container priority="2" class="client_object_viewer_xml_panel" file="none">
    	<attachment_group class="vertical_arrange_autosize"/>
    
    	<!-- GAME LOADS DATA FOR COMPETITIONS -->
    	<record id="object_property" get_property="Cref" set_property="objt"/>
    
    	<widget class="label" auto_size="vertical" style="semi_bold" >
    		<translation id="text" translation_id="255008" type="use"/>
    	</widget>
    
    	<widget class="youth_facilities_stars_label" auto_size="vertical"  alignment="left">
    		<record id="object_property" get_property="Cfc*"/>
    		<!-- THEN SETS IT AS THE BLUE_REPLACEMENT FIGURE -->
    		<record id="object_property" get_property="objt" />		
    	</widget>
    </container>
    
    </container>

     

    I can't get anything to display in that panel at all really.  Just empty stars

  9. 13 minutes ago, bluestillidie00 said:

    in club properties.xml

    		<!--training facilities (star rating)-->
    		<record>
    			<integer id="id" value="Ctf*" />
    			<integer id="minimum_width" value="100" />
    			<integer id="width" value="100" />
    			<translation id="name" translation_id="229395" type="use" value="Training Facilities" />
    			<record id="widget_info">
    				<symbol id="class" value="training_facilities_stars_label" />
    			</record>
    
    			<record id="column_heading">
    				<flags id="alignment" value="left,centre_y" />
    				<translation id="text" translation_id="229395" type="use" value="Training Facilities" />
    				<translation id="hint" translation_id="229395" type="use" value="Training Facilities" />
    			</record>
    		</record>

     

    Yeah I tried various combinations of the IDs but no joy

  10. 23 minutes ago, lugui said:

    Try <record id="widget_info"  get_property="Ctf*"/>  ( I assume you want the star ratings)

    Try:                         <widget class="training_facilities_stars_label" auto_size="all" alignment="left">
                                <record id="object_property" get_property="Ctf*" set_property="valu" />
                            </widget>


    Never tried that, its just a wild guess by checking a similar code I found on contract information.xml

     

    And indeed, that is a good idea of yours.

    Unfortunately not, it shows "Unknown" and the tooltip is "no training facilities".  https://ibb.co/PchjPjQ

  11. I'm trying to add training facilities to the inbox loan offers panel but I can't find an ID as it doesn't work when adding the widget from club overview etc.

    https://ibb.co/cQVSqrz

    I'm trying to add it to the panels/widgets/transfer center club info widget.xml...

                <widget class="training_facilities_stars_label">
                    <record id="object_property" get_property="Ctf*"/>
                </widget>

    Also in that file are IDs for "tmnm" and "divb" which I can't find in the properties files so I don't know where they come from.

    cheers

×
×
  • Create New...