ori-community / wotw-seedgen

Seed Generator for the Ori and the Will of the Wisps randomizer
5 stars 9 forks source link

New shop commands #40

Closed MunWolf closed 2 years ago

MunWolf commented 2 years ago

Added the new shop commands added in wotw-client dev branch. Also added _ on a couple of unusued variables to suppress the build warnings (as its deserialization code) and removed the SpawnLoc struct as it is entirely unused.

MunWolf commented 2 years ago

There is the question, should I split the LockeAndVisible command into 2 different ones?

SiriusAshling commented 2 years ago

When trying to generate a seed with the key_hints header, it creates the following error: Error generating seed: missing description in item 17|2|1|23 in header key_hints.wotwrh Presumably the rust parser implementation doesn't mirror the csharp parser implementation?

MunWolf commented 2 years ago

hmm interesting, I didn't get that error when I tried it. but yes Ill need to add that the parameter is optional

SiriusAshling commented 2 years ago

seed generation works now oriGlow

Updating the vscode extension parsers now, and someone should playtest a seed probably and look at the Water hint logic

SiriusAshling commented 2 years ago

For the documentation, what do visible/locked do exactly?