**MEGAPACK Home Thread** - Latest update: 4.05 Updates and info inside, read opening post
#941
Posted 13 November 2009 - 11:16 PM
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
Posted 13 November 2009 - 11:20 PM
He said that some things are really best left unspoken
But I prefer it all to be out in the open
#945
Posted 13 November 2009 - 11:55 PM
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
#947
Posted 14 November 2009 - 12:13 AM
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
Posted 14 November 2009 - 12:17 AM
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>
fmgod, on 14 November 2009 - 12:04 AM, said:
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
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
#951
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
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
Posted 14 November 2009 - 12:41 AM
#953
Posted 14 November 2009 - 12:43 AM
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
Posted 14 November 2009 - 02:04 AM
Well it's your lucky day, contact me and i will take your request.
Shiny Logos 2012
#955
Posted 14 November 2009 - 02:28 AM
NunoKopio, on 14 November 2009 - 02:04 AM, said:
Surely they won't allow that size upload?
PREDICTION LEAGUE
Match Set 19 Fixtures
#956
Posted 14 November 2009 - 02:40 AM
mufckingud7, on 13 November 2009 - 06:17 PM, said:
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 ?


#957
Posted 14 November 2009 - 03:00 AM
US ARSENAL, on 14 November 2009 - 02:40 AM, said:
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>
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
Posted 14 November 2009 - 06:20 AM
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
Posted 14 November 2009 - 06:55 AM
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
Posted 14 November 2009 - 04:17 PM
crookes, on 14 November 2009 - 07:20 AM, said:
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
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.


MultiQuote








