Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry that i reply. But i tried this and it didn´t work. the code is from above.


YAMLException: bad indentation of a mapping entry at line 1048, column 3:
      BattlerBoost:
      ^
    at m (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:11972)
    at _ (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:12070)
    at chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:18228
    at K (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:18381)
    at $ (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:25315)
    at H (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:25966)
    at V (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:26116)
    at t.exports.safeLoad (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/libs/js-yaml.min.js:1:26446)
    at L (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/plugins/LunaEngine.js:14:33188)
    at P (chrome-extension://odlameecjipmbmbejkplpemijjgpljce/js/plugins/LunaEngine.js:14:33300)




i paste this after this code

    lunaticItems:
      itemList: ${party.members}

Read your error log:

YAMLException: bad indentation of a mapping entry at line 1048, column 3

It says it right there. That you have wrong indentation on that specific line and column. Remember from the documentation stating that YAML is very sensitive to spacing.

Thank you very much  but they say now:

Olivia_AntiPlayerStress.js:331 TypeError: Cannot read property 'components' of undefined
    at e.value (SpriteGrid.js:133)
    at e.value (SpriteGrid.js:123)
    at e.value (SpriteGrid.js:28)
    at e.value (SpriteLunatic.js:67)
    at Window_BattleStatus.s.Window_Selectable.drawLunaticItems (WindowSelectable.js:73)
    at Window_BattleStatus.Oe.s.Window_Base.refreshLunatic (WindowBase.js:144)
    at Window_BattleStatus.refresh (WindowBase.js:122)
    at Window_BattleStatus.Oe.s.Window_Base.setupLuna (WindowBase.js:349)
    at Window_BattleStatus.s.Window_Selectable.setupLuna (WindowSelectable.js:54)
    at Layout.js:186

(1 edit)

I can't help you if you don't show your config files. Did you put components on the right section?

(1 edit)

Hello,


can you edit this and put it in pastebin or something. It doesn't tell me your indentation and stuff in a whole config file.

Yes. I edit the last post.

(3 edits) (+1)

I'm not too familiar with the specific windows present in the plugin, but from the pastebin, it's clear the problem is caused starting around this section:


If ActorShield and BattlerBoost are their own windows, please reference the Lunatic section of the documentation for the correct structure of a lunatic-window config.


If they're not their own windows, but instead a component of another window, please include them under the correct window at the correct indentation.


From what you've already done, I assume you're trying to add them into BattleStatus, the correct indentation should be this instead: https://pastebin.com/E6p94kRL

Please pay attention to your nesting.