`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; function decodeHtmlEntities(str) { const txt = document.createElement('textarea'); txt.innerHTML = str; return txt.value; } // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = decodeHtmlEntities(article[0].title.rendered); document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });

‘Yakuza’ creator Toshihiro Nagoshi has left Sega

RGG Studio's successors confirm a sequel to 'Yakuza: Like A Dragon' is in development

Toshihiro Nagoshi, the creator of the Yakuza franchise, has officially left Sega after 32 years at the company.

The announcement came today (October 8) via a statement from RGG Studio, which is transitioning with a new structure and new leadership.

Advertisement

“As of today, a new Ryu Ga Gotoku Studio is born where the series will live on,” Nagoshi said in his departing statement. “Though I don’t know for sure what they will create, I believe the new generation will further enhance the foundation we built over the years and deliver great games to the world. To achieve that, they too need to continue to learn, challenge themselves, and grow. I ask that you continue your support of the studio’s endeavours.”

Having been with Sega since 1989, Nagoshi is one of the last veteran developers at the Japanese company, responsible for pioneering games like Virtua Racing and Super Monkey Ball, although his most successful creation has been the Yakuza series, first released in 2005 in Japan, which has resulted in multiple entries and spin-offs, including legal detective thriller Lost Judgment.

While Nagoshi has not announced where he is heading next, it was reported in August that he was in “final negotiations” to join Chinese company NetEase, who specialise in online PC and mobile games.

As part of the restructure, Daisuke Saito, the former head of RGG Studio who has also been involved with the Yakuza series from the beginning, and director of the under-rated third person shooter Binary Domain, has also announced his departure “to take a different path”.

Recommended

Yakuza: Like A Dragon
Yakuza: Like A Dragon. Credit: Sega

In the new restructure, Yakuza: Like A Dragon‘s director Ryosuke Horii has been confirmed as the series chief director while Masayoshi Yokoyama is the new studio director and executive producer.

Yokoyama also took the opportunity to confirm that a sequel to Yakuza: Like A Dragon is in development, “which will continue Ichiban Kasuga’s story”.

“Whether it’s six months or one year from now, I hope to show you a new Ryu Ga Gotoku [Yakuza’s title in Japan] title by a new Ryu Ga Gotoku Studio that is different but still the same, and something that will spark a feeling of “this is what we are waiting for” within you,” he said.

Advertisement

Elsewhere, rumours have been circulating that more original Xbox games could be coming to Game Pass in November.

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories