el-chambo Posted April 4, 2018 Share Posted April 4, 2018 What date did you get the error? Only reason I ask I had 2 crash dumps on the 6th May and could not get pass that date. Link to post Share on other sites More sharing options...
widowmaker- Posted April 5, 2018 Share Posted April 5, 2018 Right at the strat of the first season. New ave and first time i tried the skin too. Seams to have sorted itself out though. Link to post Share on other sites More sharing options...
Cizzu Posted June 17, 2018 Share Posted June 17, 2018 Il 25/3/2018 in 14:51 , Jovovich ha scritto: Thanks for this beautiful skin!Could you tell me how to hide these two panels?I do not want to see them while I play.Is it possible to remove the competition logo? Here I would like to see the shirt numbers Link to post Share on other sites More sharing options...
Jovovich Posted June 20, 2018 Author Share Posted June 20, 2018 On 17/06/2018 at 22:45, Cizzu said: Thanks for this beautiful skin!Could you tell me how to hide these two panels?I do not want to see them while I play.Is it possible to remove the competition logo? Here I would like to see the shirt numbers 1. feet panels/player/player personal details panel.xml <container> <layout class="arrange_horizontal_attachment" layout="25,-1,25" offset="0" gap="0" /> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" /> <!-- left foot --> <widget class="attribute_label" size="10" alignment="centre" use_attribute_colour_as_bg="false" appearance="boxes/custom/footed/left foot"> <record id="object_property"> <integer id="get_property" value="Plft" /> </record> </widget> <container> <layout class="arrange_vertical_attachment" layout="-1,-1" offset="0" gap="0" /> <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" /> <!--footedness--> <widget class="foot_label" size="11" alignment="centre_x,bottom,auto_fit" > <record id="object_property"> <integer id="get_property" value="Pfot" /> </record> </widget> <!--footedness label--> <widget class="label" font="title" colour="faded text" alignment="centre_x,top,can_scale"> <translation id="text" translation_id="227955" type="use" value="footed" /> </widget> </container> <!-- right foot --> <widget class="attribute_label" size="10" alignment="centre" use_attribute_colour_as_bg="false" appearance="boxes/custom/footed/right foot"> <record id="object_property"> <integer id="get_property" value="Prft" /> </record> </widget> </container> These lines are which you are looking for. 2. Find lines in panels/match/match preview panel.xml <!-- Expected Tactic --> <widget class="text" alignment="centre" auto_size="vertical" font="title"> <translation id="text" translation_id="447657" type="use" value="Expected Tactic[COMMENT: oppositon team report; heading]" /> </widget> <container height="300"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" /> <!--comp logo--> <container> <widget class="object_portrait_picture" id="cmlH" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre" width="160" height="160" > <record id="object_property"> <integer id="get_property" value="fxCo" /> <integer id="set_property" value="objt" /> </record> <layout class="centre_in_parent_attachment" alignment="all" inset="0" /> </widget> </container> <container> <layout class="arrange_horizontal_attachment" layout="-1, -1" offset="0" /> <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0" /> <container class="team_opposition_overview_report_panel" file="none"> <integer id="team_index" value="1" /> <record id="object_property"> <integer id="get_property" value="objt" /> <integer id="set_property" value="objt" /> </record> Delete the red lines. 3. I have no idea. Sorry. I have not tried yet. Link to post Share on other sites More sharing options...
Artin Posted June 23, 2018 Share Posted June 23, 2018 this skin is very pretty! thanks very much!!! Link to post Share on other sites More sharing options...
CM2 Posted July 15, 2018 Share Posted July 15, 2018 En 11/3/2018 a las 18:16, ginobili20 dijo: thanks man!now the familiarity is ok. last question: as u can see in the picture uploaded,i want players pictures aside the name in the tattics,can u tell me how i can? +1 Link to post Share on other sites More sharing options...
SM001 Posted July 16, 2018 Share Posted July 16, 2018 Hi, great job with the skin. My favourite of '18. Do the 3d kits work with this skin? All I get are all white kits. They look like orderlies running around! Link to post Share on other sites More sharing options...
InSp1RaT0R1950 Posted July 19, 2018 Share Posted July 19, 2018 Does anybody know how to change fonts from capital to small letters on match scoreboard? <!--home team name--><container class="bordered_box" appearance="boxes/custom/match/scoreboard/epl/name"><layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" /><widget class="text_button" id="T1nm" size="18" alignment="centre,can_scale" click_event="htac" font="match colour white cap"/></container></container> I suppose that I need to change something here Link to post Share on other sites More sharing options...
steveyisatard Posted July 19, 2018 Share Posted July 19, 2018 1 hour ago, InSp1RaT0R1950 said: font="match colour white cap" I'd guess that would be what controls it Link to post Share on other sites More sharing options...
InSp1RaT0R1950 Posted July 19, 2018 Share Posted July 19, 2018 5 hours ago, steveyisatard said: I'd guess that would be what controls it Yes but what to change Link to post Share on other sites More sharing options...
dwood79 Posted July 20, 2018 Share Posted July 20, 2018 You need to find the "match colour white cap.xml"-File in /fonts in your Skin-Directory or extract it from sources. Then you will have to find the following line: <string id="capitalisation" value="upper case" /> and delete it. That should do the trick, at least that works for me on other panels... Link to post Share on other sites More sharing options...
InSp1RaT0R1950 Posted July 20, 2018 Share Posted July 20, 2018 1 hour ago, dwood79 said: You need to find the "match colour white cap.xml"-File in /fonts in your Skin-Directory or extract it from sources. Then you will have to find the following line: <string id="capitalisation" value="upper case" /> and delete it. That should do the trick, at least that works for me on other panels... I also have "black colour cap.xml" file Should I do the same with it? Link to post Share on other sites More sharing options...
dwood79 Posted July 20, 2018 Share Posted July 20, 2018 Since I'm not using this skin I can't tell you that... you might use something like notepad++ and search your skin-folder for the string "font=black colour cap" to see where it is used... If you want to make sure you're not messing up other stuff in the skin you can also duplicate your "match colour white cap.xml" with a name like match_cap.xml, Delete the line as mentioned above and change your scoreboard-line to <widget class="text_button" id="T1nm" size="18" alignment="centre,can_scale" click_event="htac" font="match_cap"/> Link to post Share on other sites More sharing options...
Jovovich Posted July 21, 2018 Author Share Posted July 21, 2018 On 20/07/2018 at 01:10, InSp1RaT0R1950 said: Does anybody know how to change fonts from capital to small letters on match scoreboard? <!--home team name--><container class="bordered_box" appearance="boxes/custom/match/scoreboard/epl/name"><layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" /><widget class="text_button" id="T1nm" size="18" alignment="centre,can_scale" click_event="htac" font="match colour white cap"/></container></container> I suppose that I need to change something here Delete a line <string id="capitalisation" value="upper case"/> in fonts/match colour black cap.xml and match colour white cap.xml Link to post Share on other sites More sharing options...
InSp1RaT0R1950 Posted July 21, 2018 Share Posted July 21, 2018 Thank you both Link to post Share on other sites More sharing options...
priority76 Posted August 15, 2018 Share Posted August 15, 2018 Great skin! But I'd like it even better if I could get rid of the back of the shirt name/number bit. Any idea how I could do this? Link to post Share on other sites More sharing options...
souza Posted September 1, 2018 Share Posted September 1, 2018 Hey Jovovich, I want to remove the boxes on the right side of screen(whole column). I do not need much info and want to make screen simple. Is it possible? If yes, how? Also It would be great if we can get an instant result button, or how we can add it? Thanks in advance! Link to post Share on other sites More sharing options...
CM2 Posted September 4, 2018 Share Posted September 4, 2018 En 16/7/2018 a las 1:45, CM2 dijo: +1 Jovovich, How can I put the faces? Link to post Share on other sites More sharing options...
CM2 Posted September 4, 2018 Share Posted September 4, 2018 En 11/3/2018 a las 18:16, ginobili20 dijo: Jovovich, How can I put the faces? Link to post Share on other sites More sharing options...
Cizzu Posted October 6, 2018 Share Posted October 6, 2018 Any update? Link to post Share on other sites More sharing options...
Cizzu Posted November 2, 2018 Share Posted November 2, 2018 Any Update for fm19 ?! Link to post Share on other sites More sharing options...
Cizzu Posted November 5, 2018 Share Posted November 5, 2018 Il 3/12/2017 in 05:57 , Jovovich ha scritto: Milla Skin for FM2018 Where is Jovovich ? Link to post Share on other sites More sharing options...
steveyisatard Posted November 5, 2018 Share Posted November 5, 2018 Give the guy a break, the game has only been out 4 days. Have a little patience or try to make your own skins. Link to post Share on other sites More sharing options...
Samelders Posted November 6, 2018 Share Posted November 6, 2018 I am playing FM TOUCH 2019 and i would like to just add estimated club value to the game (it has been excluded since FM 2018). Is there a way to edit the skin to add this feature in club information?? Thanks in advance! Link to post Share on other sites More sharing options...
Cizzu Posted January 6, 2019 Share Posted January 6, 2019 Il 5/11/2018 in 20:51 , steveyisatard ha scritto: Give the guy a break, the game has only been out 4 days. Have a little patience or try to make your own skins. I waited long enough So... no update for FM19 ?! Link to post Share on other sites More sharing options...
wkdsoul Posted January 6, 2019 Share Posted January 6, 2019 8 minutes ago, Cizzu said: I waited long enough So... no update for FM19 ?! No maker went back to FMNation due to stolen work, you could try him there. Link to post Share on other sites More sharing options...
Cizzu Posted June 23, 2019 Share Posted June 23, 2019 Andy update? Link to post Share on other sites More sharing options...
a31632 Posted June 25, 2019 Share Posted June 25, 2019 On 23/06/2019 at 01:45, Cizzu said: Andy update? As “wkdsoul” mentioned before, he is at “FMNation” and created a skin for FM 2019 which he released only there. You might have to try him there. Pretty obvious, as it is the middle of June, with no postings here from him on his new skin, that asking for updates here is pretty useless. Link to post Share on other sites More sharing options...
Cizzu Posted June 25, 2019 Share Posted June 25, 2019 1 ora fa, a31632 ha scritto: As “wkdsoul” mentioned before, he is at “FMNation” and created a skin for FM 2019 which he released only there. You might have to try him there. Pretty obvious, as it is the middle of June, with no postings here from him on his new skin, that asking for updates here is pretty useless. Yes, thanks. But it's very hard to read something to FMNation for me... any useful links? Link to post Share on other sites More sharing options...
a31632 Posted June 25, 2019 Share Posted June 25, 2019 Google can translate most of Korean in English. It’s a Korean website so not many other options here. Link to post Share on other sites More sharing options...
Cizzu Posted June 26, 2019 Share Posted June 26, 2019 Il 25/6/2019 in 16:30 , a31632 ha scritto: Google can translate most of Korean in English. It’s a Korean website so not many other options here. oh no... It doesn't work... Link to post Share on other sites More sharing options...
a31632 Posted June 27, 2019 Share Posted June 27, 2019 2 hours ago, Cizzu said: oh no... It doesn't work... Seriously?!? This is not the way to use Google Chrome LOL You go to the website and when it loaded you click in the top portion on the translate icon to translate the webpage. Link to post Share on other sites More sharing options...
Cizzu Posted June 27, 2019 Share Posted June 27, 2019 57 minuti fa, a31632 ha scritto: Seriously?!? This is not the way to use Google Chrome LOL You go to the website and when it loaded you click in the top portion on the translate icon to translate the webpage. Could you kindly send me the link to download the milla skin 19 directly? Link to post Share on other sites More sharing options...
Loda Posted June 27, 2019 Share Posted June 27, 2019 10 hours ago, Cizzu said: Could you kindly send me the link to download the milla skin 19 directly? What you're asking for isn't right or allowed anyway. If the author wanted it published or made available to 'us' here he would have done so already. You should PM the author directly yourself, end of discussion. Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.