Check us out on Facebook and Twitter

Sortitoutsi.net - Football Manager 2011 Forums: **MEGAPACK Home Thread** - Latest update: 4.05 - Sortitoutsi.net - Football Manager 2011 Forums

Jump to content

Congratulations to CharlestonBatteryFan, Torben and the Cut Out Faces Crew for winning in our new year awards!
  • (235 Pages)
  • +
  • « First
  • 46
  • 47
  • 48
  • 49
  • 50
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

**MEGAPACK Home Thread** - Latest update: 4.05 Updates and info inside, read opening post

#941 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 13 November 2009 - 11:16 PM

same here i have been looking in to it but as i am not a skinner i don't have much knowledge of it nor does some skin makers.
I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#942 User is offline   Gordon1965 Icon

  • Reserve Team
  • PipPip
  • Posts: 3,307
  • Location:Lahn-dahn Towne
  • Nationality:Scotland
  • Supports:Kilmarnock, Fulham's my small team.
  • Managing:just....

Posted 13 November 2009 - 11:20 PM

Here's hoping. If someone unearths a way to put the badge in or remove the graphical stat in the 140x140 mode I'm good to go! Well, stadiums needed too...that said, I didnt' really get the game I wanted for months with FM09. Well ahead of that this time.
I had an uncle who once played for Red Star Belgrade
He said that some things are really best left unspoken
But I prefer it all to be out in the open

#943 User is online   castor.troy Icon

  • Youth Team
  • Pip
  • Posts: 735
  • Nationality:Denmark

Posted 13 November 2009 - 11:33 PM

Same here not a genious with config's either
There is one Radestock (that made MOD for fm09) but I don't know if he's still alive hehe
cheers

This post has been edited by castor.troy: 13 November 2009 - 11:35 PM


#944 User is online   jumberto Icon

  • Reserve Team
  • PipPip
  • Posts: 1,825
  • Nationality:England
  • Supports:Manchester United

Posted 13 November 2009 - 11:51 PM

I downloaded a skin that had the badge behind the player pic.

I'll see if I can work out the code for it and pass it on to you guys :)

#945 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 13 November 2009 - 11:55 PM

What is the skin jumberto i will look too
I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#946 User is online   fmgod Icon

  • Also FIFAgod
  • PipPipPip
  • Posts: 6,963
  • Nationality:England

Posted 14 November 2009 - 12:04 AM

Any chance of a non-torrent link?

Like RS?

#947 User is online   jumberto Icon

  • Reserve Team
  • PipPip
  • Posts: 1,825
  • Nationality:England
  • Supports:Manchester United

Posted 14 November 2009 - 12:13 AM

Ok you need to make a file with notepad called 'player profile personal details' in the 'panels' folder of the skin you are using.

then paste this text into it

<!-- Personal Details -->
<panel>
  <layout class="arrange_vertical_attachment" alignment="top,extend" offset="5" gap="4"/>
  <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />

  <!-- WITH PORTRAIT -->
  <!-- this version of the table is used if the player portrait is visible -->
  <widget class="table" id="pld1" mode="printable, fill_rows" layout="20,140,20,140" fixed_size_rows="true" row_spacing="0" row_height="18">

    <list id="column_properties">
      <record indx="0" alignment="right,centre_y"/>
      <record indx="1" alignment="left,centre_y" />
      <record indx="2" alignment="right,centre_y" />
      <record indx="3" alignment="left,centre_y" />
      <record indx="4" alignment="left,centre_y" />
    </list>

    <!-- small inset from sides of table -->
    <list id="column_display_properties">
      <record indx="0" left="0" sort_disabled="true"/>
      <record indx="1" left="6" sort_disabled="true"/>
      <record indx="2" left="6" sort_disabled="true"/>
      <record indx="3" rght="6" sort_disabled="true"/>
      <record indx="4" rght="6" sort_disabled="true"/>
    </list>

    <!-- custom row graphics -->
    <list id="row_properties">
      <record indx="10">
        <flags id="appearance" value="table/custom/stripe/row"/>
      </record>
      <record indx="11">
        <flags id="appearance" value="table/custom/stripe/row"/>
      </record>
      <record indx="14">
        <flags id="appearance" value="table/custom/stripe/row" />
      </record>
      <record indx="15">
        <flags id="appearance" value="table/custom/stripe/row"/>
      </record>
    </list>


    <!-- Attribute Analyser Container -->
    <container class="group_box" id="over" row="0" col="0" column_span="5" row_span="10">
      <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="0"/>
      <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

      <!--mugshot-->
      <widget class="picture" id="ppic" image_alignment="bottom" scale_picture="false" keep_aspect_ratio="true"/>

    

    </container>
    <!-- Attribute Analyser Container -->

