[Resolved] Blizz ABS Animation Stack

Started by CriticalHit, August 07, 2018, 09:50:43 pm

Previous topic - Next topic

CriticalHit

August 07, 2018, 09:50:43 pm Last Edit: August 10, 2018, 12:06:34 pm by CriticalHit
I am using RMXP with Blizz ABS. I would like to be able to see all the states inflicted on each actor/enemy so I found the Tons of add-ons scripts. Whenever I use the Animation stack script in tons of add-ons, I get a NoMethodError. I can't figure out to get this script to work. It works fine with other non-Blizz ABS projects of mine. I've had trouble getting other scripts in tons of add-ons to work with Blizz ABS as well.
Here is a link to my current project. The error occurs right after selecting new game:
If there is another way (I could event this system, but it would be cumbersome and slow the map down a lot) please let me know.
https://github.com/antlaw0/RMXP-Space-Game-Blizz-ABS
:(

KK20

https://forum.chaos-project.com/index.php/topic,23.0.html

and

Quote from: Blizzard
Author's Notes

Tons of Add-ons HAS TO be used as a 3-part script because of a weird behavior of RMXP during bug detection. Insert the 3 parts in the correct order and the system should work without problems. DO NOT remove any of the parts! Tons of Add-ons NEEDS ALL 3 PARTS to work properly and with other systems.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

CriticalHit

I added tons of add-ons parts 2 and 3 in the correct order and get an error in Blizz ABS part 2. I posted a new commit in the Github repo I posted above. Any suggestions on what is going on?

KK20

Did you not click the link I provided? After doing that, I was able to get past the title screen.

Also, it's better that you can provide the error message so that I'm not working in the dark here.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

CriticalHit

Thank you! That seems to work. Before I close this topic, I notice that it only cycles through the state animations and does not play the sound associated with each animation. Is there a way to have the sounds played with each animation?

KK20

Using your project, I made an event add Stun and Stealthed to the actor as these were using animations that played sounds. Worked fine on my end.

Can you create a demo of the situation you are experiencing? Again, I'm not really working with much information to go off of here.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

CriticalHit

For some reason the dazzle animation sound wasn't playing. All the other animation sounds work though. Thank you very much for your help. This issue has been holding me up for a while.  :)

KK20

Dunno what you mean. In your project, the animation ID 92 "ST Dazzle" has no sound effects in it.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!