Close Menu
Savannah HeraldSavannah Herald
    • Home
    • News
      • Local
      • State
      • National
      • World
      • HBCUs
    • Events
    • Directories
    • Weather
    • Traffic
    • Jobs
    • Sports
    • Politics
    • Lifestyle
      • Faith
      • Senior Living
      • Health
      • Travel
      • Beauty
      • Fashion
      • Food
      • Art & Literature
    • Business
      • Real Estate
      • Entertainment
      • Investing
      • Education
    • Guides
      • Back to School Savannah
      • Summer Camp Guide
      • Juneteenth Guide
      • Black History Savannah
      • MLK Guide Savannah
    We're Social
    • Twitter
    • Facebook
    • YouTube

    Subscribe to Updates

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

    Trending
    • The Source |Wildfire Smoke Shadows World Cup Final Preparations
    • Tom Brady Smacks Logan Paul Onstage at Fanatics Fest 2026, Video Shows
    • Tennessee State signs apparel deal with Nike
    • Watch: ‘Robust’ Primary Care, Transparency Top Employers’ Reform Wish List
    • There’s a lot of hype around perimenopause. Don’t buy it.
    • ‘The Trojan Teddy Bear’: The Promise and Peril of Childhood in the Age of AI
    • Atlanta United loses 1-0 in Nashville opener
    • We Got Accra At Home: How To Experience The Culture Of Ghana’s Vibrant Capital Without Leaving The US
    Facebook X (Twitter) Instagram YouTube
    Login
    Savannah HeraldSavannah Herald
    Savannah HeraldSavannah Herald
    Home » Sci-Fi FPS METAL EDEN Launches September 2 for PS5, Xbox Series X|S, and PC
    Gaming

    Sci-Fi FPS METAL EDEN Launches September 2 for PS5, Xbox Series X|S, and PC

    Savannah HeraldBy Savannah HeraldSeptember 3, 20255 Mins Read
    Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Sci-Fi FPS METAL EDEN Launches September 2 for PS5, Xbox Series X|S, and PC
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Game On: Latest in Gaming News, Reviews & Industry Buzz



    by
    William D’Angelo
    , posted 8 hours ago / 1,512 Views

    Publisher PLAION and developer Reikon Games announced the science-fiction first-person shooter, METAL EDEN, will launch for the PlayStation 5, Xbox Series X|S, and PC via Steam on September 2.

    View the release date trailer below:

    Read details on the game below:

    METAL EDEN is an adrenaline-rush science-fiction first-person shooter.

    An advanced HYPER UNIT ASKA is sent on a suicide mission to rescue the citizens’ COREs from the vast monolithic city MOEBIUS once a hopeful new home for humanity now turned into a deadly trap.

    Blast your way through the INTERNAL DEFENCE CORPS in cybernetic warfare, confront the ENGINEERS and uncover the mysteries of the project EDEN.

    Cybernetic Warfare

    Dive into cybernetic warfare against the machine forces that protect the secrets of an artificial world. Fight a diverse roster of tough, agile mecha troops and elemental forces. Extract energy cores and destroy the INTERNAL DEFENCE CORPS shields to gain a battle zone advantage. Develop your arsenal and combat capabilities to become an unstoppable HYPER UNIT.

    HYPER UNIT ASKA

    You are a HYPER UNIT—an advanced battle android.

    Built to protect. Specialized in recon missions. Powered by a PHANTOM CORE. Dash, grapple and wall-run through the INTERNAL DEFENCE CORPS using enhanced parkour skills. Harness your superior agility and acrobatic combat prowess in pulse-pounding encounters. Transform into an ARMORED RAMBALL to charge into action and take on new and deadly machine foes. Control the air and dominate the battle with your gravity hooks and jetpack.

    Paradise Lost

    MOEBIUS—a vast monolithic city high above the planet’s surface protecting the mysterious HIVE TOWER. Run by mysterious ENGINEERS, once a hopeful new home for humanity has turned into a deadly trap. Explore the brutalist and monolithic environments of the derelict orbital city and the mysterious world below, VULCAN. As HYPER UNIT ASKA, engage in the ongoing conflict over the consciousness of a lost human colony stored within reinforced storage units.


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

    Read the full article on the original site


    Related Posts

    • No Bake Lemon Icebox Pie
    • Brusha, Brusha, Brusha. Below’s the New Ipana …– NormaZager.com
    • Port of Savannah container volumes up
    • Shake Shack’s Digital Playbook: More Tech, Same Hospitality?
    • SCAD shares large start audio speaker information for Savannah and Atlanta
    • Supreme Court Allows Abortion Pill Access by Mail to Continue
    • Institutional vs Individual Buying Patterns
    • That holds the power to proclaim battle, the head of state or Congress?: NPR
    and PC Console News Developer Interviews eSports Highlights Game Development News Game Industry Insights Game Trailers Gaming Accessories Gaming Culture Gaming Reviews Indie Games Mobile Gaming Nintendo Switch PC Gaming PlayStation Updates Retro Games Sci-Fi FPS METAL EDEN Launches September 2 for PS5 Tech in Gaming Upcoming Releases Video Game News VR Gaming Xbox News Xbox Series X|S
    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Savannah Herald
    • Website

    Related Posts

    Gaming July 18, 2026

    Fallout 5 is in preproduction alongside The Elder Scrolls 6’s development, while Fallout 3 and Fallout: New Vegas remasters are on the way, Bethesda confirm

    Gaming July 16, 2026

    Zoom patches critical security flaw which could have let hackers hijack accounts

    Gaming July 14, 2026

    GOG Wants You To Make Your Own Physical Games

    Gaming July 13, 2026

    Daredevil and The Defenders Star Wai Ching Ho Dies, Aged 83

    Gaming July 11, 2026

    NYT Strands hints and answers for Sunday, July 12 (game #861)

    Gaming July 10, 2026

    Id Software co-founder John Carmack “can’t muster anger or outrage” over Xbox gutting the Doom studio, but does say it’ll “dampen the mood of the founder reunion”

    Comments are closed.

    Don't Miss
    Education June 28, 2026By Savannah Herald04 Mins Read

    On Educator Admiration Week, Union Leaders State Educators are Underpaid and Under Fire

    June 28, 2026

    From School to Class: Stories That Forming Education And Learning American Federation of Educators Head…

    In Newark, the Healing Power of Food and Community

    June 8, 2026

    A history of the Internet, part 2: The high-tech gold rush begins

    November 1, 2025

    Dua Lipa and Callum Turner Marry In London, Legally Affirming Status as Internet’s Favorite Couple

    June 1, 2026

    BLM organizer leading protests against Trump’s crime crackdown called for abolishing police

    July 4, 2026
    Archives
    • July 2026
    • June 2026
    • May 2026
    • April 2026
    • March 2026
    • February 2026
    • January 2026
    • December 2025
    • November 2025
    • October 2025
    • September 2025
    • August 2025
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    Categories
    • Art & Literature
    • Beauty
    • Black History
    • Business
    • Climate
    • Culture
    • Education
    • Employment
    • Entertainment
    • Faith
    • Fashion
    • Food
    • Gaming
    • Georgia Politics
    • HBCUs
    • Health
    • Health Inspections
    • Investing
    • Lifestyle
    • Local
    • Lowcountry News
    • National
    • National Opinion
    • News
    • Politics
    • Real Estate
    • Senior Living
    • Sports
    • State
    • Tech
    • Traffic
    • Transportation
    • Travel
    • World
    Savannah Herald Newsletter

    Subscribe to Updates

    A round up interesting pic’s, post and articles in the C-Port and around the world.

    About Us
    About Us

    The Savannah Herald is your trusted source for the pulse of Coastal Georgia and the Low County of South Carolina. We're committed to delivering timely news that resonates with the African American community.

    From local politics to business developments, we're here to keep you informed and engaged. Our mission is to amplify the voices and stories that matter, shining a light on our collective experiences and achievements.
    We cover:
    🏛️ Politics
    💼 Business
    🎭 Entertainment
    🏀 Sports
    🩺 Health
    💻 Technology
    Savannah Herald: Savannah's Black Voice 💪🏾

    Our Picks

    HBCU football coach sounds alarm on ‘street agents’ trying to poach players

    November 25, 2025

    “Kill Them All” – Mother Jones

    February 4, 2026

    South of France Itinerary | 7 Days in Provence and French Riviera

    November 1, 2025

    9 Best Brown Mascaras for When Black Feels Like Too Much

    June 4, 2026

    Just how to consider home costs for the remainder of 2025 

    May 1, 2026
    Categories
    • Art & Literature
    • Beauty
    • Black History
    • Business
    • Climate
    • Culture
    • Education
    • Employment
    • Entertainment
    • Faith
    • Fashion
    • Food
    • Gaming
    • Georgia Politics
    • HBCUs
    • Health
    • Health Inspections
    • Investing
    • Lifestyle
    • Local
    • Lowcountry News
    • National
    • National Opinion
    • News
    • Politics
    • Real Estate
    • Senior Living
    • Sports
    • State
    • Tech
    • Traffic
    • Transportation
    • Travel
    • World
    Copyright © 2002-2026 Savannahherald.com All Rights Reserved. A Veteran-Owned Business

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

    Manage Consent
    To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    • Manage options
    • Manage services
    • Manage {vendor_count} vendors
    • Read more about these purposes
    View preferences
    • {title}
    • {title}
    • {title}
    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.

    Sign In or Register

    Welcome Back!

    Login below or Register Now.

    Lost password?

    Register Now!

    Already registered? Login.

    A password will be e-mailed to you.