For those that don't understand the code during the Outbreak Prime quest it's binary. I personally learned to read it as each place is worth a certain amount. And you always start at the right. This way you don't have to worry about 2x. Some people might find that method easy. Others will not so this is an alternative.
0 | 0 | 0 | 0
8 | 4 | 2 | 1
If there is a "0" in your code do not add the value of that place. So using this chart above you can work out what your code means by adding the value corresponding to the place of your code.
0101 = 4+1 = 5
0100 = 4
0011 =2+1 = 3
0010 = 2
0001 = 1
0000 = 0
Everyone learns differently so if this still confuses you you might want to use a converter online. Hope this helps some of you Guardians that may not be math inclined and don't want to use a converter to help you out with this.
-
Thanks. You finally let me understand it.
-
[quote]For those that don't understand the code during the Outbreak Prime quest it's binary. I personally learned to read it as each place is worth a certain amount. And you always start at the right. This way you don't have to worry about 2x. Some people might find that method easy. Others will not so this is an alternative. 0 | 0 | 0 | 0 8 | 4 | 2 | 1 If there is a "0" in your code do not add the value of that place. So using this chart above you can work out what your code means by adding the value corresponding to the place of your code. 0101 = 4+1 = 5 0100 = 4 0011 =2+1 = 3 0010 = 2 0001 = 1 0000 = 0 Everyone learns differently so if this still confuses you you might want to use a converter online. Hope this helps some of you Guardians that may not be math inclined and don't want to use a converter to help you out with this.[/quote] [b][/b]
-
Thank you so much!!
-
3 RepliesWait I for forgot about the man! Man, what man! F the man! We've got 10 seconds left!! 555-0001
-
This still confuses me😶
-
I need a hunter and a warlock for the last part of the siva engine puzzle
-
It's so funny how many people struggle with this. There are FIVE numbers to deal with for crying out loud! If it was 50 then fair enough but it's FIVE possible numbers what a piece of piss.
-
4 RepliesBump for later, lfg is cancer ATM though...
-
4 RepliesOr you could just use a Binary conversion... 0000=0 0001=1 0010=2 0011=3 0100=4 0101=5 And that's all you need (This is for the monitor part not the initial sequence you may find that in most youtubes/posts on b.net)
-
Looking to do the raid again just for the monitors. Titan 369 need 5
-
This is awesome! This teached me in less than a minute how to translate the Binary Code in the Raid, and now I can instantly translate them without an extra sheet. Explained it to my friends yesterday with a picture and they learned it in under three minutes. Thank you!
-
Need a titan and hunter for quest psn-realgangstarr
-
-
4 RepliesReally I'm just waiting on a list of all the combinations that appear and the numbers to them
-
Need a titan and warlock on step 8 please psn jrodri6uez
-
Need a warlock at first quest
-
I'm studying electrical engineering and when I saw this was part of the quest I was really excited to convert it on the spot with my team (whoever they might be)
-
1 ReplyShould named the post "binary for dummies 101". Thanks for sharing! Learned something new.
-
1 ReplyJuat wrote down the values on a piece of paper and slowly recognizing the values without having to glance at my cheat sheet
-
23 RepliesBinary to decimal: 2^n, start at n = 0. And if you want to go back: decimal to binary: (loop while remainder != 1) { n%2 n/2 } Java Code for those who refuse to do it by hand: public static Long binToDec(String bin) { long dec = 0L; long pow = 1L; for (int i = (bin.length() - 1); i >= 0; i--) { char c = bin.charAt(i); dec = dec + (Long.parseLong(c + "") * pow); pow = pow * 2; } return dec; }
-
1 ReplyThat makes absolutely 0% sense
-
1 ReplySo 0001 = nerf fusion rifles???
-
6 RepliesOnly Exo Warlocks (computer+intelligence) can decode that. Poor Titans.
-
3 RepliesI really hope they don't dumb this quest down for casuals.
-
1 ReplyBest explanation I've seen yet...take this like.
-
11 RepliesI'm with a team, and we've all turned on each monitor, but now we are at the boss and they are too weak to complete the fight. If I leave them, and find another group and start off from my check point, will I still have all the monitors activated and be able to get the quest??