Black Myth: Wukong’s Delay on Xbox Caused by Optimization Issues on Series S, Says Game Science CEO
The head of Game Science, developer of Black Myth: Wukong, has suggested that the acclaimed action-RPG has not yet made its way to current-gen Xbox consoles owing to optimization issues on the less powerful Xbox Series S. The update from Game Science The CEO runs contrary to earlier claims of the developer signing a console exclusivity deal with Sony. Black Myth: Wukong released on PC and PS5 in August last year, but a launch date for Xbox Series S/X is yet to be announced.Game Science CEO Bemoans Xbox Series S Optimization IssuesGame Science co-founder and CEO Feng Ji lamented the unavailability of Black Myth: Wukong on the Xbox platform in a post on Chinese social media platform Weibo Wednesday. He quoted a post about the game winning three awards at 2024 Steam Awards, including Game of the Year, from the official Black Myth Weibo handle and said the only thing missing was an Xbox version of the game.“Although there were no big surprises, I still felt a little emotional after getting all of them,” Feng Ji said on Black Myth: Wukong’s triumph at the 2024 Steam Awards. “… but the only thing missing is the XBOX robe… seems a bit wrong but that 10G of shared memory, it’s really impossible to get it without several years of optimization experience,” he added.The Game Science chief seems to be pointing at Xbox Series S’s 10GB of memory shared between the system and games. This 10GB of RAM, compared to Series Xbox consoles, as the lower-end console struggled with the game’s split-screen co-op feature. Eventually, the RPG arrived on Xbox consoles without the split-screen co-op feature on Series S, four months after it released on PC and three months after its PS5 launch.Microsoft, as policy, enforces gameplay feature parity between both of its current -generation consoles and the company intends for games to launch on both Xbox Series delay to launch Black Myth: Wukong on Xbox. While he points to optimization issues as the reason for the delay, a report in August 2024 claimed Game Science had signed an exclusivity deal with Sony to keep the game on PS5 for an unspecified duration. Neither Sony nor the developer, however, have confirmed such an agreement.The claim about a potential exclusivity deal, however, ran contrary to the official statement from Game Science itself. In the FAQ section of the game’s website, the Chinese studio had said it needed more time to optimize the title for Xbox Series S/X.“PC and PS5 users can enjoy the full game starting August 20, 2024. We are currently optimizing the Xbox Series “We apologize for the delay and aim to minimize the wait for Xbox users. We will announce the release date as soon as it meets our quality standards.”The situation, however, is further complicated by Microsoft’s statement from June 2024 that alluded to possible deals between developers and other platform holders like Sony.“We’re excited for the launch of Black Myth Wukong on Xbox Series “We can’t comment on the deals made by our partners with other platform holders, but we remain focused on making Xbox the best platform for gamers, and great games are at the center of that.”Conflicting statements and a lack of clarity and transparency from everyone involved, with still no confirmed Xbox Series S/X launch date for Black Myth: Wukong, is likely to leave Xbox players frustrated.Black Myth: Wukong released on PC and PS5 on August 20, 2024. At the 2024 Steam Awards, announced December 31, the action-RPG won in three categories, including Game of the Year, Best Game You Suck At Award and Outstanding Story-Rich Game Award.Affiliate links may be automatically generated – see our ethics statement for details.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!