collapse

Author Topic: Enter movie of victory, how do you?  (Read 598 times)

0 Members and 1 Guest are viewing this topic.

Offline CyraxXXi

  • Initiate
  • **
  • Posts: 10
  • Country: Italy it
  • Last Login:August 03, 2015, 11:09:05 AM
  • Hi! I'm new!!
Enter movie of victory, how do you?
« on: April 01, 2015, 03:18:01 PM »
http://youtu.be/KfUWiL_gOlU

Hello everyone, I was seeing this video, and I came across this character.
As you see the 9:10 minute video is a final part just Voltage Zero wins the match.
I want to know how to put this into a movie in chars?
I went in search of the right to file Voltage Zero, but can not figure out what are, in fact I wanted to copy files and files sff cns in another char to insert that movie, then once verified proper operation could change the sFF files, so as to change the images with those of my char, and replicate that movie on other char.
I can not understand the image of the sff file where they are in the file assocciated cns, I understand this would be enough to copy the right strings and get the movie Voltage Zero.
I leave also the link of the character, I can not deal with them.
Can you help?

Voltage Zero :
« Last Edit: April 01, 2015, 03:43:27 PM by CyraxXXi »



Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: Enter movie of victory, how do you?
« Reply #1 on: April 01, 2015, 09:40:12 PM »
Is that the end of a random match, or the end of all the matches? It makes a difference in how you code it.

I am assuming not mugen 1.0+ as those have inbuilt winquotes. So it's either part of a winpose. Or it's an ending for arcade mode. Can't advise further without knowing which it is.

Offline CyraxXXi

  • Initiate
  • **
  • Posts: 10
  • Country: Italy it
  • Last Login:August 03, 2015, 11:09:05 AM
  • Hi! I'm new!!
Re: Enter movie of victory, how do you?
« Reply #2 on: April 02, 2015, 01:04:26 PM »
It is a end of a random match.
This is not a video arcade, this movie part at the end of each match.

Another example of another character to minute 2:15:

http://youtu.be/XguXiwOCfcM
« Last Edit: April 02, 2015, 01:23:02 PM by CyraxXXi »

Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: Enter movie of victory, how do you?
« Reply #3 on: April 02, 2015, 06:03:36 PM »
It's just an explod or helper in a winpose then.

States 180-189 are probably spawning explods or helpers, most likely explods using ontop = 1 and covering things up.

This isn't particularly hard. Spawn explods where you want them during a winpose. All done. If you want them to move, little harder but not impossible.

Offline CyraxXXi

  • Initiate
  • **
  • Posts: 10
  • Country: Italy it
  • Last Login:August 03, 2015, 11:09:05 AM
  • Hi! I'm new!!
Re: Enter movie of victory, how do you?
« Reply #4 on: April 03, 2015, 01:11:53 PM »
It's just an explod or helper in a winpose then.

States 180-189 are probably spawning explods or helpers, most likely explods using ontop = 1 and covering things up.

This isn't particularly hard. Spawn explods where you want them during a winpose. All done. If you want them to move, little harder but not impossible.

But you do not know the command that I have to use the cns to be able to replicate?

Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: Enter movie of victory, how do you?
« Reply #5 on: April 03, 2015, 07:43:05 PM »
type = explod, check it out in sctrls.html

It's just a spark, an effect. It's going to differ a little based on what your sprites look like. Are we doing EVERYTHING for you, or do you have some experience adding sprites to sff files and animations to the air? You could even copy an existing explod and play with it till it looks right.

Offline CyraxXXi

  • Initiate
  • **
  • Posts: 10
  • Country: Italy it
  • Last Login:August 03, 2015, 11:09:05 AM
  • Hi! I'm new!!
Re: Enter movie of victory, how do you?
« Reply #6 on: April 04, 2015, 10:47:00 AM »
type = explod, check it out in sctrls.html

It's just a spark, an effect. It's going to differ a little based on what your sprites look like. Are we doing EVERYTHING for you, or do you have some experience adding sprites to sff files and animations to the air? You could even copy an existing explod and play with it till it looks right.

I thought that it was possible to copy the one in the character: Voltage Zero, copy it and add it in my char, then changing the images in the file sff.
In practice I had seen those images by opening the file sff Voltage of zero, only that I can not understand where they are connected to the file cns of zero voltage.
My aim was to copy those lines of code in the file and cns sff Voltage of zero, and then swap the images sff of zero voltage with those of my character, I do not know if I explained?
Then I had only to insert a sound and the game was done.
But analyzing the character of Voltage zero can not figure out where is this command, there are several files cns, but do not know which is connected to the image of victory sff file ..

Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: Enter movie of victory, how do you?
« Reply #7 on: April 04, 2015, 05:46:05 PM »
No, you can't just do that. If it's helpers then it may be using states already in use. If it's explods it may be using animations or sprites already in use.

You will be able to use the code to some extent but you need to understand whether the graphics or states are already in use before you do this, otherwise you have additional fixing to do.

Offline CyraxXXi

  • Initiate
  • **
  • Posts: 10
  • Country: Italy it
  • Last Login:August 03, 2015, 11:09:05 AM
  • Hi! I'm new!!
Re: Enter movie of victory, how do you?
« Reply #8 on: April 05, 2015, 03:17:56 PM »
No, you can't just do that. If it's helpers then it may be using states already in use. If it's explods it may be using animations or sprites already in use.

You will be able to use the code to some extent but you need to understand whether the graphics or states are already in use before you do this, otherwise you have additional fixing to do.

Thank you for your time.
Well, it seems more complicated than expected.
Moreover with mugen when things are never simple.
Thanks for your time, I now have a better idea.
Hello to the next.

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

* IMT Calendar

May 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
[5] 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

SimplePortal 2.3.5 © 2008-2012, SimplePortal