I’ve been researching a side project to take a story of mine and turn it into a visual novel using the RenPy visual novel engine.
RenPy is designed to start with a screenplay style dialog to parse. There is coding involved as well, but it really wants screenplay style copy. In fact it is intended to be as non-programmer friendly as it can be, allowing for WYSIWYG in-engine editing and importing of dialog without a lot of the typical print systems in most programing languages (though you do have to escape some characters).
My first thought was to re-write the manuscript into a screenplay in Scrivener and writing the code in something that is suitable for Python with code linting and other programmer features, cross posting the the bits and pieces where needed. I’m not sure I’m seeing a better way eithout coding in Scrivener or Writing in a programming IDE, both of which are rather dubious in value.
So, my questions to the collective wisdom here are: Has anyone done anything like this before? If so, what can you share about the process? I’ve never even played with the screenwriting schema within Scrivener (or anything else for that matter) so any help there would be welcome as well.