Would you like to react to this message? Create an account in a few clicks or log in to continue.
Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
I really need your help. How can I animate Mugen Stage fade into darker?
4 posters
Author
Message
Mr.Welldone
Posts : 205 Join date : 2014-09-13 Age : 40 Location : Canada
Subject: I really need your help. How can I animate Mugen Stage fade into darker? April 14th 2017, 7:50 am
I have darkened the image into darker on gimp: I faded the image and saved into plenty of them right into pcx. I've used fighter factory to add pictures right beside Central Park I made I made for the darkened colors: Fade to the evening reservoirs, Evening time reservoir and Fade to the night reservoirs, Night time reservoir. And then I saved it into Central Park Perfection. And I opened up Mugen for a test, but the stage is not fading into darker. I want to do it same thing as Marvel VS Capcom Rockdune. Like this, watch this:
And I will show you my statement:
[Info] ;Name of the stage. name = "Central Park Perfection" displayname = "MVSSNK Central Park 1" ;Name to display versiondate = 04,08,2017 ;Version date of stage (MM,DD,YYYY or X.XX) mugenversion = 1.0 author = "Mr.Welldone" ;Stage author name
;--- Common --- ;Don't change these values. leftbound = -1000 ;Left bound (x-movement) rightbound = 1000 ;Right bound
;-------------------------------------------------------- [Bound] ;Distance from left/right edge of screen that player can move to ;Typically 15 screenleft = 15 ;Dist from left of screen that player can move to screenright = 15 ;Right edge
But, I really need your help. how can I animate Mugen Stage fade into darker?
(No Rude Answers)
LESSARD
Posts : 2221 Join date : 2016-06-19 Age : 45 Location : In your wildest mugen Dreams
Subject: Re: I really need your help. How can I animate Mugen Stage fade into darker? April 14th 2017, 2:42 pm
Im not good at bgctrls. But i made something like you want in the last stage I release. You can study the *sff and the *def codes. Take care.
Navana
Posts : 2020 Join date : 2014-06-17 Age : 30 Location : Ohio
Subject: Re: I really need your help. How can I animate Mugen Stage fade into darker? April 14th 2017, 2:46 pm
Good luck with this. It would be interesting to learn this.
THE ERIX
Posts : 87 Join date : 2016-06-19
Subject: Re: I really need your help. How can I animate Mugen Stage fade into darker? April 14th 2017, 3:25 pm
I'm not completely able to translate your problem, but I think I've understood your issue and my advice is this: if you have all the sprites, that is the biggest part of the work, you can do that but not with a bg set to normal, you have to use animated. so, go to the line of [BG 0]; Central Park Reservoir (Sky & City), that i suppose is the one you want to darken, otherwise go to the BG you want to animate, change the type from 'normal' to 'animated',
remove spriteno = 0,0
and add actionno = 1
then go to the bottom of the doc and add ;---------------------- [Begin Action 1]
then, just under it, add 0,0, 0,0, 60 0,1, 0,0, 60 0,2, 0,0, 60 and so on where the first number is the group of the sprite in FF, the second is the number of each image with the different shades, and the last one is the time. so, write all this lines with the numbers of the images you have. this will basically be the list of all the images to appear whit their order and duration i suggest you to call them 0,1 0,2 0,3 or sililar in FF for a quicker writing.
once the .def is writeen and saved you can open it in FF and in the animation menu modify and try the time effect. there you can also set the transparency for a better transition effect.
Last edited by THE 天 ERIX on April 14th 2017, 3:37 pm; edited 2 times in total
THE ERIX
Posts : 87 Join date : 2016-06-19
Subject: Re: I really need your help. How can I animate Mugen Stage fade into darker? April 14th 2017, 3:27 pm
hope i helped you. if this is what you were looking for, trust me is easier to do it than to explain, just try it a couple of time and you will learn it, and maybe look at some easy stages code to see it written properly. if this is not you solution, nevermind, i misunderstood
otherwise Pm me your def and sff and i'll give them a look. bye
Sponsored content
Subject: Re: I really need your help. How can I animate Mugen Stage fade into darker?
I really need your help. How can I animate Mugen Stage fade into darker?