<!-- Logo and Picture Container -->
		<widget class="group_box" row="0" col="0" column_span="4" row_span="10">

      <!-- Club Logo -->
			<widget class="picture" id="pict" transparency="0.35" auto_size="all" image_alignment="centre">
        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/>
        <layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>

        <!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
        <attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>

        <!-- tells the picture to listen for the 'main picture needs recolouring' property and sets its own 'should recolour' property from it -->
        <attachment class="get_global_attachment" get_property="mprc" set_property="srec" skip_if_null="false"/>

        <!-- the background, foreground and outline colours of the object we use for recolouring the default main picture if there is one, and it should be recoloured -->
        <attachment class="get_global_attachment" get_property="bkcl" set_property="rrep"/>
        <attachment class="get_global_attachment" get_property="fcol" set_property="grep"/>
        <attachment class="get_global_attachment" get_property="ocol" set_property="brep"/>
      </widget>

      <!-- Player Picture -->
      <widget class="picture" id="ppic" auto_size="all">
        <layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
        <layout class="stick_to_sides_attachment" alignment="bottom" inset="0" priority="1"/>
      </widget>
		</widget>
		


    <!-- Temporary Row Fillers - the picture and logo should possibly be put in their own table -->
    <widget class="label" col="0" row="1" />
    <widget class="label" col="0" row="2" />
    <widget class="label" col="0" row="3" />
    <widget class="label" col="0" row="4" />
    <widget class="label" col="0" row="5" />
    <widget class="label" col="0" row="6" />
    <widget class="label" col="0" row="7" />

    <!-- Nationality -->
    <widget class="nation_button" id="pfna" col="1" row="10" column_span="1" icon_alignment="left,can_scale" dspf="1" style="semi_bold"/>

    <!-- International Appearances -->
    <widget class="international_appearances_label" id="pfcg" col="1" row="11" column_span="2" size="7"/>

    <!-- Age -->
    <widget class="label" id="pfag" col="3" row="10" column_span="2" style="semi_bold"/>

    <!-- Date Of Birth -->
    <widget class="label" id="pdob" col="3" row="11" column_span="2" size="7" />

    <!-- Height -->
    <widget class="height_label" id="phei" col="1" row="12" column_span="2" style="semi_bold"/>

    <!-- Weight -->
    <widget class="weight_label" id="pwei" col="1" row="13" column_span="2" size="7" />

    <!-- Preferred Foot -->
    <widget class="label" id="pfot" col="3" row="12" column_span="2" style="semi_bold"/>

    <!-- Preferred Foot Label -->
    <widget class="label" id="text" text="Preferred Foot" col="3" row="13" column_span="2" size="7" />

    <!-- Wage -->
    <widget class="label" id="wagw" col="1" row="14" column_span="2" style="semi_bold"/>

    <!-- Contract Expiry -->
    <widget class="label" id="pexp" col="1" row="15" column_span="2" size="7" />

    <!-- Value -->
    <widget class="label" id="pval" col="3" row="14" column_span="2" style="semi_bold"/>

    <!-- Value Label -->
    <widget class="label" id="text" text="Estimated Value[COMMENT: player profile; value label]" col="3" row="15" column_span="2" size="7" />

    <!--Extra Info -->
    <widget class="text" id="pinf" spec="text" col="0" row="16" column_span="4" alignment="centre_x,centre_y" style="semi_bold" colour="profile extra text"/>
  
  </widget>

  <!-- WITHOUT PORTRAIT -->
  <!-- this version of the table is used if the player portrait is hidden -->
  <widget class="table" id="pld2" mode="fill_rows, stripe_rows, printable" layout="-1,-1,-1" fixed_size_rows="true" row_spacing="0" row_height="20">

    <list id="headings">
      <record text="Personal Details" alignment="left, centre_y" column_span="3"/>
    </list>

    <list id="column_properties">
      <record indx="0" alignment="left,centre_y"/>
      <record indx="1" alignment="right,centre_y" colour="selection"/>
      <record indx="2" alignment="right,centre_y" colour="selection"/>
    </list>

    <!-- small inset from sides of table -->
    <list id="column_display_properties">
      <record indx="0" left="4" sort_disabled="true"/>
      <record indx="1" rght="4" sort_disabled="true"/>
      <record indx="2" rght="4" sort_disabled="true"/>
    </list>

    <!-- Nationality -->
    <widget class="label" text="Nationality" col="0" row="0" column_span="2" />
    <widget class="nation_button" id="pfna" col="1" row="0" column_span="2" icon_alignment="right,can_scale" dspf="1"/>

    <!-- Caps + Goals -->
    <widget class="label" text="International" col="0" row="1" column_span="2" />
    <widget class="international_appearances_label" id="pfcg" col="1" row="1" column_span="2" />

    <!-- DOB -->
    <widget class="label" text="Born" col="0" row="2" column_span="2" />
    <widget class="label" id="pdob" col="1" row="2" column_span="2" />

    <!-- Age -->
    <widget class="label" text="Age" col="0" row="3" column_span="2" />
    <widget class="label" id="pfag" col="1" row="3" column_span="2" />

    <!-- Player Position -->
    <widget class="label" text="Position" col="0" row="4" column_span="2" />
    <widget class="label" id="pprs" col="1" row="4" column_span="2" />

    <!-- Foot -->
    <widget class="label" text="Preferred Foot" col="0" row="5" column_span="2" />
    <widget class="label" id="pfot" col="1" row="5" column_span="2" />

    <!-- Height -->
    <widget class="label" text="Height[COMMENT - player profile panel; height label]" col="0" row="6" column_span="2" />
    <widget class="height_label" id="phei" col="1" row="6" column_span="2" />

    <!-- Weight -->
    <widget class="label" text="Weight[COMMENT - player profile panel; weight label]" col="0" row="7" column_span="2" />
    <widget class="weight_label" id="pwei" col="1" row="7" column_span="2" />

    <!-- Value -->
    <widget class="label" text="Value" col="0" row="8" column_span="2" />
    <widget class="label" id="pval" col="1" row="8" column_span="2" />

    <!-- Wage Details -->
    <widget class="label" text="Basic Wage" col="0" row="9" column_span="2" />
    <widget class="label" id="wagw" col="1" row="9" column_span="2" />

    <!--Contract Expires -->
    <widget class="label" text="Contract Expires" col="0" row="10" column_span="2" />
    <widget class="label" id="pexp" col="1" row="10" column_span="2" />

    <!--Extra Info -->
    <widget class="text" spec="text" id="pinf" col="0" row="11" column_span="3" colour="profile extra text" alignment="right, centre_y"/>

  </widget>

