Author Topic: SGP: Report - Decoding "Operation Terminated" into "BARRETT"  (Read 4682 times)

ColdGlider

  • Administrator
  • Hero Member
  • *****
  • Posts: 1217
  • Karma: +63/-2
    • View Profile
    • GruntsPajamas.com


Quite some time ago (in SGP time- everything is relative!) someone over in the Big Forum (who I will track down later) posted that the binary data found in one vidscreen display translated to "BARRETT".  

I have updated our image gallery with the source image as well as a "decoding" image which illustrates how that binary data is decoded into ASCII text.  For anyone familiar with binary data and/or ASCII this is a trivial process and needs no explanation; however, there are many who are understandably clueless how this is accomplished.  It is for these latter folks that I hastily cobbled together the explanatory image.



The process is very simple:  group the 1s and 0s (the binary bits) into groups of 8 bits (from left to right).  These form 8-bit bytes.  In the case of the "Operation Terminated" image, there are 56 bits which group into 7 bytes.

The bytes are converted to decimal values through a base conversion.  You don't really need to understand the math behind this in order to participate in the fun:  many programs are available to handle this for you (Windows users can even use the "Calculator" program in scientific mode.)  What you end up with is a bunch of numbers less than 256.  In the case of this data, all of the values range between 65 and 126.  That makes the numbers hot candidates for text translation using ASCII decoding, since printable ASCII characters fall within this same range.

Finally, the numbers can be converted to text using an ASCII conversion table (here's one) or a software program which implements it.  (I use Excel for quick and dirty conversion via the char() function.)

Why is knowing this important now that the data has already been decoded?

The answer is that the same process might be used to decode other binary data found in the game.  For example, it is widely held that the dots in the Jotun banners are representative of binary data.  If this is true, then once the dots have been correctly transcribed into binary then it stands to reason that this same decoding process might unlock a message.  At the very least: since there is precedent in ODST for ASCII encoded text displayed in binary, that decoding method should probably be tried first.




« Last Edit: April 09, 2011, 16:29:36 by ColdGlider »
::o:-:-:o:-:o:o:o:oo:oo:-:oooooo:o:ooooooo:ooo:oooo:-:oooooo:o:ooooooo::

Imppa

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1372
  • Karma: +31/-31
    • View Profile
Re: SGP: Report - Decoding "Operation Terminated" into "BARRETT"
« Reply #1 on: October 20, 2009, 19:04:29 »
Great post CG, hopefully this clears thing up.
Den glider in, Den glider in, Den glider in i mål igen...

Pulse Cloud

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 802
  • Karma: +23/-19
  • The pickle-shooting Cannon.
    • View Profile
Re: SGP: Report - Decoding "Operation Terminated" into "BARRETT"
« Reply #2 on: April 08, 2011, 13:41:29 »
Attention: the images are missing.
Please fix this issue, because I got here from a link in the Content section of the GruntsPajamas.com site (ie, it's posted and available in the site).
I am tree.

nightcrafter27

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 803
  • Karma: +27/-22
  • she / her, puzzles 👀
    • View Profile
Re: SGP: Report - Decoding "Operation Terminated" into "BARRETT"
« Reply #3 on: April 08, 2011, 14:23:47 »
Oh snap! Good catch!
ODST is all about switches, isn't it?

Hello from 2023! PM me if you want to chat on Discord!

Scatcycle

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1967
  • Karma: +44/-65
  • swag
    • View Profile
Re: SGP: Report - Decoding "Operation Terminated" into "BARRETT"
« Reply #4 on: April 08, 2011, 15:32:33 »
Oh snap! Good catch!
This.

Also, a handful of the guides are extremely outdated. Zombielites? Is there anything about cops or marines in there?
I feel it

Imppa

  • SGP Moderator
  • Hero Member
  • ***
  • Posts: 1372
  • Karma: +31/-31
    • View Profile
Re: SGP: Report - Decoding "Operation Terminated" into "BARRETT"
« Reply #5 on: April 09, 2011, 12:40:55 »
Very good Pulse. I searched our current image gallery for the corresponding images, and replaced the earlier links with them.
Keep on reporting these kinds of glitches, so we can deal with them.
Den glider in, Den glider in, Den glider in i mål igen...

ColdGlider

  • Administrator
  • Hero Member
  • *****
  • Posts: 1217
  • Karma: +63/-2
    • View Profile
    • GruntsPajamas.com
Re: SGP: Report - Decoding "Operation Terminated" into "BARRETT"
« Reply #6 on: April 09, 2011, 16:31:24 »
Thanks, Imppa.  You accidentally missed one, but I found it and corrected so that two images appear within the text.

Gotta get this on the web!
::o:-:-:o:-:o:o:o:oo:oo:-:oooooo:o:ooooooo:ooo:oooo:-:oooooo:o:ooooooo::