this post was submitted on 29 Aug 2025
610 points (98.7% liked)

gamingcirclejerk

5297 readers
1 users here now

omg they made lemmy political

Rules

  1. Gamers will be oppressed
  2. Don't be a dick
  3. No Personal Information
  4. No Self-Promotion
  5. Mark Spoilers

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] real_squids@sopuli.xyz 10 points 6 months ago (2 children)

Not mutually exclusive, procedural generation simply means you let an algorithm make stuff for you. Take GTFO for example, the devs procedurally generate rooms and everything that connects them, then hand-pick the best ones, and tweak whatever else they want.

You now have a curated, hand-crafted (they made the assets) experience, that was also procedurally generated. Not to mention there's more to procedural generation than just levels.

[–] grrgyle@slrpnk.net 5 points 6 months ago

I would still call that handcrafted, the devs just use procgen tooling that the player never sees.

I'd say most players think of procgen as the stuff that's actually generating content on the fly for the player

[–] kuberoot@discuss.tchncs.de 2 points 6 months ago

I will remark that you can have both. It's not very common, and I can't remember an example right now, but you can have a main/official seed for the world/levels, providing a curated experience, while also including a randomizer mode that lets you replay the game with a randomized layout.