Close Menu
  • Home
  • News
    • Local
    • National
    • State
    • World
    • FactCheck.org
  • Events
    • Submit Your Event
    • Promote Your Event
  • Weather
  • Sports
  • Politics
  • Money
    • Business
    • Tech
    • Investing
    • Gaming
    • Education
    • Entertainment
  • Lifestyle
    • Faith
    • Beauty
    • Fashion
    • Food
    • Art & Literature
    • Travel
  • Health
    • Coastal Georgia Indicators
  • Real Estate
  • More
    • Restaurant Inspections
    • Classifed Ads
We're Social
  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • LinkedIn
  • TikTok

Subscribe to Updates

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

Trending
  • VILLEROY & & BOCH BONE CHINA CUISINE 8 5-PIECE AREA SETUPS MINUS 1 MUG
  • 9 Iranian nuclear researchers eliminated in Israel’s strikes on Iran: NPR
  • Vote Smart – Facts For All
  • Coast-To-Coast Anti-Trump Protests Planned
  • ‘The Traitors’ Season 4 Cast Revealed
  • HBCU Hoops: Grambling picks up explosive mid-major scorer
  • Just Because You Can Share It, Doesnโ€™t Mean You Should
  • Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry
Facebook X (Twitter) Instagram YouTube LinkedIn
Login
Savannah HeraldSavannah Herald
  • Home
  • News
    • Local
    • National
    • State
    • World
    • FactCheck.org
  • Events
    • Submit Your Event
    • Promote Your Event
  • Weather
  • Sports
  • Politics
  • Money
    • Business
    • Tech
    • Investing
    • Gaming
    • Education
    • Entertainment
  • Lifestyle
    • Faith
    • Beauty
    • Fashion
    • Food
    • Art & Literature
    • Travel
  • Health
    • Coastal Georgia Indicators
  • Real Estate
  • More
    • Restaurant Inspections
    • Classifed Ads
Savannah HeraldSavannah Herald
Home ยป Devil May Cry 5 Sales Top 10 Million Units
Gaming

Devil May Cry 5 Sales Top 10 Million Units

Savannah HeraldBy Savannah HeraldJune 14, 20255 Mins Read
Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
Devil May Cry 5 Sales Top 10 Million Units
Share
Facebook Twitter LinkedIn Pinterest Email

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



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

Capcom announcedย Devil May Cry 5ย has sold over 10 million units worldwide.

The game first released for the PlayStation 4,ย Xbox One, andย PCย viaย Steamย in March 2019 and for Amazon Luna in December 2021. An enhanced Special Edition of the game was a launch title for the PlayStation 5 and Xbox Series X|S with a release in November 2020.

Read the press release below:

Capcom Co., Ltd. (Capcom) today announced that worldwide cumulative sales ofย Devil May Cry 5ย have surpassed 10 million units.

Inย Devil May Cry 5, players can enjoy thrilling, high-speed gameplay, stylish action, and beautiful graphics, depicted with intricate realism thanks to Capcomโ€™s proprietary RE ENGINE.

The title has garnered strong support from users due to its exceptional gameplay experience, leading to expanded sales as a catalog title since its release. Capcom provided an even more advanced story and action elements in the game with the addition of a new playable character, and more recently, on April 3, 2025, the company released the newย Devil May Cryย animated series on Netflix, in line with the companyโ€™s Single Content Multiple Usage strategy. The animated series has garnered critical acclaim from around the world, and with more than 5.3 million views it ranked fourth during its first week globally in the “Shows | English” category, while also ranking in the top 10 for seven consecutive days in Japan. As a result of the gameโ€™s exhilarating action, and due to efforts to enhance brand awareness by leveraging the title beyond the scope of videogames, including television adaptations, the title has now exceeded 10 million units in cumulative sales worldwide.

Capcom remains firmly committed to satisfying the expectations of all stakeholders by leveraging its industry-leading game development capabilities in order to create highly entertaining gameplay experiences.

About theย Devil May Cryย series:

Theย Devil May Cryย series consists of stylish action games known for their unique characters and exhilarating gameplay. As one of Capcomโ€™s major brands, the games in this series have cumulatively sold more than 33 million* units since the first title was released in 2001. The popularity of the series has gone beyond videogames, with expansion into other media, including animation and merchandise.

*As of March 31, 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” : “465002”,
“group_id” : “465002”,
“theme” : “Array”,
“this_userid” : “”,
“hide_deleted” : “”,
“order” : order,
“sort” : sort
}),
success: function(data) {
$(“#new_comments_465002”).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


Console News Developer Interviews Devil May Cry 5 Sales Top 10 Million Units 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 Tech in Gaming Upcoming Releases Video Game News VR Gaming Xbox News
Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
Savannah Herald
  • Website

Related Posts

Gaming June 13, 2025

Dune Awakening review โ€“ An exhilarating adventure in a deadly yet beautiful desert โ€“ Destructoid

Gaming June 13, 2025

The Community Spotlight 2025.06.07 – Giant Bomb

Gaming June 12, 2025

Today’s NYT Connections: Sports Edition Hints, Answers for June 12 #262

Gaming June 11, 2025

Donโ€™t panic! Thereโ€™s a simple fix for a wet USB cable

Gaming June 10, 2025

Samsung Galaxy Fit 3 review: a bargain tracker for Android users that covers the basics

Gaming June 9, 2025

How to unlock characters in Mario Kart World

Comments are closed.

Don't Miss
Fashion May 12, 2025By Savannah Herald03 Mins Read

Scent Fantastic All The Time: My Sure-fire Fragrance Layering Regimen

Style Limelight: Looks, Trends & Style Inspiration Bestie … listen, If there’s one factor I…

2013 *Ford* *ECONOLINE *E250 VAN* WHITE

May 5, 2025

Raise forever radiates throughout little colleges area satisfies

May 15, 2025

Jenna Shrub Hager on the Jet Lag Remedy She’s Utilized Because University

May 26, 2025

Georgia Southern Ethics Bowl staff rising to nationwide prominence

May 10, 2025
Archives
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
Categories
  • Art & Literature
  • Beauty
  • Black History
  • Business
  • Classifed Ads
  • Climate
  • Education
  • Entertainment
  • Faith
  • Fashion
  • Food
  • Gaming
  • Health
  • Investing
  • Local
  • Lowcountry News
  • National
  • News
  • Opinion & Editorials
  • Politics
  • Real Estate
  • Science
  • Senior Living
  • Sports
  • SSU Homecoming 2024
  • State
  • Tech
  • 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

Xbox Series X|S vs Xbox One Sales Comparison

June 3, 2025

After-school Programs, a Boon for Learning, Could Face Trump Cuts

June 2, 2025

Cardi Makes Things IG Official With Stefon Diggs, Shatters Internet

June 2, 2025

SSU Alumnus Named to the Georgia Aviation Hall of Fame

June 13, 2025

Edwards indications with North Greenville

May 11, 2025
Categories
  • Art & Literature
  • Beauty
  • Black History
  • Business
  • Classifed Ads
  • Climate
  • Education
  • Entertainment
  • Faith
  • Fashion
  • Food
  • Gaming
  • Health
  • Investing
  • Local
  • Lowcountry News
  • National
  • News
  • Opinion & Editorials
  • Politics
  • Real Estate
  • Science
  • Senior Living
  • Sports
  • SSU Homecoming 2024
  • State
  • Tech
  • Travel
  • World
  • Privacy Policies
  • Disclaimers
  • Terms and Conditions
  • About Us
  • Contact Us
  • Opt-Out Preferences
  • Accessibility Statement
Copyright ยฉ 2002-2025 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.