Jump to content
  • 0

Please Help me with Fonts WinQuatos setting


OldGamer

Question

I try my very best to explain in details the problem I'm having and hope some can help this old man with my problem :O

The fonts I'm using is called square_sans_serif_71 for the Victory

[FNT v2]
fntversion = 2,00
name = "square_sans_serif_7"
author = "square_sans_serif_7"

[Def]
Type = truetype
Size = 15,15
Spacing = 1,0
Offset = 0,0
File = square_sans_serif_7.ttf
Blend = 1

 

And here the setting for the win quota for the victory screen

;Win quote text
winquote.text = "Winner!" ;Default win quote text to show
winquote.offset = 400,400
winquote.font = 8,0,0, 0,255,255
winquote.textwrap = w     ;Word wrap

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

HOLY MOLLY i FIGURE MY OWN PROBLEM:=D:

 

But Im going to share this with everyone as well

 

Here a Picture  how its like now with These setting

And here the setting for the win quota for the victory screen

;Win quote text
winquote.text = "Winner!" ;Default win quote text to show
winquote.offset = 400,400
winquote.font = 8,0,0, 0,255,255
winquote.textwrap = w     ;Word wrap

 

By using 81 characters

mugen000_zps3smrco5g.png

 

Now here what happen if you add a number 1 with 8,0,0

winquote.offset = 400,400
winquote.font = 8,0,1, 0,255,255
winquote.textwrap = w     ;Word wrap

 

mugen001_zpsypasptzf.png

 

Now if I try to remove the winquote.textwrap = w     ;Word wrap and change the winquote.offset = 400,400 to winquote.offset =  20,370

this is how its look

winquote.text = "Winner!" ;Default win quote text to show
winquote.offset = 20,370
winquote.font = 8,0,1, 0,255,255
;winquote.textwrap = w     ;Word wrap

 

this is how its look now but you can see that the words line up but not fully covering the rest of the characters with the box

 

mugen002_zps4onvxumv.png

 

 

then I figure how to make all 81 characters fix in the box by doing this.

I remove the W on winquote.textwrap = and I add a letter lower case L

and should look like this

winquote.textwrap = l

 

then I made the setting like this

;Win quote text
winquote.text = "Winner!" ;Default win quote text to show
winquote.offset = 20,370
winquote.font = 8,0,1, 0,255,255
winquote.textwrap = l     ;Word wrap

 

and I made all 81 characters fit in the box :)

 

mugen003_zpsagtulzcp.png

 

 

I hope this help everyone when dealing with text and winquote with mugen victory screen :D

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Link to comment
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
×
×
  • Create New...