Jump to content

Adding player signature?


Recommended Posts

I am looking to add a player signature underneath where it says No youth caps, similar to how it appears in this vitreous skin in Fm17.

Would anyone be able to assist me as I have limited skinning knowledge or is this a bit of a bridge too far for someone with limited knowledge?

 

*I have had a play around with how I would like it to look via pixel as point of reference (bottom screenshot)*

 

image.png.1f5f6df167d3da85899b50a0a417f9e2.png

Screenshot 2023-05-25 at 01.13.59.png

Screenshot 2023-05-25 at 01.22.20.png

Edited by lukewoodleymarshall
Link to post
Share on other sites

and what is the problem? download that skin, see what font it uses to write the player name and repeat it in your player overview panel
will be something like
 

					<widget class="person_button" id="name" alignment="left,centre,can_scale" size="large" font="signature" colour="text" display_format="2">
						<record id="object_property">
							<integer id="get_property" value="dref"/>
						</record>
					</widget>

and in the directory, ./font  create a signature.fontxml file like
 

<record>
	<string id="file_name" value="your_font.ttf"/>
</record>

and copy the font to the same directory

"signature" is not magic, it is just a font that is difficult to read :D

Edited by Olas Nick
Link to post
Share on other sites

12 hours ago, Olas Nick said:

and what is the problem? download that skin, see what font it uses to write the player name and repeat it in your player overview panel
will be something like
 

					<widget class="person_button" id="name" alignment="left,centre,can_scale" size="large" font="signature" colour="text" display_format="2">
						<record id="object_property">
							<integer id="get_property" value="dref"/>
						</record>
					</widget>

and in the directory, ./font  create a signature.fontxml file like
 

<record>
	<string id="file_name" value="your_font.ttf"/>
</record>

and copy the font to the same directory

"signature" is not magic, it is just a font that is difficult to read :D

Followed your instructions and added that code, this is what I have ended up with even tho I have copied the font and signature.xml over.

Screenshot 2023-05-25 at 20.04.45.png

Link to post
Share on other sites

20 minutes ago, lukewm said:

Followed your instructions and added that code, this is what I have ended up with even tho I have copied the font and signature.xml over.

Screenshot 2023-05-25 at 20.04.45.png

Have you copy'd both the fontx and the ttf file ?

Link to post
Share on other sites

48 minutes ago, snowofman said:

Have you copy'd both the fontx and the ttf file ?

Yes copied the font and the signature xml file, I don't think the font will be too much of an issue I think the biggest thing irritating me at the minute is the location of the signature, wanting to get it more in this position as shown below through photoshop.

 

*the font I copied over is a ttf file.*

Screenshot 2023-05-25 at 01.22.20.png

Edited by lukewoodleymarshall
Link to post
Share on other sites

okay so you have the following files

signature.xml - gets into the player overview panel.xml

signature.fontx.xml - in font folder

signature.ttf - in font folder

 

Names may be different - this is just to be sure you have all files

if the placement of your signature file isnt where you want it. you need to place it the correctly or re build the page so it is

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...