OldGamer Posted January 18, 2016 Posted January 18, 2016 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 CHECK OUT MY WEBSITE
0 OldGamer Posted January 19, 2016 Author Posted January 19, 2016 HOLY MOLLY i FIGURE MY OWN PROBLEM 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 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 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 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 :) I hope this help everyone when dealing with text and winquote with mugen victory screen :D CHECK OUT MY WEBSITE
Question
OldGamer
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
CHECK OUT MY WEBSITE
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now