YesNoOk
avatar

Mugen: limitation reached? (Read 2349 times)

Started by Redash, March 10, 2018, 06:58:46 am
Share this topic:
Mugen: limitation reached?
#1  March 10, 2018, 06:58:46 am
  • avatar
  • **
    • Singapore
Hi currently i have ard 2000+ sprites and 20000+ lines of code in my char. And mugen is showing some inconsistency. Like some codes stop working and i have to close and reopen mugen to get those same codes to work but some other moves wont work.

Jusr wondering if there is a limit to (i assume so)
1. number of sprites in SFF,
2. number of anim in AIR,
3. number of diff sound,
4. lines of code in CNS,
5. number of command in CMD, and
6. Number of visual displays on screen at once in mugen?

If there are, what is the limit?

Also are these limit hard-coded? If not where do i go to adjust the limit?

Are there any chars i can download that are breaking the above limit?

Just a suspicion and a guess, hence require validation with the pros here.
Last Edit: March 11, 2018, 09:35:53 am by Redash
Re: Mugen: limitation reached?
#2  March 10, 2018, 10:02:10 am
  • ******
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
Mugen has some limits, but what you are saying sounds more like you are spawning helpers in an uncontrolled way and then they overflow the memory preventing the code to be executed or performing as expected.

In other words, bad coding practices from your side.

Install the Swiss Army Knife tool and launch it with you mugen character. It will display a list of all the helpers and explods being generated. Check if you are creating infinite helpers when the problem appears
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
http://paypal.me/XGargoyle  <-- Donations welcome!
Re: Mugen: limitation reached?
#3  March 11, 2018, 09:35:44 am
  • avatar
  • **
    • Singapore
Holy thanks. Swiss Army knife indeed.
Re: Mugen: limitation reached?
#4  March 11, 2018, 11:51:26 am
  • ***
  • Secrets are just answers to the wrong questions...
  • www.newagemugen.com
    • Greece
    • sakchak322@hotmail.com
    • www.newagemugen.com
Helpers/syshelpers, projectile & Explod limits are set in mugen.cfg - you can increase/decrease these values there as you need to as well.

For certain characters to work properly, you need to increase those values to quite high numbers, but not many.

As far as memory limits for mugen, this might be interesting for you:
http://www.newagemugen.com/t3124-mugen-1-1-beta-release-1-ntcore-4gb-patch
Re: Mugen: limitation reached?
#5  March 11, 2018, 12:28:12 pm
  • avatar
  • **
    • Singapore
Awesome! Thanks much PhantomD :^D its just what i needed