ADVERTISEMENT

Here's your guide to 'WitherCon,' the first-ever multi-format event dedicated to 'The Witcher' universe

Published Jun 30, 2021 02:53 pm

Henry Cavill as 'The Witcher''s Geralt of Rivia

Late in 2019, the epic fantasy tale of "The Witcher" entered our streaming pleasure and brought us to a world, dubbed as The Continent, where humans, elves, witchers, gnomes, and monsters battle to survive and thrive, and where good and evil is not easily identified.

A true spellbinding series, "The Witcher," which is based on a book as well as a video game series of the same name, has captured sci-fi and fantasy fans with its play on supernatural creatures, multiple timelines, and sorcerers and royals, not to mention Henry Cavill as the series protagonist Geralt of Rivia. As its second season is about to come upon us, Netflix and CD Projekt Red are giving fans a chance to step into the medieval-inspired world with the upcoming global virtual fan event "WitcherCon," the first-ever multi-format event dedicated to "The Witcher" universe.

The event, hosted by Julia Hardy, will be studded with special short-form content, giving never-before-seen insights to the production and creative processes behind "The Witcher" universe. The full lineup includes a number of interactive panels, each of which also holds a host of exclusive surprises from "The Witcher" live action series and forthcoming anime feature.

The schedule of panels is as follows:

'The Witcher' Season 2: Deck of Destiny

Destinies collide when the cast and showrunner of Netflix's "The Witcher" draw cards from an enigmatic deck of fan questions that will determine the path of the panel and the immediate fate of the guests. But these are no ordinary cards. Prepare for surprise reveals, backstage insights, and a dash of chaos as panelists take fans through their journey of filming Season 2.

Panel Guests: Lauren Schmidt Hissrich, Anya Chalotra, Freya Allan, Mimî M Khayisa, Paul Bullion

CD PROJEKT RED’s Memories from the Path: Stories Behind the Witcher Games

For over 13 years, the Witcher series of games has captured the imagination of gamers worldwide. Now, the developers behind the games discuss how they brought their immersive stories to life—before revisiting old memories, uncovering forgotten artifacts, and reminiscing about their favorite moments from the franchise

Geralt of T-Rivia

It’s a meeting of the masterminds as key creators of the Witcher games and "The Witcher" Netflix series team up to test their knowledge of the wider Witcher universe. In this pub quiz-style game, behind-the-scenes tidbits and spoilery sneak peeks are prized just as much as the correct answers.

Panel Guests: Błażej Augustynek, Philipp Weber, Declan De Barra, Lauren Schmidt Hissrich

CD PROJEKT RED’s 'The Witcher': Beyond Video Games

From detective noir to dark horror—all the way to the Old World and beyond, prepare to experience "The Witcher"’s expanded universe with the latest details on the upcoming comic books and board game inspired by the franchise.

Panel Guests: Rafał Jaki, Bartosz Sztybor, Łukasz Woźniak

Tales from the White Wolf: A Spotlight Conversation with Henry Cavill, hosted by Josh Horowitz

To close out "WitcherCon," fans will hear from Geralt of Rivia himself, Henry Cavill, who will sit down with moderator Josh Horowitz (MTV and Comedy Central host) for an in-depth conversation about fantasy, destiny, and the wider Witcher Universe. The White Wolf may even have a surprise or two in store.

Available on both Twitch and YouTube, "WitcherCon" will first air on July 9, 2021 at 7 p.m. CEST (July 10, 2021 at 1 a.m. Philippine Time). Fans will be able to watch "WitcherCon" across two separate streams, with each one containing exclusive content. The second stream, which also airs on Twitch and YouTube, will begin at 3 a.m. CEST on July 10, 2021 (July 10, 2021 at 9 a.m. Philippine Time).

For more information on all things "WitcherCon," including the full event schedule, please visit the official website: WitcherCon.com.

Related Tags

witchercon the Witcher Netflix Arts and Culture
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.