[SOLVED]
I've been reverse-engineering the Pangea Figurine notebook entries from Horizon Forbidden West: Burning Shores.
Four of the five "Unique ID" values are exact SHA-256 hashes for the following words (it creates a quote from jurassic park):
Life
finds
a
way
The remaining Green Raptor hash: 6d34606904d3bc92beb8eb89f51a044737ba0fd8c88e2314dcf02acb2a605ae9
does not correspond to "uh" or any common variant despite occupying the expected position in
"Life, uh, finds a way."
(the exact quote from the film - where they're discussing an all-female colony "finding a way to breed")
I've confirmed:
The current PC build and launch PC build (20 Mar 2024) contain identical package.00.01.core files
the hash is stored as a literal string in the localization resource
there is no hidden field or alternate digest nearby
The code from the dimophodon notebook entry - all the dino's have them, including the green raptor and all of them, as stated, translate to words (from the quote) except the green raptor
The question:
Does anyone have access to the original PS5 Burning Shores 1.21/1.22 assets (April 2023) and could you please check whether the Green Raptor notebook used the same Unique ID?
My current theory I have is either it was a mistake from the start (maybe the wrong word was hashed or the hash wasn't copied correctly) OR when it ported to PC something was edited/went wrong and the hash got mangled. I suspect it's the former rather than the latter but I'd love to be able to rule it out either way.
Many thanks in advance for jumping down this rabbit hole with/for me, I just always wondered what the strings were for/referring to or if they were indeed random - turns out they're not or at least, not all of them are random!
Edit: SOLVED by u/BearborgOne :
I think I've figured it out! 6d34606904d3bc92beb8eb89f51a044737ba0fd8c88e2314dcf02acb2a605ae9 matches the string ", uh,".
So the full sequence is:
Life
, uh,
finds
a
way
Great find btw, this is a super neat Easter egg!
thank you for all your help + attention!