On the Subject of UltraStores

Do you think God stays in heaven because he, too, lives in fear of what he’s created?

This module consists of eight black buttons, a large central button, and sixty-four floating discs.

These discs travel in straight lines, resembling rotations of a hexeract (6D cube).
These rotations correspond to functions in the tables below.

There are three stages, each with one more rotation than the previous.

There will be a long pause between rotations, indicating where the sequence restarts.

Apply each operation successively until the end of the sequence and use the result to determine the sequence of coloured buttons to press for each stage.

If at any point an operator yields-

  • a value greater than 364, then subtract 365 from the value until it is less than 365.
  • a value less than -364, then add 365 to the value until it is greater than -365.

Section 1: Determining Initial Values

To determine the number to be entered into the sequence of operators, interpret the following pairs of digits in the serial number as two-digit base-36 numbers and take them modulo 365:

  • For stage 1, a0 is obtained by using the 3rd and 4th digits.
  • For stage 2, b0 is obtained by using the 5th and 6th digits.
  • For stage 3, c0 is obtained by using the 1st and 2nd digits.

Section 2: Operation Tables

In each stage, each rotation is associated with an operation, expressed here as a function:

  • n is the current step of the sequence.
  • D is the sum of the individual base-36 digits of the serial number.
Stage 1 Stage 2 Stage 3
XY XY(x) = x + D XY(x) = x + an-1 XY(x) = x + bn-1 - an-1
XZ XZ(x) = 2x - D XZ(x) = 2x - an-1 XZ(x) = 2x - bn-1 - an-1
YZ YZ(x) = x + 2D YZ(x) = x + 2an-1 YZ(x) = x + 2bn-1 - an-1
XW XW(x) = 2D - x XW(x) = 3D - x - an-1 XW(x) = 4D - x - bn-1 - an-1
YW YW(x) = 2x + D - 35n YW(x) = 2x + abs(an-1) - 12n2 YW(x) = 2x + abs(bn-1) + abs(an-1) - 5n3
ZW ZW(x) = x + (x mod 6)3 ZW(x) = x + (an-1 mod 7)3 ZW(x) = x + (bn-1 mod 6)3 + (an-1 mod 6)3
XV XV(x) = 2(D - x) XV(x) = 2x - 3(D - an-1) XV(x) = 2x - 4(D - bn-1)
YV YV(x) =
x + (D mod 6)3 - 35n
YV(x) =
x + (an-1 mod 7)3 - 12n2
YV(x) = x + (bn-1 mod 8)3 - 5n3
ZV ZV(x) =
(x - x mod 2)/2 + D
ZV(x) =
x + (x - x mod 2)/2 - an-1
ZV(x) = (x - x mod n)/n + 2bn-1
WV WV(x) = 5x - 3D WV(x) = 8x - 5D + 3an-1 WV(x) = 13x - 8D + 5an-1 - 3bn-1
XU XU(x) = x + 365 - D XU(x) = x + 365 - abs(an-1) XU(x) = x + 365 - abs(an-1) - abs(bn-1)
YU YU(x) = 2x - 365 + D YU(x) = 2x - 365 + abs(an-1) YU(x) = 2x - 365 + abs(an-1) + abs(bn-1)
ZU ZU(x) = x + 365 - 2D ZU(x) = x + 365 - 2*abs(an-1) ZU(x) =
x + 365 - 2*abs(an-1) - 2*abs(bn-1)
WU WU(x) = 365 - abs(x) WU(x) =
365 - abs(x) - abs(an-1)
WU(x) =
365 - abs(x) - abs(an-1) - abs(bn-1)
VU VU(x) = nx VU(x) = n(x - an-1) VU(x) = n(x - an-1 + bn-1)

Section 2: Operation Tables Continued

Stage 1 Stage 2 Stage 3
YX YX(x) = x - D YX(x) = x - an-1 YX(x) = x - bn-1 + an-1
ZX ZX(x) = 2x + D ZX(x) = 2x + an-1 ZX(x) = bn-1 + an-1 - 2x
ZY ZY(x) = x - 2D ZY(x) = x - 2an-1 ZY(x) = x + 2an-1 - bn-1
WX WX(x) = 2D + x WX(x) = 3D + x - an-1 WX(x) = 4D + x - bn-1 - an-1
WY WY(x) = 2x - D - 35n WY(x) = 2x - abs(an-1) - 12n2 WY(x) = 2x - abs(bn-1) - abs(an-1) - 5n3
WZ WZ(x) = x - (x mod 7)3 WZ(x) = x - (an-1 mod 6)3 WZ(x) = x - (bn-1 mod 7)3 - (an-1 mod 7)3
VX VX(x) = 2(D + x) VX(x) = 2x - 3(D + an-1) VX(x) = 2x - 4(D + bn-1)
VY VY(x) =
x - (D mod 6)3 - 35n
VY(x) =
x - (an-1 mod 7)3 - 12n2
VY(x) = x - (bn-1 mod 8)3 - 5n3
VZ VZ(x) =
(x - x mod 2)/2 - D
VZ(x) =
x + (x - x mod 2)/2 + an-1
VZ(x) = (x - x mod n)/n - 2bn-1
VW VW(x) = 5x + 3D VW(x) = 8x + 5D - 3an-1 VW(x) = 13x + 8D - 5an-1 + 3bn-1
UX UX(x) = x - 365 - D UX(x) = x - 365 - abs(an-1) UX(x) = x - 365 + abs(an-1) - abs(bn-1)
UY UY(x) = 2x - 365 - D UY(x) = 2x - 365 - abs(an-1) UY(x) = 2x - 365 + abs(an-1) - abs(bn-1)
UZ UZ(x) = x + 365 + 2D UZ(x) = x + 365 + 2*abs(an-1) UZ(x) =
x + 365 + 2*abs(an-1) - 2*abs(bn-1)
UW UW(x) = 365 - 2*abs(x) UW(x) = 365 - 2*abs(x) - abs(an-1) UW(x) =
365 - 2*abs(x) - abs(an-1) - abs(bn-1)
UV UV(x) = nx - D UV(x) = n(x - an-1 - D) UV(x) = n(x - an-1 - bn-1)

