Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Animating a character? (corpse floating in water)
LDOriginal Offline
Junior Member

Posts: 35
Threads: 7
Joined: Oct 2014
Reputation: 0
#1
Animating a character? (corpse floating in water)

Is it possible? I've made a hallway with a window at the side and i would like to have a corpse float outside of it. Either passing by the window or being tangled up in something enabling the player to spot it. I noticed you could open upp the pose menu and adjust all of the joints for the character, wich is cool. But is there like a keyframe-sort of way to make the character move in a loop or something? Change the joint position/character position for every frame or is that something you do entirely in script? If so, how would one go about doing that? Thanks
(This post was last modified: 06-02-2016, 09:27 AM by LDOriginal.)
06-02-2016, 09:26 AM
Find
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#2
RE: Animating a character? (corpse floating in water)

It's theoretically possible to animate the model through scripting, but it would be much simpler to make the animation using animation software like Maya or Blender. Both methods would be pretty much the same approach (defining positions at keyframes and interpolating between them based on the current time), but with the scripting method, you would have the added complexity of creating the system to do the animating as well.
06-02-2016, 10:49 AM
Find
LDOriginal Offline
Junior Member

Posts: 35
Threads: 7
Joined: Oct 2014
Reputation: 0
#3
RE: Animating a character? (corpse floating in water)

(06-02-2016, 10:49 AM)Abion47 Wrote: It's theoretically possible to animate the model through scripting, but it would be much simpler to make the animation using animation software like Maya or Blender. Both methods would be pretty much the same approach (defining positions at keyframes and interpolating between them based on the current time), but with the scripting method, you would have the added complexity of creating the system to do the animating as well.

What file would i choose to import to maya then? I guess the character entities concists of several files? Do i have to convert or something like that?
(This post was last modified: 06-02-2016, 01:52 PM by LDOriginal.)
06-02-2016, 01:51 PM
Find
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#4
RE: Animating a character? (corpse floating in water)

The model file is the .dae file. It's in COLLADA format.
06-03-2016, 04:04 AM
Find
LDOriginal Offline
Junior Member

Posts: 35
Threads: 7
Joined: Oct 2014
Reputation: 0
#5
RE: Animating a character? (corpse floating in water)

(06-03-2016, 04:04 AM)Abion47 Wrote: The model file is the .dae file. It's in COLLADA format.

What do i save the animation as? Can it then be imported to the level editor and opened as entity?
06-03-2016, 05:23 PM
Find
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#6
RE: Animating a character? (corpse floating in water)

The files are saved as .anm and .dae_anim. Otherwise, I don't know what specific formats they are in, and since this is somewhat uncharted territory for SOMA, it will probably require some experimentation. There might be some stuff on the wiki that can help, though.
06-04-2016, 12:34 AM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#7
RE: Animating a character? (corpse floating in water)

You may want to read these:

https://www.frictionalgames.com/forum/thread-24697.html
https://www.frictionalgames.com/forum/thread-24143.html
https://www.frictionalgames.com/forum/thread-22299.html
https://www.frictionalgames.com/forum/thread-29727.html
https://www.frictionalgames.com/forum/thread-25121.html
https://www.frictionalgames.com/forum/thread-25087.html
https://www.frictionalgames.com/forum/thread-9790.html
https://www.frictionalgames.com/forum/thread-20345.html
https://www.frictionalgames.com/forum/thread-18684.html

More here: https://www.frictionalgames.com/forum/fo...age-3.html

06-04-2016, 01:11 AM
Find




Users browsing this thread: 1 Guest(s)