Jump to content

MorbidJoe

Member
  • Posts

    323
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    MorbidJoe reacted to RicePigeon in i Need a Character Template   
    Avoid this one at all costs. There are just too many problems in the template that cause errors that could very easily have been avoided by using another template. I'd also stay away from the EoH template for similar, though more gameplay oriented and less technical, reasons.
  2. Upvote
    MorbidJoe reacted to Kazagami in Character Below stage   
    Assuming you are using 1.1, it has problem with z-offset link, somehow it does not work correctly as it does in 1.0. But this is an easy fix.
     
    Open the .def file and find for this line:

    [BG Dummy];‘«ê‚ð”wŒi‚Ì“®‚«‚ƃŠƒ“ƒN‚³‚¹‚é
    type  = dummy
    id = 20
    start = 0,-22;244;ã‹L‚̃IƒuƒWƒFƒNƒg‚̉ŠúˆÊ’u‚ð0‚Æ‚·‚éB
    positionlink = 1
     
    you have to decrease the x value of the start position (-22) until the characters show up on the right place. Here i'll subtract it by 108.
     
    [BG Dummy];‘«ê‚ð”wŒi‚Ì“®‚«‚ƃŠƒ“ƒN‚³‚¹‚é
    type  = dummy
    id = 20
    start = 0,-130;244;ã‹L‚̃IƒuƒWƒFƒNƒg‚̉ŠúˆÊ’u‚ð0‚Æ‚·‚éB
    positionlink = 1
     
    The result:

     
    Hope that helps.
  3. Upvote
    MorbidJoe got a reaction from CoolAnimeHustler in Ryoga Hibiki (Ranma 1/2)   
    good work ryon
  4. Upvote
    MorbidJoe got a reaction from Sir Ghostler in Custom DBFC Akira Yuki W.I.P.   
    looks great
  5. Upvote
    MorbidJoe got a reaction from AxSeeker in CvS Link by chuchoryu (Feb 24, 2016)   
    well its better looking then the other links I've seen
  6. Upvote
    MorbidJoe got a reaction from TMC55 in Eliza Masters, Tia Langray, & Mai Update   
    alright ty Divine 
  7. Upvote
    MorbidJoe got a reaction from Mr. KOtik in Warrior-of-Spiral by Momoma   
    a rugal that uses the gurran lugan Spiral Meter 
  8. Upvote
    MorbidJoe got a reaction from notpopimp in Welcome to MFFA! Introduce yourself here!   
    welcome to MFFA
  9. Upvote
    MorbidJoe got a reaction from Yamori X in 2 Street Fighter EX2 Stages   
    damn they look great
  10. Upvote
    MorbidJoe got a reaction from Mʀ. Sтᴇαl-Yoᴜя-Wαεfυ in Freddy & Cassie Cage by Borg117 & tem(A) released (01/11/2016)   
    ty for converting them sookie
  11. Upvote
    MorbidJoe got a reaction from Cook4251 in EVE by Markpachi   
    here MOTVN's version http://www.mediafire.com/download/ktanojkc7300qvl/EVE.rar
  12. Upvote
    MorbidJoe got a reaction from Mʀ. Sтᴇαl-Yoᴜя-Wαεfυ in Kenshiro Abridged edit   
    nice
  13. Upvote
    MorbidJoe got a reaction from Riku Minato in Corpse Released by Ahuron (25-11-2015) and updated (26-11-2015)   
    For those who do not know what to do open the file corpse.cns file go to the section that says State def 1315 and search below for this section v
    ;---------------------[UŒ‚]
    [State 600, 2]
    type = HitDef
    triggerall = root,var(7) = 0
    triggerall = enemynear,stateno != [5040,5049]
    trigger1 = time = 0
    attr = A, SP
    animtype  = diagup
    damage    = floor(-124*root,fvar(5)),10     <<<<<<<<<take out the - from this and you should get damage
    priority = 4, Hit
    getpower = 47,47
    givepower = 16,16
    guardflag = M
    pausetime = 0,12
    sparkno = s700200
    sparkxy = 0,0
    hitsound   = s1300,1
    guard.sparkno = s701200
    guardsound = s400,1
    ground.type = low
    ground.slidetime = 18
    ground.hittime  = 18
    guard.slidetime = 16
    guard.hittime  = 16
    ground.velocity = -6.1,-8
    air.velocity = -6.6,-8
    yaccel = 0.45
    fall.recover = 0
    fall = 1
    fall.recover = 0
    ID = 600
    nochainID = 9999
    too lazy to do it? here you go http://www.mediafire.com/download/n4t2kfdyykc2oty/Corpse.cns
  14. Upvote
    MorbidJoe got a reaction from Mʀ. Sтᴇαl-Yoᴜя-Wαεfυ in Corpse Released by Ahuron (25-11-2015) and updated (26-11-2015)   
    For those who do not know what to do open the file corpse.cns file go to the section that says State def 1315 and search below for this section v
    ;---------------------[UŒ‚]
    [State 600, 2]
    type = HitDef
    triggerall = root,var(7) = 0
    triggerall = enemynear,stateno != [5040,5049]
    trigger1 = time = 0
    attr = A, SP
    animtype  = diagup
    damage    = floor(-124*root,fvar(5)),10     <<<<<<<<<take out the - from this and you should get damage
    priority = 4, Hit
    getpower = 47,47
    givepower = 16,16
    guardflag = M
    pausetime = 0,12
    sparkno = s700200
    sparkxy = 0,0
    hitsound   = s1300,1
    guard.sparkno = s701200
    guardsound = s400,1
    ground.type = low
    ground.slidetime = 18
    ground.hittime  = 18
    guard.slidetime = 16
    guard.hittime  = 16
    ground.velocity = -6.1,-8
    air.velocity = -6.6,-8
    yaccel = 0.45
    fall.recover = 0
    fall = 1
    fall.recover = 0
    ID = 600
    nochainID = 9999
    too lazy to do it? here you go http://www.mediafire.com/download/n4t2kfdyykc2oty/Corpse.cns
  15. Upvote
    MorbidJoe got a reaction from Galvatron in Corpse Released by Ahuron (25-11-2015) and updated (26-11-2015)   
    For those who do not know what to do open the file corpse.cns file go to the section that says State def 1315 and search below for this section v
    ;---------------------[UŒ‚]
    [State 600, 2]
    type = HitDef
    triggerall = root,var(7) = 0
    triggerall = enemynear,stateno != [5040,5049]
    trigger1 = time = 0
    attr = A, SP
    animtype  = diagup
    damage    = floor(-124*root,fvar(5)),10     <<<<<<<<<take out the - from this and you should get damage
    priority = 4, Hit
    getpower = 47,47
    givepower = 16,16
    guardflag = M
    pausetime = 0,12
    sparkno = s700200
    sparkxy = 0,0
    hitsound   = s1300,1
    guard.sparkno = s701200
    guardsound = s400,1
    ground.type = low
    ground.slidetime = 18
    ground.hittime  = 18
    guard.slidetime = 16
    guard.hittime  = 16
    ground.velocity = -6.1,-8
    air.velocity = -6.6,-8
    yaccel = 0.45
    fall.recover = 0
    fall = 1
    fall.recover = 0
    ID = 600
    nochainID = 9999
    too lazy to do it? here you go http://www.mediafire.com/download/n4t2kfdyykc2oty/Corpse.cns
  16. Upvote
    MorbidJoe got a reaction from OroCrimson in Rare Infinite & MVC edits   
    oh finally found this topic again here are some character I Saved just in case not sure if there still around or not but here they are
    https://www.mediafire.com/folder/cqhpb68pzsp8l/Old_Infinite_style_Characters
    Contains:
    Clark by TAN_E
    Leona by NAO&M
    Ralf by Crow
    Rolento by Warusaki3
    Vega by M.M.R
    Yamazaki by Maria Frog
    Zabal by R@ce45
    and a Hugo by adamskie
  17. Upvote
    MorbidJoe got a reaction from Hayonik in 3 chars of Kamekaze   
    and its not work in his Sailor Moon S Project Box icon? oh and if ur using chrome you wont be able to see them appearntly o-o
    http://network.mugenguild.com/kamekaze/
    Update: ya tested clicking on there character will work on my Explorer but will not work with my chrome
    Here I Put them in my MediaFire account just in case your using chrome 
    https://www.mediafire.com/folder/z8hypsfzzzr3k/Sailormoon_Kamekaze's
     
  18. Upvote
    MorbidJoe got a reaction from peterpunkass in This MK screen pack   
    found it but its a long download o-o the high res one isnt up anymore
     
    http://g391.ru/video.php?yt=PyEWfY2gsAU
  19. Upvote
    MorbidJoe got a reaction from Remzy in This stage   
    I think it in here it looks like it o-o yup its it just click the pick, but no music ur gonna have to find it o-o
     
    http://www.geocities.jp/onndoxuru/hiiragi.html
  20. Upvote
    MorbidJoe got a reaction from Sky79 in poison by infinite and R@ce45   
    You Can get Cody and Guy from Infinite site :
     
    http://infiniteff.forumotion.com/f18-svk-releases
  21. Upvote
    MorbidJoe got a reaction from 柊 明 in Anyone have these characters?   
    here's finn/ w jack
     
    http://www.1105design.com/mugen/finn.html
     
    & waluigi
     
    http://www.4shared.com/rar/DhCFNqg2/waluigi.html?
×
×
  • Create New...