YesNoOk
avatar

Is there a way to make AI aware of how many juggle points it has? (Read 7014 times)

Started by WastedCoder, December 27, 2022, 08:30:55 pm
Share this topic:
Is there a way to make AI aware of how many juggle points it has?
#1  December 27, 2022, 08:30:55 pm
  • **
    • Ukraine
Without custom juggle systems, if possible.
I thought of using a variable, but how do I detect a juggle point's been used?
Re: Is there a way to make AI aware of how many juggle points it has?
#2  December 28, 2022, 09:35:42 am
  • ******
    • Portugal
    • network.mugenguild.com/pots/

  • Online
If you mean Mugen's default juggle system, you'd have to create a system that duplicates it just so you could read that variable, because Mugen doesn't have a way to check the juggle points.
Alternatively (and easier) you can fake it by making the AI not try to do combos that you know don't work.
You can help with Ikemen GO's development by trying out the latest development build and reporting any bugs on GitHub.
My Mugen and Ikemen content can also be found here.
Re: Is there a way to make AI aware of how many juggle points it has?
#3  December 28, 2022, 11:18:09 am
  • **
    • Ukraine
If you mean Mugen's default juggle system, you'd have to create a system that duplicates it just so you could read that variable, because Mugen doesn't have a way to check the juggle points.
Alternatively (and easier) you can fake it by making the AI not try to do combos that you know don't work.

That's what I wanted to hear. Thank you, much appreciated. I've come to the same conclusion, I hope it works just fine, because I really am not into juggling systems. :D