soulsmods / DSMapStudio

A standalone map/level editor for Demon's Souls, Dark Souls 1/2/3, Bloodborne, Sekiro, and Elden Ring.
MIT License
477 stars 60 forks source link

Elden Ring's Fringefolk Hero's Grave "Ulcerated Tree Spirit" boss missing from NpcParam. #875

Closed KrohnusMelavea closed 2 months ago

KrohnusMelavea commented 4 months ago

Game: Elden Ring DSMapStudio: v1.10.0 Param: v1.10.0.1000

Essentially what the title says. Did a search for "tree spirit" in NpcParam and the boss in Fringefolk Hero's Grave is not in the list. Confirmed it by looking up each boss param's rune count with data on Fextralife, as well as double checking the region scaling applied to each boss.

Screenshot showing list of NPCs that match "tree spirit": image

Philiquaz commented 4 months ago

Fortunately for the time being, the row will still exist - after all mapstudio is just reading game data. This will just be a case where the name isn't listed in the community-supplied names file. In general, you shouldn't take row names to be authoritative because of this. They are often very helpful for identifying things quickly, but may be missing in places or lacking details etc.

KrohnusMelavea commented 4 months ago

How do you recommend I ascertain which entry refers to which in-game boss / enemy?

Philiquaz commented 4 months ago

You might have luck identifying them by any area scaling params, but more than likely you'd need to check the enemy in the map editor and follow it's reference to the param row - there's nothing stopping multiple of them using the same row, after all. Some rows you may find aren't used at all. I recommend the modding discord for further questions of this nature.