YesNoOk
avatar

Emi Yusa (updated 5-21-19) (Read 62658 times)

Started by Kohaku~★, September 01, 2017, 06:03:12 am
Share this topic:
Emi Yusa (updated 5-21-19)
#1  September 01, 2017, 06:03:12 am
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net

Emi v1.1
- Emilia the Hero damage increased, lunge range decreased
- Holy Vitan will now reduce the AP/Power cost of Emilia the Hero at the cost of the entire duration
- Abaddon can now be enhanced with 3 SP which extends the range of the attack
- Fixed a bug with Abaddon which prolonged the attack under certain circumstances
- Fixed a graphical glitch with Abaddon which caused the effects to not appear properly
- Sadao will spawn closer to Emi when performing Abaddon
- Blazing Dance will now recover 1 SP upon usage and knocks back opponents farther
- Frigid Waltz will now pass through projectiles
- All versions of Skylight will knock back the opponents farther

kohaku.trinitymugen.net
Type-Mugen 1.0+ ---> Characters
Last Edit: May 21, 2019, 03:56:36 pm by Magical Amber
Re: Emi Yusa
#2  September 01, 2017, 06:35:20 am
  • avatar
  • ****
Ex windblade doesn't connect properly when the opponent is in the corner.
Also Frigid Waltz and Zephyr Blade have wrong commands in the readme.
It should be D, B instead of B, D DB,
Re: Emi Yusa
#3  September 01, 2017, 06:46:57 am
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
I have corrected the typo in the read me and reuploaded the character since I wanted to prevent any further confusion regarding the commands for those attacks. Will wait for additional feedback before I can start on the necessary fixes on Emi, that way I can nip them all in the bud at once.

Thanks for the feedback.
Re: Emi Yusa
#4  September 01, 2017, 07:00:03 am
  • avatar
  • ****
Oh and the same thing happens with Selvaria's EX DP.
Re: Emi Yusa
#5  September 01, 2017, 07:22:56 am
  • *****
  • Master Relic Tech
  • Screenpack Maker EX
So let me ask, she doesn't have a config to move the power bars. Something like a toggle on and off, but have the assist character come out once your regular like bar fills up. Like a super lv1,lv2 and so on. I like your works just wish the power bar, was able to be toggle off. Keep it rocking.
Re: Emi Yusa
#6  September 01, 2017, 08:09:25 am
  • **
  • Top Nep
  • /!\Cost Over/!\
    • USA
I too would look foward for a toggle instead plain removing the .sff, or at least a offset toggle for widescreen >_>
cause these do stand out a since its layered to be above.

Spoiler, click to toggle visibilty
Re: Emi Yusa
#7  September 01, 2017, 11:13:18 am
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
Well I'll just state this right now, one of the main reasons why I've been neglecting the making of a config file to get rid of the bars was because I really wanted to push the use of their system abilities, namely the Awakening mechanic. I feel as though not using the system at all defeated the whole purpose of making these characters and basically gimping them if you decided not to use it just because the UI was in the way. Though I do realize some of you guys just want a convenient way to reposition the bars that it doesn't become an eye sore like those who use the characters in different resolutions of Mugen, so I'll see what I can do.

But for the time being, if you do want to get rid of the UI just open the main cns file (Emi_K.cns for example) and search for any helper blocks with the name "Max_Bar", "Cooldown", and "Speech" and delete them. Don't worry it's not a lot.
Re: Emi Yusa
#8  September 01, 2017, 04:53:01 pm
  • **
  • https://www.youtube.com/user/tiloger/videos
    • Colombia
    • tiloger90@hotmail.com
    • http://mugeneros.activoforo.com/f1-mugen
great job
Re: Emi Yusa
#9  September 01, 2017, 06:58:27 pm
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
A small update has been released for Emi today as it addresses a minor issue.

Emi v1.01
- Fixed error where you wouldn't be able to select a palette upon the start of the match if the special intro for Taiga, Kuroyukihime, or Kirito played
Re: Emi Yusa
#10  September 03, 2017, 01:18:55 am
  • ***
Thx for sharing this fine character with us.

