Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Graphics XBox (Games) Games

The Future of Halo Is Being Built With Unreal Engine 5 (theverge.com) 21

Along with 343 Industries now becoming Halo Studios, future Halo games will be developed using Unreal Engine 5. The Verge's Tom Warren reports: Halo moving to Unreal Engine 5 is being positioned as the first step of a transformation for Halo Studios to change its technology, structure, processes, and even culture. "We're not just going to try improve the efficiency of development, but change the recipe of how we make Halo games," says Pierre Hintze, studio head at Halo Studios. The team building Halo will move from the studio's Slipspace Engine to Unreal, after the proprietary engine it built for Halo Infinite became difficult to use and strained development. Halo Studios has had to dedicate a lot of staff to developing the Slipspace Engine, and parts of it are almost 25 years old.

"One of the primary things we're interested in is growing and expanding our world so players have more to interact with and more to experience," says Chris Matthews, art director at Halo Studios. "Nanite and Lumen [Unreal's rendering and lighting technologies] offer us an opportunity to do that in a way that the industry hasn't seen before. As artists, it's incredibly exciting to do that work." Halo Studios isn't committing to any release dates or new Halo game announcements just yet, but the team has been building some examples of Halo running in Unreal. Dubbed Project Foundry, the work is "neither a game nor a tech demo," but more of a research, development, and training tool. It's also the foundation for how the studio is changing up the way it builds Halo games.

Project Foundry has been built as if it was a shipping game so that a bunch of it can appear in Halo games in the future. "It's fair to say that our intent is that the majority of what we showcased in Foundry is expected to be in projects which we are building, or future projects," says Hintze. Project Foundry includes more detailed landscapes for Halo biomes, as well as foliage levels we haven't seen in Halo games in the past. Master Chief's armor has even been remodeled in this footage [...]. Halo Studios is now working on multiple Halo games, while the Slipstream Engine will continue to power Halo Infinite. "We had a disproportionate focus on trying to create the conditions to be successful in servicing Halo Infinite," says Hintze. "[But switching to Unreal] allows us to put all the focus on making multiple new experiences at the highest quality possible."

This discussion has been archived. No new comments can be posted.

The Future of Halo Is Being Built With Unreal Engine 5

