- Aug 28, 2018
- 1,896
- 2,875
One of the things that vexes me about Ren'py (ok, not specifically about Ren'py but about the difference between Mac/Win/Linux and Android) is the need to create animations in two formats, webm for the first group, and mp4 for the second. Recently I have been playing around with animating image sequences, ala this ...
This seems to play well on my test unit, but admittedly I have a very powerful machine (Xeon E5 with 8 cores) with decent video GTX 760. The sizes of the animations actually shrink when this is done because only the frames that need to loop need to be included, and only once. Are there any negatives to just doing my animations as animated image sequences that anyone has run across? I'd like to hear experiences of others if you have tried this approach and run into problems. Thank you.
Code:
image ep2_mc_shane_side_sex:
"ep2_mc_shane_side_sex000"
pause 0.05
"ep2_mc_shane_side_sex001"
pause 0.05
...
"ep2_mc_shane_side_sex015"
pause 0.05
repeat