Jump to content
  • 0

Debug Flood Troubles


RockRage8962

Question

One of the most common responses I have heard about my and IDGCaptainRussia's Rainbow Dash Revamped is that she has a Debug Flood problem. I have tried searching for help on fixing the problems she has with Debug Flood. Below are a few screenshots showing what Debug tells is wrong with the character. If anyone could give me help on fixing these it would be greatly appeciated!

 

34guhqp.png

 

2qci3br.png

 

v5liyf.png

 

2mb01.png

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

ok so 1.

please do not use templates.

do not copy codes either.

 

your problem is your common2.cns

 

in state 0 , your stand

 

you have alot of "ishelper" codes. WHICH is completely illogical because your character is not a helper, so there asking if its a helper but since it doesnt exist, it debugs out.

also at the bottom of it, you have some changestate codes (for AI) that are asking for helpernum(3000) which does not exist.

 

remove it.

Link to comment
Share on other sites

  • 0

Helper has no proper creator and its spazing out.

float values are being used with decimals is the reason numbers are being truncated.

 

did you make this character?

The one with the low-res sprites yes. The one with the high-res sprites no. Also what would the coding look like to help fix these issues? As I have stated I have looked up these kinds of bug fixes before with no results pertaining to what I have been looking for which is why I have no clue on how to fix the coding.

Link to comment
Share on other sites

  • 0

ok so 1.

please do not use templates.

do not copy codes either.

 

your problem is your common2.cns

 

in state 0 , your stand

 

you have alot of "ishelper" codes. WHICH is completely illogical because your character is not a helper, so there asking if its a helper but since it doesnt exist, it debugs out.

also at the bottom of it, you have some changestate codes (for AI) that are asking for helpernum(3000) which does not exist.

 

remove it.

I was able to fix the debug flood for the non existent helper, but i am having trouble locating the culprit for the expression truncated to integer problem in state 1338.

Link to comment
Share on other sites

  • 0

a varaible maybe?

or velset?

It happens when she is in her element of loyalty mode. Its activated when she has at least one third of her power bar full and the activation command is down, down, down, Z. I also found a pal fx glitch when activated as well. The debug complaint it mentions is: 

i7253l.png

I couldn't find the culprit for this one either.

Link to comment
Share on other sites

  • 0

you shouldnt use a template.

you shouldnt copy codes.

 

you have ALOT of codes in her that do nothing.

 

its post likely a variable freaking out, sadly i do not know how many you have to help you figure it out.

Link to comment
Share on other sites

  • 0

you shouldnt use a template.

you shouldnt copy codes.

 

you have ALOT of codes in her that do nothing.

 

its post likely a variable freaking out, sadly i do not know how many you have to help you figure it out.

Well, thanks for the help and the advice! I really do appreciate it!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...