</panel>


That will make it work. I imagine the bit about 'club logo' and 'player picture' will be the specific code that changes this but I'm not sure what removing the rest of the code will do.

#948 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 14 November 2009 - 12:17 AM

you beat me to it

Panels - player profile personal details add this:

</container>
	<!-- Attribute Analyser Container -->

<!-- Logo and Picture Container -->
		<widget class="group_box" row="0" col="0" column_span="4" row_span="10">

 	<!-- Club Logo -->
			<widget class="picture" id="pict" transparency="0.35" auto_size="all" image_alignment="centre">
 	<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/>
 	<layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>

 	<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
 	<attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>

 	<!-- tells the picture to listen for the 'main picture needs recolouring' property and sets its own 'should recolour' property from it -->
 	<attachment class="get_global_attachment" get_property="mprc" set_property="srec" skip_if_null="false"/>

 	<!-- the background, foreground and outline colours of the object we use for recolouring the default main picture if there is one, and it should be recoloured -->
 	<attachment class="get_global_attachment" get_property="bkcl" set_property="rrep"/>
 	<attachment class="get_global_attachment" get_property="fcol" set_property="grep"/>
 	<attachment class="get_global_attachment" get_property="ocol" set_property="brep"/>
 	</widget>

 	<!-- Player Picture -->
 	<widget class="picture" id="ppic" auto_size="all">
 	<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
 	<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" priority="1"/>
 	</widget>
		</widget>


