Jump to content

Simple Question about MUGEN


Recommended Posts

1.How do i install a Intro?

(I've got 3 files: name.def name.mp3 name.sff)

 

In system.def you will add name.def to the intro area.

example

[Files]

spr = system.sff    ;Filename of sprite data

snd = system.snd    ;Filename of sound data

logo.storyboard = ;logo.def        ;Logo storyboard definition (optional) *2001.04.01 NEW*

intro.storyboard = name.def    ;Intro storyboard definition (optional) *2001.04.01 NEW*

fight = bars\fight.def ;Fight definition filename

select = select.def ;Character and stage selection list

font1 = f-4x6.fnt ;System fonts

font2 = f-6x9.fnt ;System fonts

font3 = jg.fnt    ;System fonts ;System fonts

font4 = qoh_big.fnt

font5 = qoh_small.fnt

Both the.def and.sff go into your data folder with your system.def...

Your mp3 will go into the sound folder.

 

2.How do i change the size of the screen?

Go to the Data folder like earlier... open Mugen.cfg

 

There are video options there...

[Video]

;Enter the width and height of the resolution you want to set here.

;The optimal resolution is 320x240, but if your video card has problems

;You may want to try 640x480.

Width = 640

Height = 480

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...