Investment giant Carlyle Group is reportedly looking into either selling RuneScape maker Jagex or taking the company public.
That’s according to Reuters, which reports that Carlyle is valuing the Cambridge games firm as high as £1 billion ($1.25 billion). Morgan Stanley and Aream & Co are apparently advising on the matter.
Carlyle Group acquired Jagex at the start of 2021. Before 2016, the RuneScape maker was independent, though took on investment from Insight Venture Partners in 2005 – which saw the firm buy 25 per cent of the company – with the firm’s stake growing to 55 per cent in 2012. In 2016, Chinese company Shanghai Fukong bought Jagex, before the firm was snapped up by Macarthur Fortune four years later.
Jagex is best-known for RuneScape, which has been running since 2001. The company also runs the retro-themed fan-pleaser Old School RuneScape, in addition to operating a publishing label called Jagex Partners.
PCGamesInsider.biz has reached out to Jagex for comment.
Disclaimer: Alex Calvin is a freelance journalist and writer that has worked with Jagex in the past on RuneScape: The First 20 Years.
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 });
FB._PG = { url: "/useractions/loginfb/", response: "allowed",
// 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.');
}) .fail(function(xml){ console.log(xml); alert("Error: something wasn't right there, please try again.");
}); },
// 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; } });
FB._PG.process(me); } }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'http://www.pcgamesinsider.biz/news/74028/report-carlyle-exploring-sale-or-ipo-for-runescape-maker-jagex/', description: text, picture: image }); }
};
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) { $.post('/ajax/social-links/', { site: 'facebook' }); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));