TwitchPlaysPokemon / public

Public repo for tracking on-going developer work, user-created issues, and public-facing documentation
5 stars 2 forks source link

Preserve RNG starting seed with !restartemu #124

Open MathyFurret opened 4 years ago

MathyFurret commented 4 years ago

This is preferable when the game crashes to make sure the same game is played. Both the game's RNG and the move selector's RNG need to be restored when the match is restarted.

EDIT: Some testing will need to be done to see if identical results can actually be obtained with this method, otherwise a different solution should be found

Felk commented 4 years ago

I disagree that this should be done. If a game plays for a couple of rounds and it gets restarted, being able to predict what would happen in the first few rounds sounds like a bad thing. for me the goal is equal opportunity, which you have with random rng each time, and not with fixed rng

MathyFurret commented 4 years ago

resolved in discord

yes, only if players can influence it if additional knowledge cannot influence it, fixing rng would be fine