Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey man, I’ll need the full console error for an accurate diagnosis. I can only speculate on what might be happening, but this error usually occurs when there is a skill tree for an actor ID that doesn't exist in the database. By default, the plugin comes with 8 IDs pre-filled; if you only have 3 or 4 characters in your database, you need to clear out the extra skill trees. Another thing to check is whether the tree you created has an actor ID associated with a valid character.

(2 edits)

Hello! thank you for the reply. I'm so sorry im very new to RPG maker so forgive me for not knowing about the console

This is what i got from the console:


Kadajah_SkillTree.js:781 Uncaught TypeError: settings.actorTrees.forEach is not a function

    at Kadajah_SkillTree.js:781

    at Kadajah_SkillTree.js:2501

DevTools failed to parse SourceMap: chrome-extension://njgcanhfjdabfmnlmpmdedalocpafnhl/js/libs/pixi.js.map

I tried adding [] to the ActorTree text box, then pasting the exported JSON into the array, that stops the game from crashing but doesnt show any skill tree ingame.

I am using both Editor and Plugin from the same .zip file (v5.2) just to rule that out

The default skill tree that comes with the Plugin works fine, but is in a different format than the one generated with the editor.

damn im so sorry i figured out the issue, i was pasting the json into the full actortree array,  not the individual actortrees