Hey, everyone. It's been some time since I used this forum.
I would like to share a... discovery I made a few hours ago. I've searched the forum, using a couple of related keywords, and no matching posts were found, so maybe, as unbelievable, as it may be, nobody has found it yet, or at least the very least — nobody has posted anything about it, so far. I'm not sure if it's the right place for this kind of post, but there's no forum section that's dedicated to any of the upcoming FG's games.
But what am I talking about? Please, take a look at nextfrictionalgame.com (for those who don't know anything about it — it's a sort of a placeholder website that someday is going to be swapped with the actual page for the game [or games] that FG is currently developing). While I think the fetus on the main page looks cool (I'm not sure if it's only my imagination, but I think that the last time I saw it, it was much smaller), the discovery I wanted to share with you is found in the source code of the page. If you're using Firefox like me, you can RMB-click the page and choose: "View page source".
We're not done yet, though. Now, if you scroll down the page, you will see the following code fragment:
The code between <span> and </span> seemed funny to me. It kind of looked like a string of character coded in hexadecimal notation, so I cleared up the code using notepad and CTRL+H function to obtain just the string of numbers.
I've got this:
Next, I swapped &colon for :, and &period for ., and used an online hex to text converter (not sure if I can share the link, so just search for "hex to text" on Google) to translate the remaining characters.
I've got the following:
So what do you think?
----
Update: So, I found out that the entire "decoding" was pointless, as you could just highlight that portion of the code, using "Inspect Element" option in Firefox, and a similar on Chrome.