this post was submitted on 26 Sep 2024
3 points (100.0% liked)

Pixel Dungeon

1403 readers
78 users here now

This community is a place to talk strategies, tell stories, or discuss anything related to Pixel Dungeon or its many versions.

Rules:

We have a few title tags for standout posts:

Sister Communities:

founded 1 year ago
MODERATORS
 

I started wondering whether this breaks Roguelike-ness, since a run gets influenced by external factors.

you are viewing a single comment's thread
view the rest of the comments
[–] basxto@discuss.tchncs.de 1 points 1 day ago (1 children)

Understandable, but sad. Though deterministic RNG is indeed extreme in some way. But that means levelgen related items are deterministic?

On the other hand it could allow recording and replaying run with minimal data needed (the inputs)

I’d say the risk is low, since seeded runs are unranked and excluded from achievements. Such instruction would only work for a specific version. General "tips & tricks" tutorials already have issues with not being up-to-date and "the wiki" to keep up with new and changing content.

It would allow something similar to speedrunning (more about amount of inputs than time), which is always a very different way of playing games. Especially tool assisted speedruns would circumvent permadeath and unidentified items. But there are already speedruns happening, they just have to depend on the fixed items. Though the UI already does a good job in distinguishing game modes. It’s pretty clear in any screenshot or screen recording which version was used and if it’s a custom seed (stairs colors).

If the enemies don’t move in the same way, that would make TASing (basically botting) impossible. But there are always ways to automate inputs, since any device can pretend to be a USB keyboard/mouse/gamepad

[–] 00_Evan@lemmy.world 1 points 8 hours ago

Replaying runs is not that simple I'm afraid. Firstly the RNG must be perfectly deterministic for every single action and reaction in the game (harder from a coding standpoint that you might think), and replays would break any time the game is updated.