Earlier quoted context omitted.
Having written Unity, Godot, Unity DOTs, Bevy, an obscure ECS engine called kivent, and even rolled a java engine from scratch at one point I somewhat disagree with this statement. When people think of overhead, they might be thinking of the jankiness of Unity DOTs and it's lacklustre ECS integration with a preexisting editor designed for Unity's Gameobjects world. The truth is, an engine built with ECS from the outs…
Overwatch has networked gunplay and uses ECS to deal with that hard problem. Cool. I get why ECS is used there. Hard problem, meet the formalism that I will use to think about you. A case board is not a hard problem. Using composition or a functional style instead of OOP is not a hard problem, or at least not a hard problem that ECS solves. I'm not sure that we're talking past each other now, but I did want to at lea…
Northlight technology in Alan Wake 2
241–250 of 274 posts
Re: Northlight technology in Alan Wake 2
#242Earlier quoted context omitted.
IK doesn't "solve" the core problem of realistic character motion. Sure you can tweak foot positions to stop them from sliding but the farther they get from the original animation data the worse the result will look. It's no panacea. There are new approaches to generating realistic character motion being shown at SIGGRAPH every year, getting better and better, but the best ones are largely too expensive for games to…
IMHO IK provides enough to counter the issues the person I was replying to was mentioning. Now of course you can go above and beyond that for more realistic motion and , but having worked in the space, I would Serguei that is also solved without requiring recent research. Most recent motion research is about novel motion generation but the general problem of dynamic adjustment to authored animation has been solved by…
Re: Northlight technology in Alan Wake 2
#243I meeeeeean: https://www.youtube.com/watch?v=L5KOQkZOusE Following on from the old https://www.youtube.com/watch?v=cTqVhcrilrE Seems Alan Wake still has a bit of foot sliding. I wonder if they're still essentially playing an animation while moving the character "object" in a direction. Surely someone's already come up with a system where the character object isn't directly moved but instead moved in relation to an an…
This isn’t some gotcha that the game devs didn’t notice or don’t know how to fix. It’s one they likely either decided had drawbacks or wasn’t an issue in practice.
Re: Northlight technology in Alan Wake 2
#244Earlier quoted context omitted.
Some key publications, already quite old: https://research.nvidia.com/sites/default/files/pubs/2009-08... https://research.nvidia.com/sites/default/files/pubs/2012-06... https://research.nvidia.com/sites/default/files/pubs/2013-07...
Nice so they did both hardware and software works, incredible.
Re: Northlight technology in Alan Wake 2
#245Earlier quoted context omitted.
That’s fair. I view it as just business. It certainly doesn’t affect me or any consumer. It only affects Valve, which I don’t care about. Maybe valve should pay developers more. Epic takes far less than steam does from developers, so I definitely understand the appeal to developers.
> It certainly doesn’t affect me or any consumer. $ ./EpicInstaller-15.17.1.msi bash: ./EpicInstaller-15.17.1.msi: cannot execute binary file: Exec format error Turns out Epic doesn't work on my platform of choice. Apparently it does affect me. Certainly.
Re: Northlight technology in Alan Wake 2
#246Earlier quoted context omitted.
Have you played "Death Stranding"? There you 'actively' walk and 'manually' keep balance. It's an interesting experience, but it makes walking a conscious act, it becomes something you do. Arguably that is less realistic than just moving an analog stick, for most people walking is just telling your body to move in direction x.
Amazing game. Goes in the rare category of truly singular games that have no peer. Manhunt(PS2 version) is another.
Re: Northlight technology in Alan Wake 2
#247Am I the only who have no interest in graphics fidelity, but would like to see more physics engines created to play with? Like a fully destructible world would be fun.
Re: Northlight technology in Alan Wake 2
#248Earlier quoted context omitted.
The perennial problem with marketing language seems to be that everything needs to be reworded to "make sense" to someone who doesn't know anything about the actual product that is being marketed.
Is the product marketed here a video game or a video game engine? Why do you expect every video game player to understand graphics programming?
Re: Northlight technology in Alan Wake 2
#249Technical achievements aside, this game is delightful, particularly if you're a fan of Twin Peaks or scandi noir. Highly recommended if you have a penchant for the weird or macabre. A milestone in interactive storytelling.
Re: Northlight technology in Alan Wake 2
#250Am I the only who have no interest in graphics fidelity, but would like to see more physics engines created to play with? Like a fully destructible world would be fun.
I think the recent Zelda games are the best physics heavy games in recent years