Avali-Triage-Team / Avali

Avali mod with community additions. See Trello for an easier way to see what we're working on:
https://trello.com/b/gXXkQ3Lw/avali-starbound
63 stars 44 forks source link

key patch error #116

Closed AllSystemsGo closed 8 years ago

AllSystemsGo commented 8 years ago

[18:42:02.258] Error: Could not apply patch from backend: Folder <../giraffe_storage/mods/Avali-2.3.0/.>. Cau sed by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'items' in pathApply("/items/avali")

...the mod still seems to work but I found this when going through the startup sequence's logs.

Fevix commented 8 years ago

That looks like the patch files for .npcs @Devani1 @thakyZ any clue what the issue here is?

Fevix commented 8 years ago

Checked myself. There is no race-specific items path in the vanilla Starbound's .npctype files. We may have to define our own avalichefmerchant.npctype and such with the desired cosmetics.

AllSystemsGo commented 8 years ago

Hello,

I have a few more errors to report. Would you prefer 1 issue per error, or would you like them lumped into a single issue?

Thanks

Fevix commented 8 years ago

1 issue per error

Jeadbe commented 8 years ago

After a morning of banging my head on the keyboard, I have learned 2 things:

1) it is specifically the 'friendlyguard.npctype.patch' file,

2) it seems to be related to Avali guards spawning with the default armor entry. as in, they will use the default armor from 'friendlyguard_accelerator.npctype' instead of the entries added by 'friendlyguard_accelerator.npctype.patch'

haven't found a fix yet, tho EDIT: may have figured it out... see my latest pull request

Fevix commented 8 years ago

Fixed in #118