Procedural animations: presentation of concepts

Discuss anything not covered by any of the other categories.
Post Reply
Julius
Posts: 98
Joined: Sun Aug 29, 2010 4:32 pm
Contact:

Procedural animations: presentation of concepts

Post by Julius »

Awesome presentation on procedural animations development (and responsive game animation in general):

http://www.gdcvault.com/play/1020583/An ... e-Approach

Would love to see an open-source implementation of that in the good old quake engine ;)
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: Procedural animations: presentation of concepts

Post by toneddu2000 »

Forget about it. I would be happy enough to understand how works skel_build() in Darkplaces! :D We can of course hope that some day will arrive a brave new programmer who introduces next gen features like skeletal interaction with physics and skeletal attaching features (camera, weapons, etc.)

EDIT: something like this and that
Meadow Fun!! - my first commercial game, made with FTEQW game engine
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: Procedural animations: presentation of concepts

Post by leileilol »

EDIT: something like this
i should not be here
mankrip
Posts: 924
Joined: Fri Jul 04, 2008 3:02 am

Re: Procedural animations: presentation of concepts

Post by mankrip »

leileilol wrote:EDIT: something like this
:D @ 10:35
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
Dev blog / Twitter / YouTube
hogsy
Posts: 198
Joined: Wed Aug 03, 2011 3:44 pm
Location: UK
Contact:

Re: Procedural animations: presentation of concepts

Post by hogsy »

Oddly enough we were planning on looking into doing something like this after OpenKatana was finished, only to a more extreme level that would be more comparable to what was done in JP:Trespasser.
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: Procedural animations: presentation of concepts

Post by toneddu2000 »

only to a more extreme level that would be more comparable to what was done in JP:Trespasser.
My favourite game ever. Same realism on skeletal model/damage inflicted I've only seen in Skyrim and Ryse: son of Rome. If you should do something like that on a open source framework I'd be the first to sponsor you
Meadow Fun!! - my first commercial game, made with FTEQW game engine
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: Procedural animations: presentation of concepts

Post by leileilol »

My point is, 'revolutionary new tech' is not a solution for game design issues and shoehorning new things doesn't fix games.
i should not be here
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: Procedural animations: presentation of concepts

Post by toneddu2000 »

completely agree leilei, the problem is: "if you want to create a game in 2014 that wants to have a(any kind of)audience, you MUST obey to some graphics/physics nowadays standards....Or you can do MineCraft (which, after 1 year, had mods that emulated those graphics/physics nowadays standards...)"
After that you can start thinking at your supercoolmagicfaboulous game(the gameplay I mean), but prerequisites remain.
Meadow Fun!! - my first commercial game, made with FTEQW game engine
Julius
Posts: 98
Joined: Sun Aug 29, 2010 4:32 pm
Contact:

Re: Procedural animations: presentation of concepts

Post by Julius »

Yes, this isn't really revolutional technology but rather clever use of exisiting one to lower the workload to create nice looking animations.
mankrip
Posts: 924
Joined: Fri Jul 04, 2008 3:02 am

Re: Procedural animations: presentation of concepts

Post by mankrip »

On a semi-related note, I hate how "procedural" became a buzzword for any gimmicky feature nowadays.
leileilol wrote:My point is, 'revolutionary new tech' is not a solution for game design issues and shoehorning new things doesn't fix games.
Expanding upon that: It could work, but only if properly done. New features should be implemented in a way that they doesn't feel out of place when implemented.

In Quake's case, almost all models would have to be recreated, along with all of the code for the animations, and much of the physics code. Because even if the gameplay don't change, the physics code would need to generate extra data for the animations. Otherwise, there's no way to make it work that well.

So, it isn't just a matter of implementing such a tech in the engine. The design of the game would have to be studied in order to create replacement content that would work well with it. Otherwise, it's pointless.
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
Dev blog / Twitter / YouTube
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: Procedural animations: presentation of concepts

Post by toneddu2000 »

In Quake's case, almost all models would have to be recreated, along with all of the code for the animations, and much of the physics code. Because even if the gameplay don't change, the physics code would need to generate extra data for the animations. Otherwise, there's no way to make it work that well.
I'm trying to use procedural animations with DP and IQM and, believe me my friend, it's so frighteningly difficult that recreate all bosses/enemies/player/items QUake models in Skeletal ones would be for me a breeze! :lol:
Meadow Fun!! - my first commercial game, made with FTEQW game engine
Post Reply