Jump to content

Help to merge things of FMC Skin with FM Normal skin


brenosantos

Recommended Posts

Hi, i want to know how to edit the normal skin extracted with the Resource Archiver with that screen of FM Classic Skin (just the General Information and Facilities columns), like that print.

Gko2A.png

(The image is in Portuguese because i'm brazilian).

And, sorry for my english. Thanks for all.

Link to post
Share on other sites

I can help with this, in the FMC skin files there is a panel named "team container information combined panel" rename this "team container information overview panel" and put into the base skin

Then to remove blank third kits open the panel and find this

<!-- licensed kits table -->

<container class="bordered_box" appearance="boxes/plain/subtle/paper">

And change to this

<container class="bordered_box" appearance="boxes/plain/subtle/paper" id="tiki">

That should do the trick

Link to post
Share on other sites

It works, but look at this image:

jVsJZ.png

The general information column have a white "background" (i don't know what is the correct word because i don't speak english fluently), and the facilities column don't have that background. I want to add this background to the facilities column, can you help me?

Thank you JackHammer, you're helping me a lot.

Link to post
Share on other sites

Ok, this should do it, open the "team container information overview" panel again, find this line

<!--stadium info on the right-->

<container class="subsection_box" appearance="boxes/subsection/borderless" title="Facilities">

And change it to this

<!--stadium info on the right-->

<container class="subsection_box" title="Facilities">

Link to post
Share on other sites

Don't work :(

My xml is like that:

<!--stadium info on the right-->

<container class="subsection_box" title="Facilities">

<layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="2"/>

<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>

but it don't work. Still the same at the last image.

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...