Jump to content

G-Gamer

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by G-Gamer

  1. Hello I'm New X). I have a problem, the def file of my intro, It does not work Mugen ignores my intro yet I'm told in the system.def,I don't know where the error is coming from.

    Here's the intro.def tell me what you think about it. 



    ; Introduction cutscene for story mode.
    ; The fadein and fadeout parameters are used to fade one screen to the next.

    [Info]
    localcoord = 640,480

    [SceneDef]
    spr = intro.sff

    ;------------------------------------
    [Scene 0]
    ;Fade
    fadein.time = 60       ;Time to take for fading in
    ;fadein.col = 0,0,0     ;Use 255,255,255 for white-fade
    fadeout.time = 15
    ;fadeout.col = 255,255,255
    ;Screen color
    clearcolor = 0,0,0
    ;Overlay Anims (from 0 to 9)
    layerall.pos = 0,0   ;Default position for all layers
    layer0.anim =  0       ;Anim action number
    layer0.offset = 0,0   ;Position offset
    ;layer0.starttime = 0   ;Time to start display
    layer1.anim =  1       ;Anim action number
    layer1.offset = 0,0   ;Position offset
    ;layer1.starttime = 0   ;Time to start display
    layer2.anim =  2       ;Anim action number
    layer2.offset = 0,0   ;Position offset
    ;layer2.starttime = 0   ;Time to start display
    ; Music
    ;bgm = intro.mp3        ;Name of music file to play
    ;bgm.loop = 0
    ;Total time
    end.time = 3000

    [Begin Action 0]
    2,0, 0,-30, 3
    2,1, 0,-30, 3
    2,2, 0,-30, 3
    2,3, 0,-30, 3
    2,4, 0,-30, 3
    2,5, 0,-30, 3
    2,6, 0,-30, 3
    2,7, 0,-30, 3
    2,8, 0,-30, 3
    2,9, 0,-30, 3
    2,10, 0,-30, 3
    2,11, 0,-30, 3
    2,12, 0,-30, 3
    2,13, 0,-30, 3
    2,14, 0,-30, 3
    2,15, 0,-30, 3
    2,16, 0,-30, 3
    2,17, 0,-30, 3
    2,18, 0,-30, 3
    2,19, 0,-30, 3
    2,20, 0,-30, 3
    2,21, 0,-30, 3
    2,22, 0,-30, 3
    2,23, 0,-30, 3
    2,24, 0,-30, 3

    [Begin Action 1]
    0,0,0,0,1

    [Begin Action 2]
    1,0,0,0,6
    1,1,0,0,6
    1,2,0,0,6
    1,3,0,0,6
    1,4,0,0,6
    1,5,0,0,6
    1,6,0,0,6
    1,7,0,0,6
    1,8,0,0,6
    1,9,0,0,6
    1,10,0,0,6
    1,11,0,0,6
    1,12,0,0,6
    1,13,0,0,6
     

×
×
  • Create New...