View Postfmgod, on 14 November 2009 - 12:04 AM, said:

Any chance of a non-torrent link?

Like RS?


there is Premium version of RS but we're working on geting a direct link hopefully we can get it sorted this month

This post has been edited by mufckingud7: 14 November 2009 - 12:20 AM

I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#949 User is offline   Gordon1965 Icon

  • Reserve Team
  • PipPip
  • Posts: 3,307
  • Location:Lahn-dahn Towne
  • Nationality:Scotland
  • Supports:Kilmarnock, Fulham's my small team.
  • Managing:just....

Posted 14 November 2009 - 12:19 AM

Nice work lads!
I had an uncle who once played for Red Star Belgrade
He said that some things are really best left unspoken
But I prefer it all to be out in the open

#950 User is online   fmgod Icon

  • Also FIFAgod
  • PipPipPip
  • Posts: 6,963
  • Nationality:England

Posted 14 November 2009 - 12:22 AM

I've got a prem account on RS.

#951 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 14 November 2009 - 12:40 AM

http://rapidshare.com/files/304490174/FM10_Cut-Out_Megapack_v2.part01.rar.html
http://rapidshare.com/files/304535619/FM10_Cut-Out_Megapack_v2.part02.rar.html
http://rapidshare.com/files/304579670/FM10_Cut-Out_Megapack_v2.part03.rar.htm
http://rapidshare.com/files/304633385/FM10_Cut-Out_Megapack_v2.part04.rar.html
http://rapidshare.com/files/304672972/FM10_Cut-Out_Megapack_v2.part05.rar.html
http://rapidshare.com/files/304722290/FM10_Cut-Out_Megapack_v2.part06.rar.html
http://rapidshare.com/files/304743311/FM10_Cut-Out_Megapack_v2.part07.rar.html
http://rapidshare.com/files/304763650/FM10_Cut-Out_Megapack_v2.part08.rar.html
http://rapidshare.com/files/304784162/FM10_Cut-Out_Megapack_v2.part09.rar.html
http://rapidshare.com/files/304804796/FM10_Cut-Out_Megapack_v2.part10.rar.html
http://rapidshare.com/files/304823364/FM10_Cut-Out_Megapack_v2.part11.rar.html
http://rapidshare.com/files/304845344/FM10_Cut-Out_Megapack_v2.part12.rar.html
http://rapidshare.com/files/304868534/FM10_Cut-Out_Megapack_v2.part13.rar.html
http://rapidshare.com/files/304893336/FM10_Cut-Out_Megapack_v2.part14.rar.html


or

http://rapidshare.com/files/304923534/UploadByEmphatY-MEGAPACK2.0.zip.001
http://rapidshare.com/files/304922701/UploadByEmphatY-MEGAPACK2.0.zip.002
http://rapidshare.com/files/304922689/UploadByEmphatY-MEGAPACK2.0.zip.003
http://rapidshare.com/files/304923604/UploadByEmphatY-MEGAPACK2.0.zip.004
http://rapidshare.com/files/304922711/UploadByEmphatY-MEGAPACK2.0.zip.005
http://rapidshare.com/files/304924060/UploadByEmphatY-MEGAPACK2.0.zip.006
http://rapidshare.com/files/304925798/UploadByEmphatY-MEGAPACK2.0.zip.007
http://rapidshare.com/files/304924222/UploadByEmphatY-MEGAPACK2.0.zip.008
http://rapidshare.com/files/304923662/UploadByEmphatY-MEGAPACK2.0.zip.009
http://rapidshare.com/files/304923382/UploadByEmphatY-MEGAPACK2.0.zip.010
http://rapidshare.com/files/304922587/UploadByEmphatY-MEGAPACK2.0.zip.011
http://rapidshare.com/files/304926678/UploadByEmphatY-MEGAPACK2.0.zip.012
http://rapidshare.com/files/304923917/UploadByEmphatY-MEGAPACK2.0.zip.013
http://rapidshare.com/files/304923450/UploadByEmphatY-MEGAPACK2.0.zip.014
http://rapidshare.com/files/304921366/UploadByEmphatY-MEGAPACK2.0.zip.crc

