Reactor lights code: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:


[[File:Reactor_lights_brighter.jpg|512px]]
[[File:Reactor_lights_brighter.jpg|512px]]
there are four collums, each divided into two sub collums, which we will call right and left. Left sub columns have text starting with R (for red), and right sub columns have G (for green)
the message should be read starting at the top left corner, and then going down, until reaching the bottom- then go to the top of the next column and repeat
the collums give 2 strings, which are interwoven between the sub-collums. when the next light is red, you should swap the sub collum you are reading from, and for green lights simply continue as you were going. so for one string for the first column the instruction is:
right right left left left


here is a transcription of the text on the light board:
here is a transcription of the text on the light board:
Line 11: Line 20:




RB GO RW GC RI GM R1 GQ
 
RB GO RW GC R1 GM RI GQ


RU GT RO GO R6 GI   R<sub>12</sub> GU
RU GT RO GO R6 GI   R<sub>12</sub> GU
Line 22: Line 32:




When reading the columns of letter pairs, one can read the following from the four columns:
When reading the columns of letter pairs, one can read the following from the four columns (souce: control_panel_puzzle_ultimate_alternative.vtf):


*BUNKE and OTHER from the first column.
*BUNKE and OTHER from the first column.
*COMPU and WORLD from the second column.
*COMPU and WORLD from the second column.
*MIDDL and 1 6 R 14 D from the third column.
*MIDDL and 1 6 R 14 D from the third column.
*QUEST and 1 12 14 1 9 from the fourth column. (not true, thats a 5 not an S)
*QUEST and 1 12 14 1 9 from the fourth column.
Note: 1 6 R 14 D and 1 12 14 1 9 format matches with [[Villa woodboxes]] format, so these two are likely connected.
 
Applying letters from Villa Woodboxes, to the latter code gives: E 6 R 14 D and E A 14 E 9


This refers to the [[Bunker computer code|bunker computer code]] question <code>WHATCONNECTSALLTHESE</code> through BUNKE COMPU MIDDL QUEST. The other part of the code can be obtained by substituting the numbers with the characters from the question (i.e., 1=W, 9=O, etc.), which results in "OTHER WORLD" and "WORLD ISLIE".
This refers to the [[Bunker computer code|bunker computer code]] question <code>WHATCONNECTSALLTHESE</code> through BUNKE COMPU MIDDL QUEST. The other part of the code can be obtained by substituting the numbers with the characters from the question (i.e., 1=W, 9=O, etc.), which results in "OTHER WORLD" and "WORLD ISLIE".
192

edits