Yo, I'm getting an error message that reads:
TypeError
this.switchLimits[index].update is not a function
Here's what it says in debug:
Code:
TypeError: this.switchLimits[index].update is not a function
at GameTime.update (LNM_GameTime.js:436)
at GameTime.update (LNM_LightingTool.js:2667)
at Scene_Boot.Scene_Base.update (LNM_GameTime.js:745)
at Scene_Boot.update (SSG_DifficultySetting.js:486)
at Function.SceneManager.updateScene (rpg_managers.js:2024)
at Function.SceneManager.updateMain (rpg_managers.js:1983)
at Function.SceneManager.updateMain (SRD_SuperToolsEngine.js:402)
at Function.SceneManager.update (rpg_managers.js:1907)
I can confirm that turning off the plugins makes the error not appear. Having them on individually does the same.
TypeError: Cannot read property 'clear' of null appears with just GameEditorCore and LightingTool on. The original error happens with GameEditorCore and GameTime on. The game boots with GameTime and LightingTool on.
This lead me to believe that the GameEditorCore could have some sort of issue with the other two that is possibly having some sort of incompatibility with SSG_DifficultySetting or SRD_SuperToolsEngine. However, turning those off gave no results. Still the same error. From the debug, I can't tell if there are any more conflicting plugins.
Anyone have any idea what's going on? I'm gonna' keep digging but I'm hoping for the best.
EDIT: Tried putting them in a clean project. As soon as I tried to add a light source, I got:
UnknownError: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined.
I also tried downloading the demo and it can't load img/characters/!Other2.png. I put a dummy file in there and it worked, but now I can't get TAB to work either. Copying the plugins from the demo returns the same result as the github download.
Hopefully this can get figured out. I REALLY want this to work for my project!
RE:EDIT: I will pay someone if they can get this working for me. The time spent using another lighting engine will far outweigh the costs of paying someone to help me out with this one.