https://streamable.com/4twc3When IKEMEN may have better input handling than MUGEN or some shit idk, you figure it out.
@Melcore: Interested in making more of these? I tried to do the scar ha@MGMURROW: This is what I was referring to btw. I also redid the CS and well just organized a complete sff if anyone is interested let me know as I did use some of you alls FX. Spoiler, click to toggle visibiltyWe've kinda just been raising awareness of Ikemen, small world, I'm sure you've seen this in your recommended. Posting here always gets those dislikes , but at least I am trying to do something here... Things are dead af all over its a shame, but I'm interested in helping K4thos as well as anyone else out there with genuine interest to create something. I mainly wanted to see, if anyone would be interested in donating towards the development of this engine. Directly to those involved. Really expand on the possibilities of this & flat-line the setup so that this may become the new standard. I see alot of wants, needs, do this, do that, give give give, but its a lot of work involved that is taken for granted and is being done for free. I'm sure he will likely try to decline this, but it's the least we can do. With more motivation, people involved , more possibilities are likely to appear. We've already started a campaign(of awareness) of sorts, not that I care for the FGC, but its a start. Then everyone could just easily port all of their stuff over. I don't see anything else coming along as far as this & of course this would only entice those that still have drive to make stuff.Second is a legit question.So right now.. I am manually generating a victory screen per character, doing it the screen-pack way, is it possible to have the screen activate in a similar manner? Not blacking out etc. Think Garou, where is still shows the animated background, without the transition of course. This may be a dumb question, but I have no SP experience so idk.Spoiler, click to toggle visibiltyIf you have an "Ikemen" project you'd like help with getting off the ground, my associates and I may be able to help you, promo only of course.
Are there known issues with the %p Ikemen feature in the combo counter section for fight.def? I've found a situation where it doesn't correctly report data. I have a chain-cancelable c.LP attack and if I do 3 of them quickly, it displays the correct percentage of damage (3%) but if I slightly delay the last c.LP it says the combo does 1% damage, despite the combo... still comboing and showing that it hit three times..
hi, so I don't know if I am reading the select.def of Ikemen Go correctly or not:Code: ; IKEMEN feature: Max 30 orders mugen limitation is lifted. Negative order ; is reversed if character becomes unlocked (see 'unlock' parameter)I did not have the time to try it, so I was thinking that if Ikemen Go allowed to set order from order=1 to order=30 instead of like in mugen from order=1 to order=10 maximum? Otherwise I felt that it should be written in the arcade.maxmatches section like imagine, this is what can be done in Ikemen Go:order1 to order=10: arcade.maxmatches = 4,3,2,3,2,3,2,1,2,1order1 to order=30: arcade.maxmatches = 4,3,2,3,2,3,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1even the same with team and other mode to set the maxmatches, so I felt like no one set orders up to 30 yet and it was at most up to 10, so I am unsure