This may be a weird question, as I just had to finally figure out how to put in a lot more slots in for more characters I'm using Mugen 1.0, but as I play against the Arcade... even at Easy 1 setting, the AI is completely out to SLAUGHTER me- now I can understand some chars having more damage/defense than mine, but this is confusing the heck out of me that the AI is not just smart but more like ready to unload the huge combos on me it wishes to... I can barely play, just practice. Any idea?... thanks.
The characters might not be built with AI scaling, especially if they're from older builds of Mugen where difficulty scaling had to be built into the characters themselves and individually adjusted.
O...kay... so ... does that mean they have a buffed up AI that is like a hard difficulty even if the system difficulty is on easy? Help me out here, lol.
In other words, the author who coded the AI probably didn't bother to code multiple difficulties.Instead, the character's AI acts the same regardless of the difficulty level.This occurs most often for characters who were created for an older version of Mugen since it did not have AI scaling at the time.Some of these characters might have an AI difficulty setting in their code instead.If they don't have an AI setting, you could try to find a way to disable their AI.But that means they'll use the default AI and be as dumb as a rock when you fight them.
Paulos said, February 22, 2014, 08:13:54 amO...kay... so ... does that mean they have a buffed up AI that is like a hard difficulty even if the system difficulty is on easy? Help me out here, lol.In mugen.cfg under [Arcade]changeCode: AI.Cheat = 1toCode: AI.Cheat = 0