squid-man / MegaMan2Randomizer2

Mega Man 2 Randomizer
8 stars 4 forks source link

long seed names generates random seed hash #70

Open bunder2015 opened 3 years ago

bunder2015 commented 3 years ago

example seed MM2-RNG-FJXIAWH (GREAT HORNED)

using single word seeds generates a seed with the word as the hash

bunder2015 commented 3 years ago

turns out its long names and not spaces that cause this MM2-RNG-CXDBCWV (GRAPEFRUIT)

edit: this gets even weirder... MM2-RNG-PPLE (APPLE)

SenseiLeRoof commented 1 year ago

That last one might be that starting a seed with A drops the initial A. I remember it happening some time ago with AWESOME.

dagit commented 1 year ago

Each letter corresponds to a digit with A being the first digit (that is, 0). So leading As do get dropped, unfortunately.