YesNoOk
avatar

How to edit Victory screen sprites  (Read 494 times)

Started by LTU_M.U.G.E.N, October 31, 2011, 10:12:08 pm
Share this topic:
How to edit Victory screen sprites
#1  October 31, 2011, 10:12:08 pm
  • **
Hi everyone i want to edit victory screen sprites because my background on the visctory screen looks crappy its the original mugen ones first i need to know the group of the sprites and the numbers it think there is 3 sprites iwant to edit the moving background pic the character name box the character name box does anyone know the sprite group thank you

Pal

Re: How to edit Victory screen sprites
#2  October 31, 2011, 10:28:59 pm
  • ***
    • Argentina
You can use any sprite group, just edit the following section in your system.def:

Code:
;Victory screen background
[VictoryBGdef]

[VictoryBG 1]
type  = normal
spriteno = 100,0
start = 0,0
tile  = 1,1
velocity = 0,1.5
window = 0,501, 1279,959

[VictoryBG 2]
type  = normal
spriteno = 100,1
start = 0,0
tile  = 1,1
window = 0,0, 1279,500
velocity = 0,1.5

[VictoryBG 3]
type  = normal
spriteno = 100,1
start = 0,0
tile  = 1,1
window = 25,520, 1254,709
velocity = 0,1.5

I copypaste'd this from the mugen1 screenpack (1.0's hi-def default), as you can see it uses the 100 group in case you want to do a simple edit and not a complete revamp.
Re: How to edit Victory screen sprites
#3  November 01, 2011, 02:42:00 am
  • ***