Riku Minato Posted September 21, 2016 Posted September 21, 2016 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 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 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 Now in winquote.textwrap = remove the W and replace a letter lower case L 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 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. My Ultimate Crush
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