Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
oJMPx
Have a couple of skins i like, but want the instant result button on them
Is it possible?
Cheers
a31632
Yep, pretty easy actually.
Add this code to the bottom of your "titlebar.xml" in your favorite skin and the button is there:
<!--instant match button-->
<widget class="button" id="INST" size="9" appearance="button/custom/instant/button" width="120" height="20" font="fonts/continue instant" colour="white" alignment="centre" disable_layout_attachments_when_embedded="true">
<translation id="text" translation_id="339740" type="use" value="Instant Result[COMMENT: text for a button that will generate an instant result for the upcoming match rather than having to go through and play it]" />
<record id="click_event" event_id="INST" event_target="glob" />
<layout class="stick_to_sides_attachment" alignment="top,right" inset="70" />
<attachment class="test_global_attachment" get_property="sect" mode="1" set_property="hidn">
<list id="value">
<integer value="phtc" />
<integer value="PhcT" />
<integer value="PhcP" />
<integer value="PhcS" />
<integer value="PhcN" />
<integer value="PhcC" />
<integer value="PhcF" />
<integer value="patc" />
<integer value="PacT" />
<integer value="PacP" />
<integer value="PacS" />
<integer value="PacN" />
<integer value="PacC" />
<integer value="PacF" />
</list>
</attachment>
</widget>
If you want to change the position, size etc. edit the "width", "height" values or the "inset" value at "alignment top,right"
I made an minor update for the Champions League skin that contains the button for it in the "graphics" folder as well as an updated "titlebar.xml" file.
Just check it out through the download option.
luc.velthuis
can you help me? didnt work for me
mons
That's because that code worked for FM14 and the post you replied to is almost 7 years old now
Try this file
Alexandr Footmob
Light Skin by michaeltmurrayuk: https://community.sigames.com/forums/topic/546366-fm21skin-light-skin
kingrobbo
perhaps ask there
Alexandr Footmob
There I asked too, but the author says: I don't use it I cannot offer support.
So I decided to find help on the side.
Pascal Franke
Tommy Hughes
I believe Flut skin has an Instant Result Button. And it's a great skin, regardless.
Alexandr Footmob
No one can help or suggest how to do this?