.gg-guide { background: #0B0E17; color: #e8e8f0; font-family: "Syne", sans-serif; }
:root{--black:#0B0E17;--off:#111628;--panel:#17171c;--border:#2a2a33;--text:#e8e8f0;--muted:#6b6b80;--accent:#00d4ff;--plat:#ff3b4a;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{background:var(--black);color:var(--text);font-family:"Syne",sans-serif;}
nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:rgba(10,10,10,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(20px);}
.logo{font-family:"Bebas Neue",sans-serif;font-size:1.7rem;letter-spacing:.1em;color:var(--accent);text-decoration:none;}
.logo span{color:var(--text);}
.nav-links{display:flex;gap:24px;}
.nav-links a{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-decoration:none;}
.nav-links a:hover{color:var(--accent);}
.bc{padding:12px 40px;background:var(--off);border-bottom:1px solid var(--border);font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.08em;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.bc a{color:var(--muted);text-decoration:none;}
.bc a:hover{color:var(--accent);}
.bc-cur{color:var(--text);}
.wrap{display:grid;grid-template-columns:1fr 300px;max-width:1180px;margin:0 auto;padding:0 40px;align-items:start;}
.main{padding:48px 48px 80px 0;border-right:1px solid var(--border);}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;}
.tag{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border:1px solid var(--border);color:var(--muted);}
.tag.plat{border-color:var(--plat);color:var(--plat);}
h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin-bottom:12px;}
.sub{font-size:.95rem;color:var(--muted);line-height:1.6;max-width:580px;margin-bottom:8px;}
.upd{font-family:"DM Mono",monospace;font-size:.58rem;color:var(--muted);letter-spacing:.08em;margin-bottom:32px;}
.ia{background:var(--panel);border:1px solid var(--border);border-left:4px solid var(--accent);padding:28px;margin-bottom:36px;}
.ia-lbl{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;}
.ia-ttl{font-family:"Bebas Neue",sans-serif;font-size:1.6rem;letter-spacing:.04em;margin-bottom:14px;}
.ia-body{font-size:.95rem;line-height:1.78;}
.ia-body strong{color:var(--accent);}
.ia-body em{color:var(--muted);font-style:normal;}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);margin-bottom:40px;}
.sc{padding:14px 18px;border-right:1px solid var(--border);}
.sc:last-child{border-right:none;}
.sl{font-family:"DM Mono",monospace;font-size:.54rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.sv{font-family:"Bebas Neue",sans-serif;font-size:1.15rem;color:var(--accent);line-height:1.15;}
section{margin-bottom:52px;}
h2{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;letter-spacing:.05em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;}
.sn{font-family:"DM Mono",monospace;font-size:.6rem;color:var(--muted);}
p{font-size:.93rem;line-height:1.78;margin-bottom:14px;}
p strong{color:var(--accent);}
p em{color:var(--muted);font-style:normal;}
.tip{background:rgba(240,224,64,.05);border:1px solid rgba(240,224,64,.2);border-left:3px solid var(--accent);padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.tip-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;}
.warn{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2);border-left:3px solid #f87171;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.warn-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#f87171;margin-bottom:6px;}
.info{background:rgba(0,212,255,.05);border:1px solid rgba(0,212,255,.2);border-left:3px solid #00d4ff;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.info-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#00d4ff;margin-bottom:6px;}
table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.85rem;}
th{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);background:var(--off);}
td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.55;}
tr:hover td{background:var(--panel);}
td strong{color:var(--accent);}
.steps{display:flex;flex-direction:column;gap:2px;margin:20px 0;}
.step{background:var(--panel);border:1px solid var(--border);padding:20px;display:flex;gap:20px;align-items:flex-start;transition:border-color .2s;}
.step:hover{border-color:var(--plat);}
.step-n{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;color:var(--border);line-height:1;flex-shrink:0;width:36px;transition:color .2s;}
.step:hover .step-n{color:var(--plat);}
.step-t{font-size:.92rem;font-weight:700;margin-bottom:6px;}
.step-d{font-size:.85rem;color:var(--muted);line-height:1.65;}
.step-d strong{color:var(--text);}
.badge{font-family:"DM Mono",monospace;font-size:.58rem;padding:3px 8px;border-radius:2px;display:inline-block;margin:2px;}
.b-s{background:rgba(240,224,64,.15);color:var(--accent);border:1px solid rgba(240,224,64,.3);}
.b-a{background:rgba(0,212,255,.12);color:#00d4ff;border:1px solid rgba(0,212,255,.3);}
.b-b{background:rgba(82,196,90,.1);color:#4ade80;border:1px solid rgba(82,196,90,.3);}
.b-c{background:rgba(255,149,0,.1);color:#fbbf24;border:1px solid rgba(255,149,0,.3);}
.b-d{background:rgba(239,68,68,.1);color:#f87171;border:1px solid rgba(239,68,68,.3);}
.ad-w{margin:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4px 0;}
.ad-l{font-family:"DM Mono",monospace;font-size:.5rem;letter-spacing:.16em;text-transform:uppercase;color:var(--border);text-align:center;padding:4px 0;}
.ad-f{background:var(--off);min-height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.next{margin-top:56px;padding-top:28px;border-top:1px solid var(--border);}
.next-l{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.ng{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
.nc{background:var(--panel);border:1px solid var(--border);padding:16px;text-decoration:none;transition:border-color .2s;display:block;}
.nc:hover{border-color:var(--accent);}
.nc-t{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.nc-h{font-size:.88rem;font-weight:700;color:var(--text);line-height:1.35;}
.sidebar{padding:48px 0 80px 32px;position:sticky;top:65px;}
.ad-box{margin-bottom:24px;}
.ad-box-fr{background:var(--panel);border:1px solid var(--border);min-height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.sw{background:var(--panel);border:1px solid var(--border);padding:18px;margin-bottom:2px;}
.sw-ttl{font-family:"Bebas Neue",sans-serif;font-size:1rem;letter-spacing:.08em;color:var(--muted);margin-bottom:12px;}
.sw a{display:block;font-size:.8rem;color:var(--text);text-decoration:none;padding:8px 0;border-bottom:1px solid var(--border);line-height:1.4;}
.sw a:last-child{border-bottom:none;}
.sw a:hover{color:var(--accent);}
.sw-g{font-family:"DM Mono",monospace;font-size:.54rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:2px;}
footer{border-top:1px solid var(--border);padding:28px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}
.fl{font-family:"Bebas Neue",sans-serif;font-size:1.2rem;color:var(--accent);}
.fl span{color:var(--muted);}
.fc{font-family:"DM Mono",monospace;font-size:.56rem;color:var(--muted);}
.fc a{color:var(--muted);text-decoration:none;}
@media(max-width:900px){.wrap{grid-template-columns:1fr;padding:0 20px;}.main{padding:28px 0;border-right:none;}.sidebar{position:static;padding:0 0 40px;}.ng{grid-template-columns:1fr;}.stats{grid-template-columns:repeat(2,1fr);}nav{padding:14px 20px;}.nav-links{display:none;}.bc{padding:10px 20px;}footer{padding:20px;flex-direction:column;text-align:center;}}
Nintendo SwitchDungeon GuideGreat Sky Island
Zelda TotK — Temple of Time
Full Walkthrough
Every room, every puzzle and the Soldier Construct boss fight. Unlock the Paraglider and continue the main story. Answer above the fold — no video needed.
Last updated: May 2026 · Nintendo Switch · Chapter 1 — Great Sky Island
⚡ Instant Answer
Stuck in the Temple? Here's the Fix
The Temple of Time is accessed after completing all four Great Sky Island shrines — Ukouh (Ultrahand), In-isa (Fuse), Gutanbac (Ascend), and Nachoyah (Recall). If the temple door is locked, you are missing a shrine. Check your map for uncompleted shrine icons.
Most searched stuck point — the Goddess Statue inside: Offer all four Lights of Blessing (one per shrine) to the Goddess Statue. This triggers the door opening sequence.
Boss fight — Soldier Construct IV: Shoot the glowing eyeball on its head with a bow. Three hits stagger it for a melee punish. Repeat. Use the wooden weapons and bows found in the temple — your gear was stripped on the Great Plateau equivalent.
Required
All 4 Sky Shrines
01 — Accessing the Temple
The Temple of Time sits at the peak of the Great Sky Island and is the final destination of the game's opening chapter. To unlock the entrance, you must first complete all four shrines on the Great Sky Island and collect all four Lights of Blessing.
Once you have all four, navigate to the Temple of Time entrance — follow the path from the Room of Awakening where you started. The door opens automatically when you approach with all four Lights collected. Step inside and approach the Goddess Statue.
📌 Missing a Shrine?
Open your map and look for uncompleted shrine icons. Each shrine icon appears as a darker orange symbol when incomplete and a brighter gold when finished. If you are missing a shrine, the most commonly skipped is Nachoyah Shrine (Recall) — it is hidden in the cave system beneath the Room of Awakening where you started the game.
02 — Room-by-Room Walkthrough
| Room | Puzzle | Solution |
| Entrance — Goddess Statue | Offer Lights of Blessing | Interact with the Goddess Statue and offer all four Lights of Blessing. This opens the inner door. You may choose Heart Container or Stamina Vessel — see below for recommendation. |
| Main Hall | Locked gate with gear mechanism | Use Ultrahand to grab the large gear on the right wall. Rotate it so the protruding spoke aligns with the gate's locking bar. The gate lifts. Proceed through. |
| Water Room | Raise the water level to reach the upper platform | Use Ultrahand to grab the stone plug in the wall to the left. Remove it. Water flows in and raises to the upper platform level. Swim up or ride floating debris to the exit. |
| Pillar Room | Reach the high ledge | Use Ascend through the tall pillar in the room's centre. You emerge at the top. Walk across to the ledge. Alternatively, build a ramp using the stone blocks in the corner with Ultrahand. |
| Bridge Room | Extend the broken bridge | Find the wooden plank on the right. Use Ultrahand to attach it to the existing bridge segment extending it across the gap. Walk across. The plank stays connected. |
| Pre-Boss Room | Collect weapons before the fight | Wooden bows, arrows and melee weapons are visible on the walls. Use Ultrahand to grab them all — the boss room removes your prepared gear. You fight with what you collect here. |
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
03 — Boss Fight — Soldier Construct IV
Soldier Construct IV is a mechanical enemy with a large glowing weak point on the top of its head. The fight is straightforward but introduces Tears of the Kingdom's core combat loop: hit the weak point from range, close in for melee during the stagger, repeat.
1
Target the glowing eye
Draw your bow (collected in the pre-boss room) and aim at the glowing orange-yellow sphere on top of the Construct's head. The target is large and not moving quickly — aim carefully and fire. One arrow hit staggers it briefly but three hits to the eye stagger it fully for a melee punish window.
2
Close in during the stagger
After three successful eye hits, the Construct staggers and falls to one knee. Sprint in and attack with your melee weapon. Hit it three or four times before it recovers. Fusing a rock or metal object to your weapon (Fuse ability) deals significantly more damage than base weapon attacks.
3
Repeat and dodge its attacks
When it recovers it uses a spinning blade attack — dodge sideways or sprint away from this. It also throws energy projectiles in a straight line — dodge sideways. After dodging, re-aim at the eye and start the cycle again. Two to three full cycles defeats it.
🎗 Flurry Rush
If you dodge perfectly timed with the Construct's melee swing (the moment it connects), you enter a Flurry Rush — a slow-motion burst attack sequence that deals significant damage. This is the same mechanic from Breath of the Wild. Mastering it here makes the rest of TotK's combat significantly easier.
04 — Reward — The Paraglider
Defeating the Soldier Construct IV and completing the Temple of Time grants you the Paraglider — one of the most important items in the game. The Paraglider lets you glide from height indefinitely (limited only by stamina) and is essential for navigating the Sky Islands, reaching shrines, and exploring the map.
After receiving the Paraglider, Purah's transmission directs you to leap from the Great Sky Island toward Hyrule below. This is the end of the game's tutorial section. From here the full map opens and the three main quest lines — Temples, Crisis at Hyrule Castle, and Tears of the Dragon — are all accessible.
📌 Where to Go Next
The recommended first destination after leaving the Great Sky Island is
Lookout Landing — the large fortified camp visible from above. Purah will meet you there and give you access to the Purah Pad's full feature set including the regional map, Sensor+, and the Camera. All main quest lines branch from Lookout Landing.
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
#social-bar a { display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;text-decoration:none;transition:opacity 0.2s,transform 0.2s; }
#social-bar a:hover { opacity:0.85;transform:translateX(-4px); }
@media(max-width:768px){ #social-bar { display:none !important; } }