Skip to content
Rufus Pearce edited this page Nov 25, 2025 · 13 revisions

When a squid is created at the start of a new game he is assigned a unique fingerprint (stored as uuid.txt in his save file)

It looks like this:

SquidSignature    ab148370-6cd7-4d7e-a3d2-e33b68c4b615

This currently serves no purpose but in future it will be used for any/all/none of the following:

  • DNA / Genetic code
  • Encoding personality traits/behaviours
  • Use as node name in multiplayer
  • seed to always generate the exact same squid
  • Verification (used as a literal signature or checksum)

Clone this wiki locally