YesNoOk
avatar

Viewing Storyboards (Story) (Read 2771 times)

Started by JustNoPoint, November 01, 2015, 04:28:51 pm
Share this topic:
Viewing Storyboards (Story)
#1  November 01, 2015, 04:28:51 pm
  • ******
    • www.justnopoint.com/
To play back a storyboard file, use M.U.G.E.N's -storyboard command-line option. The syntax is:

mugen -storyboard <storyboard filename>
For example, to play back data/kfm/intro.def, you would type:

mugen -storyboard data/kfm/intro.def
The storyboard search directory defaults to data/, so you can omit the "data/" part if you like. The following will also play back data/kfm/intro.def:

mugen -storyboard kfm/intro.def
This feature can be useful for quickly testing your storyboards as you build them.