Page 1 of 1

Best solution for anime VisualNovel

Posted: Sun Mar 08, 2020 10:11 pm
by KanedaFr
Hi there,

I was looking for the best solution to handle an animated Visual Novel on MCD.
By visual novel, I mean lot of animation which take 2/3 of screen, with bottom row for dialogs and right columns for actions.
The one I'd like to port is mainly an "anime" style, not 3D nor live action.
What rate could I hope / code could I use which let me play CDDA and interact with user at the same time ?

Thanks

Re: Best solution for anime VisualNovel

Posted: Sun Mar 08, 2020 11:09 pm
by TmEE co.(TM)
When you play CDDA you lose access to the CD drive more or less so whatever you want to show will have to fit in the RAM, and you have limited amount of that.

Re: Best solution for anime VisualNovel

Posted: Mon Mar 09, 2020 8:52 am
by cero
I suppose you could interleave video and lower quality audio in the normal 1x (150kb/s) read rate, though with the finicky system each cd hickup will mean a small freeze then.

Re: Best solution for anime VisualNovel

Posted: Wed Mar 18, 2020 11:06 am
by KanedaFr
thanks, I didn't think about lag when playing CDDA + loading frame :(

Then I'll probably go with a fli/flc like format ie difference between 2 frames, better than a 'avi' like format

I'll need to optimize it for genny (8x8 tile) and with frame reuse :
For exemple, a dialog part where only the "mouth" changes every second, it often uses only 5 or 6 mouths variation...
no need to encode it every frame...

added to my todo list :oops: