Build 23: COMING SOON! (as of 12/1/2008)
Author |
Message |
robolee
Joined: Fri May 11, 2007 4:30 pm Posts: 1040 Location: England
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
I think the problem with the walking is due to the foot rotation and leg angles, they are developed for walking on flat surfaces, the feet remain at a constant rotation. to climb up a slope you have to change your rotation of your foot or you'll just stub your toe, it's pretty simple really, when the foot is trailing it goes roughly vertical, swings forward changing to an angle of around 50 degrees. plus the angle of the leg is another factor, the only way you can fix this problem is measuring the distance of how far the ground is and procedurally edit the height of the knee joint. the foot rotation could be added as an extra variable to the walkpaths, and there would have to be a variable for waist line, or the height that the knee joint will try to stay at, +/- the walkpath offsets.
|
Tue May 05, 2009 6:47 pm |
|
|
war_man333
Joined: Sun Nov 11, 2007 1:49 pm Posts: 785
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
robolee wrote: I think the problem with the walking is due to the foot rotation and leg angles, they are developed for walking on flat surfaces, the feet remain at a constant rotation. to climb up a slope you have to change your rotation of your foot or you'll just stub your toe, it's pretty simple really, when the foot is trailing it goes roughly vertical, swings forward changing to an angle of around 50 degrees. plus the angle of the leg is another factor, the only way you can fix this problem is measuring the distance of how far the ground is and procedurally edit the height of the knee joint. the foot rotation could be added as an extra variable to the walkpaths, and there would have to be a variable for waist line, or the height that the knee joint will try to stay at, +/- the walkpath offsets. This. We need a better walk system, a system where you don't have to make 4 seperate sprites. Maybe a system where you should make the upper leg and the lower leg. That'd be sweet.
|
Tue May 05, 2009 8:07 pm |
|
|
Flammablezombie
Joined: Wed Jan 14, 2009 7:12 pm Posts: 1525 Location: In between your sister's legs, showing her how to use a... PS3 controller!
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
war_man333 wrote: We need a better walk system, a system where you don't have to make 4 seperate sprites. Maybe a system where you should make the upper leg and the lower leg. That'd be sweet. That would cripple most actors, as the joint would not support their weight. Now crabs, maybe...
|
Tue May 05, 2009 9:06 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
Flammablezombie wrote: That would cripple most actors, as the joint would not support their weight. What are you talking about? I'm not annoyed, just plain confused.
|
Tue May 05, 2009 9:15 pm |
|
|
Flammablezombie
Joined: Wed Jan 14, 2009 7:12 pm Posts: 1525 Location: In between your sister's legs, showing her how to use a... PS3 controller!
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
The leg is a solid object, correct? It is animated to simulate joint movement, correct? As it is, flaws in the walking part of the engine can already make an actor trip over right? So, the extra joint would just make the leg fold up if you tried to walk. And it wouldn't help with limbpaths either.
|
Tue May 05, 2009 9:19 pm |
|
|
Seraph
Moderator Hero
Joined: Sun Dec 24, 2006 11:28 pm Posts: 868 Location: London Server
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
I wonder if we'll ever be able to use animated GIFs as the background, and animations for turning either way or the side-to-side motion for walkers...
|
Tue May 05, 2009 9:25 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
@Flammable All the graphics applied to actor legs are fakes, yes. Data would have to rework the way actors move if he replicated joints in legs and arms (caveat below), so really the current movement system wouldn't apply.
However, he might be able to rework the way legs are displayed rather than move, nullifying my above statement. If it were doable to have the game calculate the angle at which pieces should be displayed according to how compressed the leg is (much like how it is now, but with multiple images at different angles), then he could keep the current walk system and have the new joint system.
|
Tue May 05, 2009 9:28 pm |
|
|
Rawtoast
Joined: Mon Apr 06, 2009 9:41 am Posts: 712 Location: New York
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
Flammablezombie wrote: The leg is a solid object, correct? It is animated to simulate joint movement, correct? As it is, flaws in the walking part of the engine can already make an actor trip over right? So, the extra joint would just make the leg fold up if you tried to walk. And it wouldn't help with limbpaths either. Put that picture in your head, though: it would look like total ♥♥♥♥. Too paper puppet-looking.
|
Wed May 06, 2009 3:51 am |
|
|
Exalion
Joined: Fri Mar 02, 2007 6:59 am Posts: 1726 Location: NSW, Australia
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
I don't care what it looks like, I want walking to be a viable option rather than just 'easy way to die'.
|
Wed May 06, 2009 8:24 am |
|
|
Kallemort
Joined: Tue Aug 21, 2007 2:55 pm Posts: 948
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
Seraph wrote: I wonder if we'll ever be able to use animated GIFs as the background, and animations for turning either way or the side-to-side motion for walkers... Well, I'd think you would use the existing animation system, as in numbered frames.
|
Wed May 06, 2009 10:11 am |
|
|
411570N3
Joined: Wed Jan 07, 2009 10:26 am Posts: 4074 Location: That quaint little British colony down south
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
Rawtoast wrote: Flammablezombie wrote: The leg is a solid object, correct? It is animated to simulate joint movement, correct? As it is, flaws in the walking part of the engine can already make an actor trip over right? So, the extra joint would just make the leg fold up if you tried to walk. And it wouldn't help with limbpaths either. Put that picture in your head, though: it would look like total crap. Too paper puppet-looking. True, but theoretically the same should go for the current leg and arm system: if worst comes to worst the spriters will work around it.
|
Wed May 06, 2009 1:13 pm |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
actually, with the current system the legs almost always look good, with two sections the legs would look seamy at times. im fine with how they work now (even if its a ♥♥♥♥♥ to sprite >_>) but its just how slow everything is. its currently like youre being attacked by badass-looking grandmas, minus the walking frame. and its infuriating when the enemy are feebly hobbling along your corridors and you cant move fast enough to catch them. the only positive thing about that situation is how comical a chase is at walking speed. so, i think running is pretty necessary. i dont mean sprinting (though that would be cool, for some actors), just moving at a feasible pace for combat. would it be possible for you to relay that to data, numgun?
|
Wed May 06, 2009 1:33 pm |
|
|
war_man333
Joined: Sun Nov 11, 2007 1:49 pm Posts: 785
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
Hey I have a good idea for a spoiler that won't spoil that much! Can you compare the vanilla size of B22 with the vanilla size of B23? I'm talking about megabytes. I'd like to know this.
|
Wed May 06, 2009 3:35 pm |
|
|
Disst
Joined: Thu Feb 12, 2009 1:47 am Posts: 1182
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
war_man333 wrote: Hey I have a good idea for a spoiler that won't spoil that much! Can you compare the vanilla size of B22 with the vanilla size of B23? I'm talking about megabytes. I'd like to know this. Seconded!
|
Wed May 06, 2009 3:55 pm |
|
|
numgun
Joined: Sat Jan 13, 2007 11:04 pm Posts: 2932
|
Re: Build 23: COMING SOON! (as of 12/1/2008)
war_man333 wrote: Hey I have a good idea for a spoiler that won't spoil that much! Can you compare the vanilla size of B22 with the vanilla size of B23? I'm talking about megabytes. I'd like to know this. Fiftybilliongigabytes.
|
Wed May 06, 2009 10:06 pm |
|
|
|
Who is online |
Users browsing this forum: No registered users |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|