Earlier quoted context omitted.
I guess the problem there is pretty fundamental - in reality you'd be tensing muscles and shifting your weight etc before the snappy movement, but the game only knows that you want to move when you move the stick or push a button - so it either has to show that realistic motion after your button press and introduce latency, or sacrifice the realism in the animations.
>I guess the problem there is pretty fundamental yes absolutely, you can't have both realism and snappy response times.
Northlight technology in Alan Wake 2
111–120 of 274 posts
Re: Northlight technology in Alan Wake 2
#112Its refreshing to see something different than another unreal engine based game. It must be extremely challenging to have your own inhouse engine. The engine is one thing. The tooling to build levels, animations etc is maybe even harder. I guess it also gives some advantages. More control over low level architecture gives you more opportunities to optimize. Harder with a all purpose engine like Unreal. Cant wait to p…
Re: Northlight technology in Alan Wake 2
#113Re: Northlight technology in Alan Wake 2
#114Earlier quoted context omitted.
>I guess the problem there is pretty fundamental yes absolutely, you can't have both realism and snappy response times.
Considering you walk around and don’t have a problem with it, I’d wager that putting a more realistic walk model into a game and changing the control scheme to be a bit more natural would lead to a learnable system for control that would achieve both goals. Say ZMP
Re: Northlight technology in Alan Wake 2
#115"ECS meant that iteration was quick because adding new or modifying existing systems or game objects was easy, and performance gains were clear when saving and loading the Case Board."
and there's an accompanying screenshot with perhaps 20 objects on a case board.
I scanned through the rest of the article with one question in mind: what the hell? ECS is not a solution to putting 20 photos on a case board. You're pushing 100Ks or Ms of objects and need performance and are willing to suffer for performance = ECS. Not this.
So, despite world class developer, I did not find the article credible. The main cause of the lack of credibility is the author of the article did not anticipate the reader glancing at the case board and the ECS claim and saying: bullshit. Alternatively, they did anticipate the claim, and were told to ship the article anyways.
Re: Northlight technology in Alan Wake 2
#116Earlier quoted context omitted.
>I guess the problem there is pretty fundamental yes absolutely, you can't have both realism and snappy response times.
Considering you walk around and don’t have a problem with it, I’d wager that putting a more realistic walk model into a game and changing the control scheme to be a bit more natural would lead to a learnable system for control that would achieve both goals. Say ZMP
Re: Northlight technology in Alan Wake 2
#117Earlier quoted context omitted.
>I guess the problem there is pretty fundamental yes absolutely, you can't have both realism and snappy response times.
Considering you walk around and don’t have a problem with it, I’d wager that putting a more realistic walk model into a game and changing the control scheme to be a bit more natural would lead to a learnable system for control that would achieve both goals. Say ZMP
Re: Northlight technology in Alan Wake 2
#118In the first example it's still really jarring how much their feet slide around on the ground, or sliding in place as they walk into an object without moving. I wonder when this will ever be solved. Don't get me wrong, the engine is incredible and the visuals and systems are some of the best we have seen.
I'm surprised it's still a problem. Years ago a basketball game franchise bragged that the PS3 allowed them to do foot planting with inverse kinematics. Years before that, Shadow of the Colossus shipped on PS2... with IK foot planting.
Re: Northlight technology in Alan Wake 2
#119Earlier quoted context omitted.
I've seen a demonstration of a solution on the YouTube channel Two Minute Papers - it was actually about an algorithm that blended animations so that the transitions looked natural.
I wonder how long it will be before we stop using animation and switch to an actual bipedal physics simulation where the agent actually knows how to walk and jump and run.
Re: Northlight technology in Alan Wake 2
#120Earlier quoted context omitted.
>I guess the problem there is pretty fundamental yes absolutely, you can't have both realism and snappy response times.
Considering you walk around and don’t have a problem with it, I’d wager that putting a more realistic walk model into a game and changing the control scheme to be a bit more natural would lead to a learnable system for control that would achieve both goals. Say ZMP
I think humans are worse than this than you might think. Give it a try! Walk around and try to change directions on the fly, maybe have a friend shout suggestions to you. I can make maybe 2 or 3 adjustments per second, which gives about 400ms response time. That's about where RDR2 sits, and players criticized it for being unresponsive.