Skip to main content

Glyph Tower Puzzle

image-1647835874519.png

The Glyph Tower puzzle is the ultimate final puzzle at the end of Tunic. It becomes available after collecting at least 7 of the 12 secret treasures. It is hinted by page 54 of the instruction manual.

Page 54 Message

Page 54 "For Additional Support & Secrets" states the following in Trunic:
1. Find some rare golden statues.
2. Traverse the glow to visit 12 strange beings
3. "Un-sing" to them the greatest song, the song of The Golden Path, as seen from within.

Elaboration

Step 1 refers to the secret treasures. Finding "some" of them is a requirement to reach the Glyph Tower. Like page 22 depicts, the player can view their "trophies" ("secret treasures"/"golden statues") in a secret area south of where they obtain the Shield.

Step 2 refers to the glowing portal created by the secret treasures. The player must enter the portal to reach the Glyph Tower.

Step 3 states "the greatest song, the song of The Golden Path." This refers to page 49 of the instruction manual, which contains "The Golden Path" and "The Greatest Spell" as Trunic captions. The Golden Path is the Holy Cross puzzle connected to opening the Mountain Door, tracing a path from the bottom origin point throughout all 25 squares until reaching the center end point.

"Seen from within" means to look from the other side, as if The Golden Path was a window with two sides. To do this, the page containing The Golden Path should be flipped horizontally, flipped like a piece of paper.

"Un-sing" requests the code be inputted from the center out rather than the bottom in.

Step 3 Conversion

The Golden Path

The original code:
ULDL ULDL URUR ULUR DRUL ULUR ULDL URUU LURD RDRU RDLD RURR DRUR DRUR RDLD LDRD RDLL DRDL DRUR DRUR RDDL URUL DLUL ULUR RULU

image-1647837639181.png

The Golden Path as Seen From Within

Flipping the page:

image-1647837802496.png

Un-Sing

The final code that must be inputted while the player is at the Glyph Tower:
DLDR RDLD LDLU LDRD LUUR RDRU RDRU LURU LLUR URUL ULUR RDRU RDRU RRDR ULUR DRUR URDL DDRD LULD RDLD LDRU RDLD RDRD LULD LULD

Reward

image-1647838262569.png

When the code is inputted at the Glyph Tower, the runes present the following link:
https://doyoufeartheeyesofthefarshore.co/ [archive.org link]

The website presents the following audio and video:
a.mp3

v.mp4

Website Code

<html>

<head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">

    <title></title>
    <link rel="stylesheet" href="style.css">
    <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
    <script>
        $(document).ready(function() {
            $("body").click(function() {
                document.getElementById('player').play();
            });
        });
    </script>

</head>

<body id="index" onload="">

    <div class="fullscreen-bg">
        <video loop muted autoplay playsinline class="fullscreen-bg__video">
			<source src="v.mp4" type="video/mp4">
		</video>
    </div>

    <audio id="player" loop controls="false" style="position:absolute;top:-100px;">
        <source src="a.mp3" type="audio/mp3">
    </audio>

</body>

</html>
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 500%;
        top: -200%;
    }
    /*			  .txt {
      width:40%;
  }*/
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 500%;
        left: -200%;
    }
    /*			  .txt {
      width: 40%;
  }
*/
}

@media (max-width: 767px) {
    .fullscreen-bg {
        /* background: url("ff.png") center center / cover repeat; */
    }
    .fullscreen-bg__video {
        display: none;
    }
}

video::-webkit-media-controls {
    display: none !important;
}

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

When a.mp3 is viewed through a spectrogram, it presents the following in the 10Hz to 500Hz range:image-1647838747753.png

The symbols at the top are 8 Trunic letters. When translated, this states:
"we are the(e) eyes of the far shore"

Unsolved Mystery

The next mystery may lie within the chords of the audio (the black lines below) (10Hz - 240Hz), but not much is known past this.image-1647839098128.png

Much of the discussion for this mystery is researched in the Tuneic sound puzzle mappings spreadsheet, attempting to translate the chords above.