After trying to find a working plugin ordering for Eli_Book. I found this order to work just fine and can implement it to my own modified ARPG project. I'm just gonna share it, in case somebody encounter same issueThat said, after adding another plugin of yours called EliMZ_CharManager. It breaks everything again after the game load player sprite, no matter the plugin order, I tried everything. I haven't done anything yet with the said plugin. Any idea how to resolve this?
Viewing post in Support for the ARPG_Core from ARPG plugin-in set?
Hi!
I think this is an incompatibility issue with the CharacterShowShadow.js.
I don't know how it works, but my guess is that it can be creating a fake character and sending it to the Sprite_Character to create a shadow. And that behavior is resulting the incompatibility.
If it is free, can you show me a link so i can download this charactershadow and take a look?
Also, try putting the character shadow above the Char Manager.
I tried what you advised, but none of them works. Even after I disabled the CharacterShadowShow.js, it's still causing issues. It seems like the main culprit of this come from the ARPG_Core.js.
You can get the whole same set up like me from the official DLC store. It's free.
https://store.steampowered.com/app/2287820/RPG_Maker_MZ__ARPG_plugin_set/
However, if you want just the script files. Here it is
ARPG_Core.js
CharacterShowShadow.js
Thanks for the reply.