Finnish games firm Remedy saw 30 per cent higher revenue in 2020 than the previous year.
That’s according to the company’s financial statement for the 12 month period, in which it saw revenue of €41.1 million ($49.3 million), while operating profit more than doubled to €13.2 million ($16 million). This is despite the fact that Remedy did not release a new game during 2020.
The firm’s success last year was in part due to continued strong sales of 2019’s Control, with an Ultimate Edition version coming to market, as well as the game making its debut on Steam and the new PlayStation 5 and Xbox Series X/S consoles.
“While increasing the sales and steadily growing the awareness of the game, post-launch activities have also supported the longer-term opportunities for Control,” CEO Tero Virtala (pictured) said.
“By the end of 2020, the game had sold over two million copies and continues to sell well in early 2021. In an increasingly digital market, great games have long life cycles: 15 months after Control’s original release, November 2020 was a record month for digital game copies sold. Control is a high-quality game that provides a deep, immersive world and gaming-experience, and long-term business potential for years to come. While we continue to support and take Control further, its development team is gradually shifting to work on a new Remedy game.”
Part of the company’s strategy is to have “at least three successful, growing” games IP, as well as release “at least one major hit game.”
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 1280127222113771, // App ID
//channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
// Common handler to fetch FB details and reload the page
process: function(me){
$.post( FB._PG.url, {
username: me.username,
uname: me.name,
uid: me.uid,
uimg: 'https://graph.facebook.com/' + me.uid + '/picture?type=large'
})
.done(function(xml){
if ( $("status", xml).text() == FB._PG.response )
window.location.reload();
else
alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
// Used by event subscriptions to handle the response
handleResponse: function(response){
if (response.authResponse) {
FB.api('/me?fields=ids_for_business,name&access_token='+response.authResponse.accessToken, function(me){
if (me.name){
me.ids_for_business.data.forEach(function(entry){
if (entry.app.namespace == '_pg_biz'){
me.uid = entry.id;
}
});