Hey folks, the beta for Shattered Pixel Dungeon v2.4.0 should be ready to start this coming week!

The beta will have everything I’ve shown off so far, including a new item category, changes to alchemy, and changes to the Duelist. There are also some levelgen additions! Entrance and exit rooms in particular are going to become more visually varied.

  • @GWLexx
    link
    English
    11 month ago

    Considering there’s a Random.pushGenerator(); statement, allowing additional randomness without affecting further dungeon generation, most minor changes should be able to preserve seeds. But I get that it doesn’t always help to preserve seed generation if there are major changes to say adding new items in game.

    Changing seed generation between versions easily though cause confusion to players reading topics on lemmy or elsewhere, using seeds that’s perhaps not older than days or weeks.

    • 00-EvanOPM
      link
      English
      51 month ago

      Pushing a new generator is mainly useful so things like progression-dependant item drops (e.g. guidebook) don’t affect levelgen otherwise. I can’t really do things like keep adding generator pushes for new content I add, it would become a mess, not work in all contexts, and the levels would still be different unless I did something like put in an option to just not include the new content. Every update since I’ve added seeds has done something that changes the dungeon and that’s just the nature of the seed system in a game that gets updates.