Jump to content
  • 0

More screenpack stuff


Gaulbetti

Question

7 answers to this question

Recommended Posts

  • 0

well there not meant for portraits.

 

but at the VERY least.

 

open fight.def in the mugen data folder, OR in the mugen1 folder depending on where your lifebars files are located.

now look for [Face]

it should look like this.

;-----------------------------------------------------------
[Face]
;Player 1
p1.pos    = 0,0
p1.face.spr = 9000,0
p1.face.facing = 1
p1.face.offset = 0,0
;Player 2
p2.pos    = 1280,0
p2.face.spr = 9000,0
p2.face.facing = -1
p2.face.offset = 0,0

Link to comment
Share on other sites

  • 0

You can definitely add a winquote screen. Just look at the original mugen system.def and learn that you can add a section just like it....
except it'll have a black background, with the character port (9000, 1 or 9000, 2) as well as the quote.

As for everything else....I dunno. The announcer I know would require editing a .snd file. Which one, I don't know. How, I don't know either.

Link to comment
Share on other sites

  • 0

majority of the time in the data folder.

 

there is a fight.snd file.

that file contains "Round 1", "Round 2", "Round 3", "Fight!" sounds and such.

 

Simply replacing it is normally all you would need.

otherwise you gotta go into the fight.def scroll down to just about half way and you should see some stuff regarding round snd and fight snds, just change the values to match.

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...