but got one question which mugen programm do you use to run your char cause when i'm using mugen 1.1b1 1280x720 no new hyper portraits are shown or their positions can't be seen at screen. but with 640x480 SP i can see those portraits...strange and weird. could you tell me for which SP and which mugen those new portraits have been coded. which localcoord...or not?

Thx for now.
Re: Emi Yusa
#11  September 03, 2017, 03:59:39 am
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
All of my recent characters have been developed with Mugen 1.0 and localcoord 320,240 in mind.
Re: Emi Yusa
#12  September 03, 2017, 06:52:55 am
  • ***
  • KATO KATO KATO KATO KATOOOOOOOOO......!!!!
Great job, here's my vid. I just do some basic combos.

Re: Emi Yusa
#13  September 03, 2017, 05:12:17 pm
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
Thanks for the promotional vid lol.
Re: Emi Yusa
#14  September 04, 2017, 03:15:59 am
  • **
  • It Is What It Is
    • USA
She's lit, Doc. Thanks for the release!



Aaaaaalso... how do I reconfigure Awakening? I wanna reassign it to the C Button.
Re: Emi Yusa
#15  September 04, 2017, 05:25:15 am
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
Thanks for the vid and to remap what button activates Awakening, just open the CMD file and look for the two ChangeState blocks called "Max Mode" and "Max Mode Off".

Quote
[State -1, Max Mode]
type = ChangeState
value = 6000
triggerall = var(45) >= 100
triggerall = Var(46) != 1
triggerall = StateType != A
triggerall = command = "a"
triggerall = MoveType != H
triggerall = !Numhelper(6003)
trigger1 = ctrl || (StateNo = [100,101])

[State -1, Max Mode Off]
type = ChangeState
value = 6005
triggerall = Var(46) = 1
triggerall = StateType != A
triggerall = command = "a"
triggerall = MoveType != H
trigger1 = ctrl || (StateNo = [100,101])

Change both of those triggeralls from command = "a" to command = "c"
Re: Emi Yusa
#16  September 06, 2017, 05:37:25 pm
  • ***
Hey, thx again for those awesome characters. but still can't see those new hyper portraits.
i've played on 640x480 res and even on 1280x720   i've played on mugen 1.0  and mugen 1.1  and can't see any of your new hyper portraits. unless i open the character files with fighter factory and change the animation position.  what should i do to see those anims without touching your previous work.

What's the prob ???

thx for your answer , it's the first time something so weird happened ?
Re: Emi Yusa
#17  September 07, 2017, 03:10:59 am
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
The portraits should be working fine on 1.0. The problem is that the latest version of 1.1 apparently added a new way of displaying explods which causes the portrait itself to not show up (assuming they're offscreen somewhere instead), so the current code used to display the portrait is obsolete and isn't supported by 1.1.

It'll be addressed in an update soon enough.
Re: Emi Yusa
#18  September 07, 2017, 10:50:29 am
  • **
  • I'm a japanese mugen user. I'm not good at English
    • Japan
I put several codes for playing with Mugen 1.1
Please understand that it was originally rewritten as private use.

↓New Hyper Portraits (Can be used with Mugen 1.1 & Mugen 1.0)
Spoiler, click to toggle visibilty


extra code
↓Super Combo Finish with Mugen 1.1 stages (Only Mugen 1.1)

Spoiler, click to toggle visibilty

I hope these codes will serve just a little.



Your Emi Yusa is a great character! I look forward to your work in the future.
Re: Emi Yusa
#19  September 07, 2017, 10:30:53 pm
  • ****
  • Miss Pink Maid♪
    • kohaku.trinitymugen.net
Thanks Sennou, I'll be sure to apply these to my characters and test them out. I have to redownload Mugen 1.1, since mine is the alpha version instead of the beta.
Re: Emi Yusa
#20  September 09, 2017, 01:04:31 am
  • ******
  • The Lord of Vampire
  • Member of the Reign of Kreation
    • Brazil
    • guiaugusto20@hotmail.com
    • Skype - guiaugusto20
Oookay. ;P


Absolutely love this. Thanks for another awesome job!