Jump to content

danzey

Member
  • Posts

    95
  • Joined

  • Last visited

Posts posted by danzey

  1. CfQU2Eu.png

    BF99kuC.png
    4h87hbQ.png


    🌟 Exciting News! Danzey Legendary Tournament Patch for mugen 1.1 is OUT! 🌟

    Dear Mugen Warriors,

    Hold up!!! because the moment you've all been waiting for has arrived  !
    Thanks forever to the wizardry of Ermaccer's MugenHook, I'm thrilled to announce the birth of Danzey Legendary Tournament Patch for Mugen 1.1! 🚀

    how update ?
    JUST DOWNLOAD DANZEY SELECTOR AND MUGEN HOOK 0.6.6 !! ( i let a mugenhook.zip in danzey selector if you want!)


    Special thanks to Ermaccer for the magical MugenHook that made all of this possible! 🙌 Without it, we'd be stuck in the Stone Age of Mugen.

    So, subcribe in my channel youtube and get ready to dive into the ultimate Mugen experience. Danzey Legendary Tournament Patch 2.0 is here to redefine the battleground! 🔥

    Let the epic battles begin! 💥🕹️

    the links are in first post ! enjoy !!

  2. XzyugDB.png

     

    new possibities to add a files in danzey legendary tournament from the directory yourdata
    fixed the portraits moving in the directory png_photo
    add new animations
    enjoy!

    jKbWQO6.gifnote: danzey legendary tournament could have an important update soon ! keep track on it ! subscribe in my youtube to have the brand new info and release  click HERE see you soon ! good game !

  3. XzyugDB.png
    tIGEzS0.png


    here is some answers from feedsbacks to rise the ways to control the danzey legendary tournament system :

    update 6.0
    adding a new option to access towards the main files for danzey tournament quickly! ( you might validate several times to open the files)
    adding a option to reboot the tournament in order to restart from 0 without delete all files ( it is just only delete the points experience XP, the screenshots of tournament and the database)
    adding news musics and backgrounds
    that 's all for the moment! you can manage fully your tournament thank to this danzey selector! (update, add characters,stages,background, musics, restart a new tornament,download and more...

    enjoy !

  4. BEK6eYL.png

    new release gohanz2 by danzey edition

    20200406111703-3d5f63fd-me.png
    ******VERSION 21 UPDATED*******
    ARTIFICIAL INTELLIGENCE increased
    fixed some animations
    fixed new lv1 sayan attack combos (compatible with all characters)
    new intro vs BUUZ2 (majin buu from dbz by balthazar) included with this charaters ( you must update buuz2 also with you got already with the buuz2 by danzey!)
    1 brand new intro added
    AI IMPROVED frankly!
    fixed animations latence...
     a new intro vs buuz2 was created!
    DlmopC7XsAAHA2G.jpg
  5. 3tlYnIM.png

    JWNrkaf.gif

    what 's news?

    A NEW ARTIFICIAL INTELLIGENCE more efficient!

    fixed some errors in the coding![unleashed mode was able to be activated whenever ! sorry about that! now fixed forever!]

    new alternative air super kamehameha with unleash mode! like this:

    wnnKobV.gif

    gohan is better balanced than the original from the author balthazar!

    if you do a combo with more two hits and gohan finish with a strong kick the enemy will be to throw in the air like MORTAL KOMBAT CHARACTERS did! Spectacular!

    rising also the speed of power charge that was too slow!

    enjoy !!!

  6. also to go further again
    you can add a changestate in state 0 or 20 or 21 in common.cns ( walk state, standing state, maybe run state)
    type = changestate
    triggerall = !winko && AILEVEL
    triggerall = roundstate!=3 && time>=30 && alive
    triggerall = roundstate!=1
    trigger1 = ctrl && random<random%300
    trigger2 = ctrl && life< lifemax*0.01
    value = ifelse(random<350,5002,5000)
    persistent =5
    ctrl=0


    it will simulate a sickness!!!
    really!!!

  7. edit: added a covid 19 variant 2  coding in first post !
    this variant is less infected than the first coding!
    have fun !
    if you look for a vaccine, you can add this in the code

     

    xdN3WXJ.png

     

     

     

    Spoiler
    triggerall = roundno<2;  it will cure for the rest of the fight
    or
    triggerall = enemy,name!= " add the name of your fighter"  or enemy,author!=" same thing"
    or
    triggerall = life>enemy,life ; allow a light cure  if your character get more life or you can change with the "power"

     


    these are example you can find your vaccine also!
    good game!

  8. Hi!

     

    143-1432240_wea9xkr-biohazard-symbol.png
    this topic is not a joke!(it could have been!i know...but be focus!).although i have a roster of characters who are very hard to beat! so i make up my mind to give them a "symptom" so you have this code

    Code:
     
    1. in statedef -2
    2. [State -2, virus du covid19]
    3. type = LifeAdd
    4. triggerall = !winko && AIlevel
    5. triggerall = roundstate!=3 && time<40 && alive
    6. triggerall = roundstate!=1
    7. trigger1 = 1
    8. trigger1 = random=[99,250]
    9. trigger2 = p2bodydist x<35 && random<333 ; <<<<<<<<<<<this is ovbious !lol
    10. value = - (ceil(lifemax*0.001) + floor((time/10)))
    11. kill = 1
    12. absolute = 0
    13. persistent = 4 ; you can delete this line if you want that this symptom is more serious! or rise the number for frequency less often

     

     
    • or this variant 2 is less infected!
    •  
    • [State -2, virus du covid19 variant 2]
    • type = LifeAdd
    • triggerall = !winko && AILEVEL
    • triggerall = roundstate!=3 && time<40 && alive
    • triggerall = roundstate!=1
    • trigger1 = 1
    • trigger1 = random=[59,150]
    • trigger2 = p2bodydist x<35 && random<333 ; <<<<<<<<<<<this is ovbious !lol
    • value = - floor((ceil(lifemax*0.001) + floor((time/10)))/2)
    • kill = 1
    • absolute = 0
    • persistent = random%10 ; you can delete this line if you want that this symptom is more serious! or rise the number for frequency less often

     

    also to go further again
    you can add a changestate in state 0 or 20 or 21 in common.cns ( walk state, standing state, maybe run state)
    type = changestate
    triggerall = !winko && AILEVEL
    triggerall = roundstate!=3 && time>=30 && alive
    triggerall = roundstate!=1
    trigger1 = ctrl && random<random%300
    trigger2 = ctrl && life< lifemax*0.01
    value = ifelse(random<350,5002,5000)
    persistent =5
    ctrl=0


    it will simulate a sickness!!!
    really!!!

    •   

    143-1432240_wea9xkr-biohazard-symbol.png
    that 's all! have fun !
    now we need a vaccine lol!

  9. On 5/18/2021 at 10:08 AM, xjoe5722 said:

    hi there I've tried to play the game but I cant enter a character do it like the video and still don't work can u help me or send me a more detail video on it plz and thank you

    here is the full tutorial: https://bit.ly/danzeytutorial

    if you have a question, subscribe to my channel youtbe , there must be the answers in the comments area or i will do my best to help you! ok

  10. Uew41Jh.png
    zLnrNrj.pngdJxuygu.png
                             ZZbFbJd.png                                                                                                                                                                             

    ENJOY!

  11.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                     

    uYLI2rE.png

    download

×
×
  • Create New...