Jump to content

How to make all 81 or more/less characters fit the box in victory screen both mugen 1.0 and mugen 1.1


Riku Minato

Recommended Posts

I try this method and tested and.....Wow it works it fits, Anyways I like to share to everyone and hope this helps.

 

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

 

OK here's 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 you try to remove the winquote.textwrap = w  and change the winquote.offset = 400,400(If you have this in your screenpack)

to winquote.offset =  20,370

this is how it looks like
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

 

Now in winquote.textwrap = remove the W and replace a letter lower case 

 

and should look like this
winquote.textwrap = l
then I made the setting to look 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 there is all 81 characters fit in the box  :victory:

mugen003_zpsagtulzcp.png

 

Hope this help Guys/Gals when dealing with text and winquote with the victory screen in both mugen 1.0 and mugen 1.1.

 

Credits goes to OldGamer for making this good tutorial.

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