Razzmatazzz / RemnantSaveGuardian

Tool to backup your saves and view your world rolls
GNU General Public License v3.0
290 stars 42 forks source link

Ethereal Manor Spawn always appear in adventur even if it's not present. #207

Open ExoZNiK opened 7 months ago

ExoZNiK commented 7 months ago

Just wanted to notify that in the adventure analyzer it keeps showing "Ethereal Manor" as injectible of the "Forgotten Null" location even if it's not present. It keep appear in every reroll of the adventure no matter what locations are spawning. Just to cit. the wiki about that, it could be implemented to be shown only if the location with burning streets are present in the adventure, which are Cotton's Kiln, Butcher's Quarter, Sunken Haunt, Derelict Lighthouse.

Also don't know what "enter the dream" missing quest item is talking about, maybe that you can get the anguish?

identity7 commented 7 months ago

Yes. "Enter the dream" is a questline for the dranception event

Skynetexe commented 7 months ago

Yeah, I have the same issue here

Auricrystal commented 7 months ago

yeah this is a parse mistake, Forgotten Null and Consecrated Throne are both "Global Events" like Huntress dream and root walker dream, since you can use their consumable orbs anywhere they ALWAYS are loaded in the game save so Save Analyzer just displays them even if the actual event isnt there, since you can be holding onto the consumable after rerolling.

Game/Content/World_DLC1/Quests/Quest_Injectable_BurningCity_DLC.Quest_Injectable_BurningCity_DLC_C should be the "real" event that needs to be parsed, and the SpawnTable should be ignored since it always is next to the Forgotten Null thus acts as a false positive.

When parsing RemnantWorldEvent should check explicitly for Quest_Injectable_{_name}_DLC.Quest_Injectable_{_name}_DLC in the event name as this is the real Injectable, the rest are messing analyzer up.

ExoZNiK commented 7 months ago

So after a person get the Anguish weapon is normal that "Enter the Dream" keep being displayed in missing items under quests? Just like Mnemonic core II and Decor code?