Note: a4 is equal to zero.

Single Rotations

For single rotations, simply apply the function corresponding to the rotation:
an = F(an-1), bn = F(bn-1), cn = F(cn-1)

Dual Rotations

These operators apply to the two functions corresponding to the individual rotations that occur simultaneously, referred to as R and S.

    There will always be two axes that are unchanged, if these axes:
  • are both X, Y, or Z, then apply function X.
  • are both W, V, or U, then apply function Z.
  • do not satisfy one of the two above conditions, then apply function Y.

Stage 1 Stage 2 Stage 3
X an =
2D - abs(R(an-1) - S(an-1))
bn =
3D - abs(R(bn-1) + S(bn-1))
cn =
4D - abs(R(cn-1)) - abs(S(cn-1))
Y an =
2D - R(an-1) - S(an-1)
bn =
2an-1 - R(bn-1) - S(bn-1)
cn =
2bn-1 - R(cn-1) - S(cn-1)
Z an =
R(an-1) + S(an-1) - an-1
bn =
R(bn-1) + S(bn-1) - bn-1 - an-1
cn =
R(cn-1) + S(cn-1) - cn-1 - bn-1 - an-1

Triple Rotations

These operators apply to the three individual rotations that occur simultaneously, referred to as R,S, and T.

  • If each of the three rotations map an axis from one of X,Y,Z onto one of U,V,W or vice versa, apply function W.
  • Otherwise, apply function V.

Stage 1 Stage 2 Stage 3
W an =
max(R(an-1), S(an-1), T(an-1))
- 2D
bn =
R(bn-1) + S(bn-1) + T(bn-1)
- 3bn-1
cn =
R(cn-1) + S(cn-1) + T(cn-1)
- an-1 - bn-1 - cn-1
V an =
min(R(an-1), S(an-1), T(an-1))
+ 2D
bn = 3bn-1
- R(bn-1) - S(bn-1) - T(bn-1)
cn =
an-1 + bn-1 + cn-1
- R(cn-1) - S(cn-1) - T(cn-1)

Section 3: Converting Results

Once a result of the sequence of operations has been obtained, it must be converted into balanced ternary, a base-3 number system in which the digits have the values 1, 0, and -1. Find a sequence of these values such that multiplying them with each power of 3 from 30 = 1 (the “least significant”) to 35 = 243 (the “most significant”), and adding that up, results in the desired number.

Section 4: Entry and Submission

To work out which buttons need to be pressed, first apply the list of conditions on the positions of buttons on the module to each row of the initial correspondences table, starting from the top of the list and working down.

Initial Correspondences303132333435
Stage 1RGBCMY
Stage 2YBMGRC
Stage 3MCRYGB

If......, then...
the top button is whitereverse the sequence
the top right button is yellowcycle each colour one space to the left.
the white button is diametrically opposite the black buttonswap each colour with its diametric opposite on the module.
the red button is diametrically opposite the cyan buttonswap each colour with its complementary (R ↔ C, G ↔ M, B ↔ Y).
the green and magenta buttons have exactly one button between themcycle each colour in clockwise order of the colours on the module.
the green button is adjacent to the white buttoncycle the primary colours
(R → G, G → B, B → R).
the magenta button is adjacent to the black buttoncycle the secondary colours
(C → M, M → Y, Y → C).
the white button is adjacent to the black buttoncycle both the primary and secondary colours.
the blue and yellow buttons are on the same side of the moduleswap B with the colour opposite in the sequence.
the red button is on the right side of the moduleswap R and Y.
the blue button is on the left side of the moduleswap G and C.
starting from the white button, the yellow button is further clockwise than the green buttonswap the first and last colours in the sequence.
starting from the black button, the blue button is further clockwise than the cyan buttonswap the colours of the top and bottom buttons on the module
(only if neither are white or black).

Once a balanced ternary number and the buttons corresponding to powers of 3 for the current stage have both been determined, follow the instructions below:

  1. Select the center button. This will cause the sequence to stop and change each of the black buttons to one of eight colours, of which the white button is pre-selected.
  2. Using the coloured buttons, enter the non-zero balanced ternary digits in order of least to most significant:
    • Pressing the white and black buttons will toggle which of the two are lit.
    • Pressing a coloured button while the white button is lit will enter a ‘+1’ in the corresponding digit.
    • Pressing a coloured button while the black button is lit will enter a ‘-1’ in the corresponding digit.
  3. Select the center button again to submit the sequence of inputs.

Submitting the correct sequence of inputs will advance the module to the next stage.

Submitting an incorrect balanced ternary number, or submitting the coloured buttons in the wrong order will result in a strike.

Appendix: 6-dimensional axes

Each of the sixty-four discs are connected to six neighbouring discs via the six-dimensional axes shown above.

The diagram above shows five of the six axes as viewed from the front of the module.

The positive X,Z,W,V, and U axes point up and/or to the right from this viewing angle.

The Y axis cannot be seen from this angle; the positive Y axis points away from the module, as do the positive W, V, and U axes when viewed from a different angle.