Page 1 of 1

Reply to Adding Move to Victim

Posted: Tue Aug 02, 2022 12:52 am
by GladLad
Hello,
I followed the tutorial and I still have a question

Possibly because it's a different version of fighter factory

In the animation category I have sprite animations listed under thumbnails not groups

How are those sprites added to a specific animation that is listed under the thumbnails?

Re: Reply to Adding Move to Victim

Posted: Tue Aug 02, 2022 3:02 am
by Tetchi
I do not understand what you are saying, put a screenshot and indicate what you are writing, please.

Re: Reply to Adding Move to Victim

Posted: Tue Aug 02, 2022 5:06 am
by UmbreonLover
GladLad wrote: Tue Aug 02, 2022 12:52 am Hello,
I followed the tutorial and I still have a question

Possibly because it's a different version of fighter factory

In the animation category I have sprite animations listed under thumbnails not groups

How are those sprites added to a specific animation that is listed under the thumbnails?
Which tutorial, because you didn't name one, and there's ton out there that are really out dated.
If you are using an old version, or the extreme old version in importing sprite into mugen.
The name had a rename

old thumbnails
new groups

while the inserting them into the game also remained the same, but than again? its hard to tell
what version you are using, because there's too many "fill in the blank" for us to help you.

Re: Reply to Adding Move to Victim

Posted: Tue Aug 02, 2022 5:49 am
by GladLad
The Previous Topic:
viewtopic.php?f=18&t=563

I was trying to understand the difference between these:
https://saltypedia.fandom.com/wiki/Fighter_Factory

How do I add more sprites to the current thumbnail if I want a longer animation?

Re: Reply to Adding Move to Victim

Posted: Tue Aug 02, 2022 10:16 pm
by UmbreonLover
GladLad wrote: Tue Aug 02, 2022 5:49 am The Previous Topic:
viewtopic.php?f=18&t=563

I was trying to understand the difference between these:
https://saltypedia.fandom.com/wiki/Fighter_Factory

How do I add more sprites to the current thumbnail if I want a longer animation?
There's no differences to be honest, or better yet.
Off Topic
Outdated software has more bugs and less features than the newer version while the out dated version
has a different way to do it compare to the newer version, but they still do the same thing.
you can found the latest version here

Code: Select all

http://fighterfactory.virtualltek.com/download
if you want to extend the animation further, you need to use the exact same group and add the sprites.

You should already know how to import sprites... So I don't need to give more details about it
Example:
  • I want to smooth out missionary from 6 to 10
  • The group sprites is 2000, while the image/Index contains from 0 - 5
  • Either I delete the already made image/index, or extend it
  • Let's go by extending the sprites
  • I will delete the image/index from 1 - 4 because they are trash while replacing them with the new.
  • I will change the final sprite image/index into a 9 (2000,9)
  • I'm going to import my sprite after 2000,0

    Code: Select all

    2000, 1
    2000, 2
    2000, 3
    2000, 4
    2000, 5
    2000, 6
    2000, 7
    2000, 8
    
  • Now, I have missionary extend into 10 frames instead of 6 frames
of course you need to adjust the animation with your new frames added, because the program won't do it for you