Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Entertainment Spotlight: Tales of Triumph and Resolve Amid Stars and Stage

    September 13, 2026

    DC x Sonic the Hedgehog: The Metal Legion #5 Preview

    September 13, 2026

    Scooby-Doo: Origins Reveals Cute New Photo of the Live

    September 13, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Sunday, September 13
    • Home
    • Comics
      • Comic Vibe News
    • Gaming
    • Movies
    • TV
    • Anime
    • Toys & Collectibles
    • Cosplay
    • Tech
    • Digital Culture
      • Creators & Fan Culture
      • Creator Economy & Fan-Driven Platforms
      • Digital Fandom & Online Communities
      • Metaverse & Virtual Worlds
      • NFTs & Digital Collectibles
      • Virtual Events & Online Conventions
      • Virtual Identity & Avatars
    • Shop
    Comic Vibe
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    Home»Gaming»Dying Light: The Beast for PS4 and Xbox One Have Been Cancelled
    Gaming

    Dying Light: The Beast for PS4 and Xbox One Have Been Cancelled

    JamesBy JamesJuly 15, 2026No Comments6 Mins Read
    Facebook Twitter
    Dying Light: The Beast for PS4 and Xbox One Have Been Cancelled
    Share
    Facebook Twitter

    ” 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

    Beast of Reincarnation Combat Overview Trailer Released

    by
    William D’Angelo, posted July 14th

    STARBITES is Out Now for Switch 2

    by
    William D’Angelo, posted July 14th

    Dragon’s Dogma 2 Devs Say Performance on Switch 2 is ‘Exceeding Our Expectations’

    by
    William D’Angelo, posted July 14th

    Compulsion Games is Looking to ‘Collaborate With Studios Across the Games Industry’

    by
    William D’Angelo, posted July 14th

    Dying Light: The Beast for PS4 and Xbox One Have Been Cancelled – News


    by William D’Angelo, posted 11 hours ago / 2,512 Views

    Techland has announced Dying Light: The Beast for the PlayStation 4 and Xbox one have been cancelled

    “After careful consideration, we have made the difficult decision that Dying Light: The Beast will no longer be released on PlayStation 4 and Xbox One,” said Techland

    “Dying Light: The Beast was built from the ground up to take full advantage of current-generation hardware. Its open world, advanced visuals, and fluid combat and traversal all depend on processing power and memory that previous-generation consoles simply cannot provide. As development progressed, it became clear that bringing the game to those platforms would require compromises that would prevent us from delivering the experience we set out to create

    “This was not a matter of choosing to leave those platforms behind. Rather, it reflected the technical realities of development and our commitment to delivering the best possible experience

    “We know many of you were looking forward to playing on PS4 or Xbox One, and we are truly sorry for the disappointment this causes. Anyone who was expecting to play on either platform will be eligible for a refund. Thank you for your understanding and continued support.”

    Dying Light: The Beast released for the PlayStation 5, Xbox Series X|S, and PC in September 2025

    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” : “468472”,
    “group_id” : “468472”,
    “theme” : “Array”,
    “this_userid” : “”,
    “hide_deleted” : “”,
    “order” : order,
    “sort” : sort
    }),
    success: function(data) {
    $(“#new_comments_468472”).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

    • European Union Cannot Stop PlayStation and Others From Ending Physical Media

    • Switch vs PS2 Sales Comparison – May 2026

    • Switch 2 vs PS5 Sales Comparison – May 2026

    • Switch 2 Sales Drop Following Price Increase – Japan Hardware Estimates for June 2026

    • Palworld Tops 40 Million Players

    • <img src="https://comicvibe.com/wp-content/uploads/2026/07/john-carmack-and-john-romero-react-to-mass-layoffs-at-id-software-150706_expanded-3.jpg” alt=””>

      id Software Co-Founders John Carmack and John Romero Post Messages Following Mass Layoffs

    • Switch 2 vs Switch 1 Sales Comparison – May 2026

    • PS5 and Xbox Series vs PS4 and Xbox One Sales Comparison – May 2026

    • Call of Duty: Black Ops and Black Ops II Ports Out Now on PS5 and PS4

    • Tokyo Game Show 2026 Exhibitors List Revealed

    Beast Dying have Light Xbox
    Share. Facebook Twitter
    Previous ArticleHow will Flow Studio, a 3D compositing tool usable for everything from movies to VTuber videos, change video production? [Developer Interview]
    Next Article MCU X-Men Rumor Reveals Adam Driver as Major Villain, After Passing on an Iconic Hero Years Earlier
    James

    Related Posts

    GTA 6 gets the PS5 spotlight: Xbox performance is still unconfirmed

    September 13, 2026

    HoloVillage: Our Cozy Days coming to Nintendo Switch 2

    September 13, 2026

    How to get your cut of PlayStation’s $7.85 million settlement

    September 13, 2026

    Sony Will Pay Out $7.85 Million in PlayStation Store Credit. How to Claim Part of the Settlement

    September 13, 2026

    Comments are closed.

    Our Picks

    Entertainment Spotlight: Tales of Triumph and Resolve Amid Stars and Stage

    September 13, 2026

    DC x Sonic the Hedgehog: The Metal Legion #5 Preview

    September 13, 2026

    Scooby-Doo: Origins Reveals Cute New Photo of the Live

    September 13, 2026

    Dakota Johnson Steps Out With MGK in NYC After Role Model Breakup

    September 13, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Comic Vibe News

    Bigg Boss OTT 2 fame Palak Purswani ties the knot with Rohan Khanna in intimate ceremony

    By JamesJuly 11, 20260

    Mumbai (Maharashtra) [India], July 11 (ANI): Television actress and Bigg Boss OTT 2 fame Palak Purswani has tied the knot with her boyfriend, marketing professional Rohan Khanna, in an intimate ceremony at the Isha Yoga Centre in Coimbatore, Tamil Nadu.The couple, who got married on June 26, shared the first pictures from their wedding on…

    Star Wars: Hyperspace Stories: The Bad Batch-

    July 11, 2026

    Netflix’s Animated Twilight ‘Midnight Sun’ Series Finally Gets Long Awaited New Update

    July 11, 2026

    Season 2 of Crunchyroll’s Best Samurai Anime Is About To Take Us by a Storm

    July 11, 2026

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Comic Vibe is a pop-culture destination created for fans who live and breathe comics, movies, anime, TV shows, gaming, tech, cosplay, and collectibles.

    Our mission is to deliver engaging news, reviews, features, guides, and opinions that celebrate geek culture in all its forms. From the latest comic releases and blockbuster films to anime trends, gaming updates, cutting-edge tech, and collector culture, Comic Vibe brings everything together in one vibrant hub.

    Our Picks

    Entertainment Spotlight: Tales of Triumph and Resolve Amid Stars and Stage

    September 13, 2026

    DC x Sonic the Hedgehog: The Metal Legion #5 Preview

    September 13, 2026

    Scooby-Doo: Origins Reveals Cute New Photo of the Live

    September 13, 2026

    Subscribe to Updates

    Get the latest comics, anime, movies, TV, gaming, cosplay, and pop culture news delivered directly to your inbox. No spam—just the stories every fan should know.

    Facebook X (Twitter) Instagram YouTube TikTok
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    © 2026 Comic Vibe. Designed by Comic Vibe.

    Type above and press Enter to search. Press Esc to cancel.