Comments Filter:
  • Like how 22 years ago I was able to play Halo with my brother at the same time on Christmas morning, but 20+ years of tech innovation has somehow lost the ability to do that.
  • by ffkom ( 3519199 ) on Monday October 07, 2024 @05:50PM (#64846733)
    Reading between the lines of marketing speak, the citation in the screenrant article [screenrant.com] tells about the true nature of this change: "... more easily allow Halo Studios to hire additional developers". Meaning: Cheaper developers, who do not need to be capable of maintaining a render engine. But at some point, with so many game studios outsourcing what was once game developer core competency, they will find out that Epic can raise their prices whenever they like.
    • by sodul ( 833177 )

      I don't write video games, or at least not anymore, so my understanding of the Unreal Engine is limited.
      What I've gathered is that the engine and the tooling around is are now advanced enough that a hobby level developer can create a game by mostly clicking around to generate the general aspect of the game and that there is little advanced coding required. It is not as dumbed down as Scratch, which my 9y old son is using to create basic games, but it seems that a lot of game development is heading in this d

      • by tlhIngan ( 30335 )

        I don't write video games, or at least not anymore, so my understanding of the Unreal Engine is limited.
        What I've gathered is that the engine and the tooling around is are now advanced enough that a hobby level developer can create a game by mostly clicking around to generate the general aspect of the game and that there is little advanced coding required. It is not as dumbed down as Scratch, which my 9y old son is using to create basic games, but it seems that a lot of game development is heading in this d

      • by znrt ( 2424692 )

        advanced enough that a hobby level developer can create a game by mostly clicking around to generate the general aspect of the game and that there is little advanced coding required

        if by "advanced coding" you mean low level gpu stuff or complex rendering algorithms, yes, game engines provide all that functionality via an api that can indeed be used via a graphical metaphor (called "blueprints" in unreal). however those apis tend to be huge and convoluted (unreal's specially so) and take a while to know and master, so it's a little more involved than just "clicking around", you do need a clear sense of what you are doing and why, and that must be learned. actually writing the code or w

        • those apis tend to be huge and convoluted (unreal's specially so) and take a while to know and master, so it's a little more involved than just "clicking around", you do need a clear sense of what you are doing and why, and that must be learned. actually writing the code or wiring up component boxes with drag and drop is your least concern, the hard part is figuring out which components to use/wire and how for any given task.

          And that is potentially the reason why games using Unreal Engine are having many difficulties hitting the canonical performance targets (30 fps, 60fps) at all times. Digital Foundry comment on the recent PS5 Pro reveal was that no UE5 games were shown in that reveal view, being those UE5 games the ones that usually perform poor and the ones that could benefit the most from the extra computing power. MVG mentioned in his Silent Hill 2 Remaster review that there are many stutters on the PC version.

          Game engine

          • Yes and no. The problem with Unreal Engine is it's incredible capabilities. In the hands of a programmer you can quite quickly over exert even highly capable hardware if you don't show the required level of restraint. It isn't the fact that you are better off optimising your game, but rather that every idiot will crank all the effects up to 11 to create that eye popping "wow" effect in their game's trailer without considering just how shitty their target hardware will still be in 5 years when they release t

    • by AmiMoJo ( 196126 )

      Maintaining their own engine probably isn't viable long term. It's expensive and that cost can only be amortized over their games, not hundreds of games like Unreal Engine is. They have to keep throwing resources at it to keep it competitive.

      It's not just the engine either, it's stuff like the tools to take models and animations from popular apps that the artistic team uses and put them into the game.

      Compatibility and support are issues too. The engine will need to work on multiple platforms. Issues have to

    • Maintaining an game engine is not only hard, it can also be expensive and otherwise hamper a project regardless of how good a developer may be. Unreal Engine has been in constant development as an engine since it's inception, virtually no one has put that level of effort into their own engines. The problem is that as we fast forward through the years the single purpose engine has become hampered by resources - it just isn't worth it for one game, and that lack of resourcing means the engines go old and stal

    • Meaning: Cheaper developers, who do not need to be capable of maintaining a render engine.

      Maintaining your own proprietary rendering engine today is as high expense and risk-filled as writing your own database engine or programming language specifically for your business.

      This is a welcome move aimed at focusing the studio on making games, not reinventing the wheel.

      FFS, even Nintendo is starting to use Unreal Engine for first party games.

  • >Halo Studios has had to dedicate a lot of staff to developing the Slipspace Engine, and parts of it are almost 25 years old.
    I don't know anything about Unreal Engine 5, but unless it was rewritten from scratch since the first release of Unreal Engine, wouldn't parts of it also be 25 years old?

    • by darkain ( 749283 )

      From my understanding, this is EXACTLY what Epic did actually. UE3 was hindered by proprietary licenses with different modules inside of it contributed back from 3rd party companies developing games and expanding on the engine capabilities.

      UE4 was a complete re-write to get away from all the licensing BS, and simplify the licensing and contributing process.

      UE5 is then a continuation on UE4 with major enhancements.

      • Well technically given that UE4 development started in 2003 parts of it are almost 25 years old as well, despite the ground up re-write.

  • by Blightor ( 5895752 ) on Tuesday October 08, 2024 @01:26AM (#64847371)
    I think the only way big investment dollars appear for the next Halo are if it goes cross platform, and with what we know of Microsoft being relatively sensible accountants rather than gamer obsessed, I think this is a clear sign of a shift in first party development to makes Halo for everyone.

    I'm sure this opinion might make people a little upset, but I think going to unreal is likely the signal that they do not want to make hardware specific first party games anymore.
    • The fundamental problem is that 343 ^H^H^H Halo Studios doesn't know how to make a fun game.

      Look at all the problems [steamcommunity.com] of their previous title Halo: Infinite. Fast forward 1 and 2 years later it STILL has numerous issues. [reddit.com] And you expect the same studio to deliver on their next product when they couldn't even fix their last one?? Fool me once, shame on you. Fool me twice, shame on me.

      How do we know this? The player base is gone [steamcharts.com] holding steady around 4K players. It fell off HARD back in May 2022 and never re

  • by twocows ( 1216842 ) on Tuesday October 08, 2024 @12:32PM (#64848863)
    The situation with Halo is not salvageable. The root of the rot was 343, which was openly hostile toward Bungie, its employees, and its way of making games. You can find many examples but the one I remember that came out somewhat recently was that a Bungie dev who did substantial work on Halo applied at 343 and was told to wait outside for several hours before someone finally came out and told him "sorry, we don't hire Bungie people."

    It's a classic case of the "new guys" thinking they're better than the legends even though they've never in their life made anything that even remotely measured up to what the legends did (this is becoming increasingly common in gaming and seemingly elsewhere too). There's no respect for the original work or what went into making it great, they're just a bunch of self-absorbed pricks who spit on the legacy of the greats. Renaming the studio and moving it to UE5 isn't going to fix the root of the rot.

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...