Change dice rolling algorithm
Posted: 23 May 2026, 16:41
How do you change the dice rolling algorithm from default (RNG) to smooth?
My understanding is that deviations from a game's printed/official rules need to be approved by the publisher. So it's not just a matter of a dev coding up the option.Paddles wrote: ↑24 May 2026, 04:56 Ways that don't require as much capital or expended effort:
- Become a volunteer dev, design and build the code for generating smooth distributions, and add it into the selectable options for Catan (and any other game where it makes sense - which is not all of them; Yahtzee and Can't Stop would become pointless with smooth distribution dice).
True, but given that it already exists as an expansion to the game, it seems possible to get that approval.ErikLevin wrote: ↑24 May 2026, 07:34My understanding is that deviations from a game's printed/official rules need to be approved by the publisher. So it's not just a matter of a dev coding up the option.Paddles wrote: ↑24 May 2026, 04:56 Ways that don't require as much capital or expended effort:
- Become a volunteer dev, design and build the code for generating smooth distributions, and add it into the selectable options for Catan (and any other game where it makes sense - which is not all of them; Yahtzee and Can't Stop would become pointless with smooth distribution dice).
I was going to ask that, but I searched and found this: https://diceforcatan.com/ and assumed OP was talking about something like that.
I looked at that link. They have a 36-card deck with instructions to reshuffle after 31 cards are dealt. That would be terrible for the game especially online where it's easier to track the cards. For example, suppose in the first few cards you see a 4 rolled twice. Now you know there's only one 4 left in the deck; that probably changes your strategy significantly. Catan would become a game where the winner would be whoever has the best memory or (if playing online) is the best bookkeeper.Jontia wrote: ↑24 May 2026, 09:21 True, but given that it already exists as an expansion to the game, it seems possible to get that approval.