- Oct 4, 2017
- 690
- 470
I want to make my own adult game, but im having trouble figuring out how to animate sex scenes, i havent been able to find any tool, and im sure its not something DAZ offers.. any devs out there with an answer?
In Ren'py you can use animations, with the recommended format being .ogv. So the movie saved as an .avi in Daz Studio needs to be converted (there are online converters for that) into .ogv, which takes much less disk space.You can then then use your game engine to play a frame, erase a frame, and play the next frame, etc. to generate the animation.
If you somehow do not know, 3DsMax can be obtained free of charge for 3 years, if you register as a student ...Well, animations is on a whole different plane of knowledge. As far as I know there are two different types of animations.
2D - this requires the artist to redraw for each frame (Something like a flipbook) Not sure how you would translate 3D animation into a flipbook. If I had to guess, it'll snapshot each frame into a bunch of images?
3D - You'll need a 3D modeling software, something along the lines of, 3DSMax, Maya (Both Paid), or Blender (Free). You then will need a model, rig it, pose and keyframe.
I'm not using Daz or Ren'py so I can't give you specific information as to how to do the animations, but I would assume as far as Ren'py goes, have a code that emulates a flipbook mechanic or a code that cycles through the images.
Not great.Watch this link for a simple explanation of how to animate in DAZ:
Once you have your frames set up, render as an image series (instead of still frame).
You can then then use your game engine to play a frame, erase a frame, and play the next frame, etc. to generate the animation.