This post has been edited by mufckingud7: 14 November 2009 - 12:41 AM

I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#952 User is online   fmgod Icon

  • Also FIFAgod
  • PipPipPip
  • Posts: 6,963
  • Nationality:England

Posted 14 November 2009 - 12:41 AM

to say i want your willy is not an understatement

#953 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 14 November 2009 - 12:43 AM

post sets have been said to be working hope they are can you let me kow which one you have chose and the results, thanks
I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#954 User is offline   NunoKopio Icon

  • Ball Boy
  • Posts: 165
  • Supports:Benfica, Rushden & Diamonds

Posted 14 November 2009 - 02:04 AM

Downloading via torrent will share once finished, thinking on uploading it to my filefront acount.
Did you create a fantasy team??? Need a logo?? Some Kits maybe????
Well it's your lucky day, contact me and i will take your request.


Shiny Logos 2012

#955 User is online   KEZ7 Icon

  • Almost Productive
  • Icon
  • Posts: 8,613
  • Location:South Shields
  • Nationality:England

Posted 14 November 2009 - 02:28 AM

View PostNunoKopio, on 14 November 2009 - 02:04 AM, said:

Downloading via torrent will share once finished, thinking on uploading it to my filefront acount.

Surely they won't allow that size upload?

#956 User is offline   US ARSENAL Icon

  • Youth Team
  • Icon
  • Posts: 826
  • Location:Pittsburgh PA USA
  • Nationality:England
  • Supports:Arsenal
  • Gamertag:PERRY7194

Posted 14 November 2009 - 02:40 AM

View Postmufckingud7, on 13 November 2009 - 06:17 PM, said:

you beat me to it

Panels - player profile personal details add this:

</container>
	<!-- Attribute Analyser Container -->

<!-- Logo and Picture Container -->
		<widget class="group_box" row="0" col="0" column_span="4" row_span="10">

 	<!-- Club Logo -->
			<widget class="picture" id="pict" transparency="0.35" auto_size="all" image_alignment="centre">
 	<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/>
 	<layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>

 	<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
 	<attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>

 	<!-- tells the picture to listen for the 'main picture needs recolouring' property and sets its own 'should recolour' property from it -->
 	<attachment class="get_global_attachment" get_property="mprc" set_property="srec" skip_if_null="false"/>

 	<!-- the background, foreground and outline colours of the object we use for recolouring the default main picture if there is one, and it should be recoloured -->
 	<attachment class="get_global_attachment" get_property="bkcl" set_property="rrep"/>
 	<attachment class="get_global_attachment" get_property="fcol" set_property="grep"/>
 	<attachment class="get_global_attachment" get_property="ocol" set_property="brep"/>
 	</widget>

 	<!-- Player Picture -->
 	<widget class="picture" id="ppic" auto_size="all">
 	<layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
 	<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" priority="1"/>
 	</widget>
		</widget>




there is Premium version of RS but we're working on geting a direct link hopefully we can get it sorted this month

if I want to add the logo to my players pic behind him can I add this to a already made config ?
Posted ImagePosted ImagePosted Image

#957 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 14 November 2009 - 03:00 AM

View PostUS ARSENAL, on 14 November 2009 - 02:40 AM, said:

if I want to add the logo to my players pic behind him can I add this to a already made config ?


yes mate that is all you need to add and as you can see the...
</container>
 <!-- Attribute Analyser Container -->


that is where you need to paste...

<!-- Logo and Picture Container -->
 <widget class="group_box" row="0" col="0" column_span="4" row_span="10">

 <!-- Club Logo -->
 <widget class="picture" id="pict" transparency="0.35" auto_size="all" image_alignment="centre">
 <layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/>
 <layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>

 <!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
 <attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>

 <!-- tells the picture to listen for the 'main picture needs recolouring' property and sets its own 'should recolour' property from it -->
 <attachment class="get_global_attachment" get_property="mprc" set_property="srec" skip_if_null="false"/>

 <!-- the background, foreground and outline colours of the object we use for recolouring the default main picture if there is one, and it should be recoloured -->
 <attachment class="get_global_attachment" get_property="bkcl" set_property="rrep"/>
 <attachment class="get_global_attachment" get_property="fcol" set_property="grep"/>
 <attachment class="get_global_attachment" get_property="ocol" set_property="brep"/>
 </widget>

 <!-- Player Picture -->
 <widget class="picture" id="ppic" auto_size="all">
 <layout class="centre_in_parent_attachment" alignment="horizontal" offset="0" priority="1"/>
 <layout class="stick_to_sides_attachment" alignment="bottom" inset="0" priority="1"/>
 </widget>
 </widget>

