Help => M.U.G.E.N Development Help => Tips, Tricks, Tutorials => Topic started by: ELECTR0 on September 19, 2014, 08:00:58 am
Title: ELECTR0's Stage Tutorials
Post by: ELECTR0 on September 19, 2014, 08:00:58 am
Instead of having a bunch of tutorial threads about stages i'm placing all of mine into one thread. As I get request on how to do something in a stage I will try my best to explain in a video if it is to hard to explain with text.
OldGamer wanted to know how to make the hawk on his Samurai Showdown 3 stage swirl around. This video covers how the background controllers SinY and SinX work and how it applies to the hawk.
Zooming
Making a stage from start to finish - Not really a tutorial but more of a walk-through on what I do.
Title: Re: ELECTR0's Stage Tutorials
Post by: Tamez on September 19, 2014, 11:33:15 am
Hey, nice vid. Always good to see someone promoting the use of BGCtrls.
I didn't get a chance to check out the whole thing, but one thing I notice you doing that you don't have too is reloading mugen every time you change the stage.
If you do shift+F4 while in a match, it'll reload the stage, applying any changes you made.
If you don't want to use this because you think it might confuse viewers unless you explain it every video, that's understandable. Alternatively, since all the stage info is freshly loaded just before every fight you could just exit out to the character select screen, make the changes to the code, and then start a new fight.
Title: Re: ELECTR0's Stage Tutorials
Post by: Watta on September 19, 2014, 12:11:31 pm
If you do shift+F4 while in a match, it'll reload the stage, applying any changes you made.
What? Seriously? Woah I didn't know that. Gonna try it out, it should save me an ass load of time loading up the engine -_-
Title: Re: ELECTR0's Stage Tutorials
Post by: ELECTR0 on September 19, 2014, 04:05:05 pm
@Elecbyte Janitor
I knew that using shift+F4 would restart the match during a fight, but I didn't know it would accept changes that I had made to the code and anim's. This will definitely speed things up for me when coding by myself. I'll use your second tip while making a video of going back to the select screen then reloading match. Thanks for the advice!
Title: Re: ELECTR0's Stage Tutorials
Post by: ELECTR0 on November 10, 2014, 09:27:52 pm
New vid up about zooming.
Title: Re: ELECTR0's Stage Tutorials
Post by: Fallen on November 10, 2014, 10:36:27 pm
Hey awesome tutorials man I just wanted to ask if you could also make a tutorial on parallex that would be great help
Title: Re: ELECTR0's Stage Tutorials
Post by: ELECTR0 on November 10, 2014, 11:04:04 pm
I'll add it to the to do list.
Title: Re: ELECTR0's Stage Tutorials
Post by: ELECTR0 on November 19, 2014, 06:43:30 am
New video up of me making a stage from start to finish. Not really a tutorial but more of a walk-through. The sound gets offset from time to time because I speed some sections on the video up to save time on repetitious parts. This video is good for people who have zero knowledge of how to start, rip and code a simple stage. I'll have the second part up soon as I edit it.