” width=’0′ height=’0′ data-mode=’scan’ data-site-id=’5b11330346e0fb00017cd841′>”;
var a=document.getElementById(“vmv3-frm”);
a=a.contentWindow?a.contentWindow:a.contentDocument;
a.document.open();
a.document.write(“
By using this site, you agree to our
Privacy Policy and our
Terms of Use.Close

by
William D’Angelo, posted July 9th
by
William D’Angelo, posted July 9th
by
William D’Angelo, posted July 9th
by
William D’Angelo, posted July 9th
PlayStation Reveals San Diego Comic-Con 2026 Panels and Activities – News
![]()
by William D’Angelo, posted 5 hours ago / 1,422 Views
Sony Interactive Entertainment has announcedits full slate of panels and activities for San Diego Comic-Con 2026, which will run from July 23 to 26
There will be panels for Marvel’s Wolverine, Marvel Tokon: Fighting Souls, and God of War Laufey
Comic-Con 2026 panel schedule
Marvel’s Wolverine – Deep Cuts
Thursday, July 23, 2026 11:15 AM – 12:00 PM PT Room: Hall H
We’re not just scratching the surface; we’re cutting through it. Insomniac Games’ Creative Director Marcus Smith, Game Director Mike Daly, Narrative Director Walt Williams, and Sr. Project Director Jess Reiner-Reed are joined by actors Liam McIntyre (Wolverine) and Krizia Bajos (Jean Grey), along with Executive Producer Eric Monacelli from Marvel Games to unveil exciting new details from the highly anticipated Marvel’s Wolverine, releasing on September 15 on PlayStation 5 consoles. Moderated by media personality, Naomi Kyle, the panel will offer a behind-the-scenes look into the game’s story, characters, and exclusive never-before-seen content.
Marvel Tōkon: Fighting Souls
Thursday, July 23, 2026 12:00 PM – 12:45 PM PT Room: Hall H
Step into the arena with Marvel Tokōn: Fighting Souls. Moderated by fighting game commentator and streamer Sajam, Game Producer Takeshi Yamanaka (Arc System Works), Localization Director Amber Seitz (Arc System Works), and Senior Product Development Manager Michael Francisco (Marvel Games) take you inside the making of the game and the creation of MARVEL Tokōn’s place in the Marvel Universe. The development team is joined by Mike Deodato (Marvel Comics artist and Knights of Doom illustrator) and voice actor Josh Keaton (Iron Man and Spider-Man) to showcase behind-the scenes-looks, and surprise announcements you won’t want to miss.
God of War Laufey – Forging God of War’s Next Heroes
Friday, July 24, 2026 5:30 – 6:30 PM PT Room: Ballroom 20
God of War Laufey Game Director Ariel Lawrence and Santa Monica Studio Head of Creative Cory Barlog lead an in-depth conversation with the cast including Deborah Ann Woll (Laufey), Chris Judge (Kratos), Jack Quaid (Phranque), and Perlina Lau (Rue) for the first time since the game’s reveal. Panelists will share new details about the heroes of God of War Laufey, including behind-the-scenes insights from development and the performance capture that brings each character to life.
Around the convention corner
From July 23-26 on the San Diego Convention Center show floor, fans will have a chance to sink their claws into the Marvel Booth (Booth #2329), where players can drop in for a Marvel’s Wolverine photo opp and walk away with giveaway items like Marvel’s Wolverine Claws and a copy of the Marvel’s Wolverine Prequel Comic written by Narrative Director Walt Williams while supplies last.
While traveling around the convention center and downtown area, be on the lookout for the Marvel’s Wolverine wrapped San Diego Trolley. Players can head to the Omni Hotel Lawn to cool down with a Madripoor Sunrise Slushie and take a photo alongside a looming Proto-Sentinel Head, before grabbing Marvel’s Wolverine Claws.
Fighting game fans can head to the San Diego Ballroom of the Marriott Marquis San Diego Marina for a chance to play MARVEL Tōkon: Fighting Souls, and take pictures with Doctor Doom and Storm statues.
A life-long and avid gamer, William D’Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can follow the author on Bluesky
More Articles
” + spoilerText + ”
“;
element.innerHTML = x;
return;
}
$(document).ready(function() {
//vgc-spoiler is custom element created by markdown ||string||
customTag(“vgc-spoiler”, spoilerTag);
if (window.matchMedia(“(min-width: 610px)”).matches) {
$(“body”).on(“mouseenter”, “.comment_entry_div”, function() {
$(“.collapse_post_link”, this).show();
$(“.report_post_link”, this).show();
event.stopPropagation();
});
$(“body”).on(“mouseleave”, “.comment_entry_div”, function() {
$(“.collapse_post_link”, this).hide();
$(“.report_post_link”, this).hide();
event.stopPropagation();
});
}
$(“.dropdown-option a”).click(function() {
var text=”Sort by ” + $(this).data(“text”) + “”;
var order=$(this).data(“order”);
var sort=$(this).data(“sort”);
$(“.sort-dropdown”).html(text);
$(“.dropdown-option a”).removeClass(“selected”);
$(this).addClass(“selected”);
//$(“.comments_building”).show();
$(“.comment_div”).remove();
$(“#global_comments_wrap .comments_building”).toggleClass(“active”);
$.ajax({
type: “post”,
url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
data: ({
“action” : “sort_comments”,
“region” : “news”,
“resource” : “468437”,
“group_id” : “468437”,
“theme” : “Array”,
“this_userid” : “”,
“hide_deleted” : “”,
“order” : order,
“sort” : sort
}),
success: function(data) {
$(“#new_comments_468437”).replaceWith(data);
customTag(“vgc-spoiler”, spoilerTag); //implement any spoilers
}
});
});
$(“body”).on(“mouseenter”, “.replyto_link”, function() {
var replyto_userid = $(this).data(“replyto_userid”);
var position = $(this).position();
var replyto_left = (position.left + 20) + “px”;
var replyto_top = (position.top – 20) + “px”;
var comment_id = $(this).data(“comment_id”);
var replyto_id = replyto_userid + “_” + comment_id;
var replyto_card = $(“#replyto_user_card_” + replyto_id).html();
$(this).addClass(“is_active”);
if (typeof replyto_card == “undefined”) {
//if we do not have a profile card, go get it
var replyto_username = $(this).data(“replyto_username”);
var replyto_useravatar = $(this).data(“replyto_useravatar”);
var replyto_comment = $(“#comment_entry_” + comment_id).text();
replyto_comment = truncateText(replyto_comment, 25);
if ($(“#comment_entry_” + comment_id).find(“vgc-spoiler”).length)
replyto_comment = “[Comment contains spoiler]”;
$.ajax({
type: “post”,
url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
data: ({
“action” : “user_card”,
“replyto_userid” : replyto_userid,
“replyto_username” : replyto_username,
“replyto_useravatar” : replyto_useravatar,
“replyto_comment” : replyto_comment,
“replyto_id” : replyto_id
}),
success: function(data) {
$(“#global_comments_wrap”).append(data);
if ($(“.replyto_link:hover”).length > 0) {
//$(“.context-card”).fadeOut(“fast”);
//if ($(this).hasClass(“is_active”)) {
$(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
$(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
$(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
$(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
}
}
});
}
else {
if ($(“.replyto_link”).hasClass(“is_active”)) {
$(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
$(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
$(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
$(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
}
}
});
$(“body”).on(“mouseleave”, “.replyto_link”, function() {
var replyto_userid = $(this).data(“replyto_userid”);
var comment_id = $(this).data(“comment_id”);
var replyto_id = replyto_userid + “_” + comment_id;
var replyto_card = $(“#replyto_user_card_” + replyto_id).html();
$(this).removeClass(“is_active”);
if (typeof replyto_card !== “undefined”) {
if ($(“#replyto_user_card_” + replyto_id + “:hover”).length == 0) {
$(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
}
}
else
$(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
});
$(“body”).on(“click”, “.replyto_link”, function() {
var comment_id = $(this).data(“comment_id”);
var element = document.getElementById(“comment_link_” + comment_id);
var elementPosition = $(“.mainOutsideContainer”).scrollTop() + element.getBoundingClientRect().top;
var headerOffset = 210;
var offsetPosition = elementPosition – headerOffset;
$(“.comment_link”).removeClass(“target”);
$(“#comment_link_” + comment_id).addClass(“target”);
$(“.mainOutsideContainer”).get(0).scrollTo({
top: offsetPosition,
behavior: “smooth”
});
});
$(“body”).on(“mouseleave”, “.context-card”, function() {
if ($(“.replyto_link:hover”).length == 0) {
$(this).fadeOut(“fast”);
}
});
$(“body”).on(“click”, “.collapse_post_link”, function()
{
var comment_id = $(this).data(“comment_id”);
if($(this).hasClass(“fa-minus-square-o”)) {
$(this).removeClass(“fa-minus-square-o”);
$(this).addClass(“fa-plus-square-o”);
$(this).attr(“title”, “Expand”);
$(“#comment_text_wrap_” + comment_id).fadeToggle();
$(“#reply_controls_” + comment_id).toggle();
$(“#add_reply_wrap_” + comment_id).hide();
}
else {
$(this).removeClass(“fa-plus-square-o”);
$(this).addClass(“fa-minus-square-o”);
$(this).attr(“title”, “Collapse”);
$(“#reply_controls_” + comment_id).toggle();
$(“#comment_text_wrap_” + comment_id).fadeToggle();
}
//$(“#comment_replies_” + comment_id).toggle();
$(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
return false;
});
$(“.mainOutsideContainer”).scroll(function(event){
if ($(“.context-card:hover”).length == 0) {
$(“.context-card”).fadeOut(“fast”);
}
}); var hash = $(location).attr(“hash”);
var comment_id = hash.substring(1);
var group = $(‘ i[data-comment_id=”‘+comment_id+'”] ‘);
group.each(function(i, obj)
{
console.log(“i:” + i);
if($(this).hasClass(“collapse_post_link”))
{
$(this).parent().parent().parent().css(“background”,”yellow”);
if($(this).hasClass(“fa-minus-square-o”))
{
$(this).removeClass(“fa-minus-square-o”);
$(this).addClass(“fa-plus-square-o”);
$(this).attr(“title”, “Expand”);
$(“#comment_text_wrap_” + comment_id).fadeToggle();
$(“#reply_controls_” + comment_id).toggle();
$(“#add_reply_wrap_” + comment_id).hide();
}
else
{
$(this).removeClass(“fa-plus-square-o”);
$(this).addClass(“fa-minus-square-o”);
$(this).attr(“title”, “Collapse”);
$(“#reply_controls_” + comment_id).toggle();
$(“#comment_text_wrap_” + comment_id).fadeToggle();
}
$(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
return false;
}
});
});
Popular Stories
Switch 2 vs Switch 1 Sales Comparison in Europe – May 2026
2026 Worldwide Sales Comparison Charts Through May – Switch 2 vs PS5 vs Xbox Series vs Switch
- Sony’s Largest PlayStation Disc Plant is Reassigning Staff to Work on Micro Optics
PS5 vs Wii Sales Comparison – May 2026
Palworld Tops 40 Million Players
Jaleco Arcade Collection Vol. 1 and Vol. 2 Launches This Winter for PS5, Switch, and PC
PS5 vs PS4 Sales Comparison – May 2026
PS5 and Xbox Series vs PS4 and Xbox One Sales Comparison – May 2026
PS5 vs Xbox Series Sales Comparison – May 2026
Steam Machine User Deals With ‘Red Line of Death’ After GPU Failure