I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#958 User is offline   crookes Icon

  • Ball Boy
  • Posts: 390
  • Location:Australia
  • Nationality:Australia
  • Supports:Arsenal FC

Posted 14 November 2009 - 06:20 AM

hey guys here is a player profile personal details.xml that i edited yesterday that is slightly different to the one posted on here

player profile personal details.xml

i made a correction to the sizing of the logo to remove it from allowing logos to be autosized and have them stay as they were in fm09 configs of 176x176...(otherwise if you leave it as is and go to a player with a generic default logo behind them it appears HUGE and only half shows up)
also edited the transparency to be 0.2 (just a personal preference and same as fm09)

so instead of this:
<!-- Club Logo --> <widget class="picture" id="pict" transparency="0.35" auto_size="all" image_alignment="centre"> <layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/> <layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>


my file has this:
<!-- Club Logo --> <widget class="picture" id="pict" transparency="0.2" scale_picture="true" keep_aspect_ratio="true" height="176" width="176" image_alignment="centre">
<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>

This post has been edited by crookes: 14 November 2009 - 06:22 AM


#959 User is offline   mufckingud7 Icon

  • Reserve Team
  • Icon
  • Posts: 1,778
  • Location:Sunderland
  • Nationality:England
  • Supports:Man Utd
  • Steam ID:mufckingud7

Posted 14 November 2009 - 06:55 AM

cheers mate i will test it out
I need some researchers and cutters if interested then please PM me with what you want to do, i can send packs of 5, 10, 15 or as many as you want.

This is for Cut-Out Faces Only

SUSIE FM11 Goal Of The Month Winner for October, November & December 2010.
SUSIE FM12 Goal Of The Month Winner for December 2011

#960 User is offline   mons Icon

  • Malteser
  • Icon
  • Posts: 3,983
  • Location:Gozo
  • Nationality:Malta
  • Supports:Liverpool
  • Managing:Ajax Lasnamäe
  • Steam ID:mons

Posted 14 November 2009 - 04:17 PM

View Postcrookes, on 14 November 2009 - 07:20 AM, said:

hey guys here is a player profile personal details.xml that i edited yesterday that is slightly different to the one posted on here

player profile personal details.xml

i made a correction to the sizing of the logo to remove it from allowing logos to be autosized and have them stay as they were in fm09 configs of 176x176...(otherwise if you leave it as is and go to a player with a generic default logo behind them it appears HUGE and only half shows up)
also edited the transparency to be 0.2 (just a personal preference and same as fm09)

so instead of this:
<!-- Club Logo --> <widget class="picture" id="pict" transparency="0.35" auto_size="all" image_alignment="centre"> <layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/> <layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>


my file has this:
<!-- Club Logo --> <widget class="picture" id="pict" transparency="0.2" scale_picture="true" keep_aspect_ratio="true" height="176" width="176" image_alignment="centre">
<layout class="centre_in_parent_attachment" alignment="horizontal" offset="-80" priority="1"/>
<layout class="stick_to_sides_attachment" alignment="bottom" inset="1" priority="1"/>


Fantastic :thup: The only pity is the loss of the attribute analyser. No biggie, I never really used it anyway.
Before asking for a cut-out picture, ensure you have downloaded Megapack 4.0 and any ensuing updates from here

If you want to request a picture of somebody not in the Megapack, go to this thread and follow the guidelines within.

If you want to request a different, improved picture of somebody who is already in the MP, go to this thread and follow the guidelines within.

  • (235 Pages)
  • +
  • « First
  • 46
  • 47
  • 48
  • 49
  • 50
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

4 User(s) are reading this topic
1 members, 3 guests, 0 anonymous users

  1. THFC_10