-
-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I have a miniscule change I want to make. I have a combination of a tools to leverage the fountain file format to make visual novels. The screenplay layout translates flawlessly onto visual novel narration and dialogues.
To make the in game menus with branching dialogue choices, what's been most effective is to use sections. I can nest sections to make deeper and deeper branches, I can jump out of branches by moving to a new section at a higher depth, etc, or using Transitions. When I transform the .foutain
file into in-game assets, I can take all the sections that are at the same level under a scene parse them into menu options.
I have a whole workflow for this and it's nearly perfect. Where Better Fountain comes into play is that it's the best tool for creating PDF's to give to people for feedback. Giving feedback on the script without having to play the game is significantly faster, and I can also get feedback from writers who aren't familiar with visual novels.
The tiny, tiny thing I need is that, because sequences are how I'm defining menus, it'd be great if I could make the sequences in the PDF exports solid black and bold. Right now people can navigate around the script with the bookmarks and understand where the dialogues branch, but if you're just reading top to bottom it's easy to miss.
I'm very comfortable with writing software, but I have no idea how to write, test, or contribute to a vscode extension. I'll be able to eventually figure this out on my own, but it'd be awesome if you could give me a 2 or 3 sentence summary and a quick link or two in the repo where I'll need to make this change and surface this as a setting, presumably next to the Pdf: Print Sections
flag.
Let me know if you'd be interested in a pull request for this as well, otherwise I'll just keep it in my fork. I envision I'll be making more changes that further integrate my visual novel SDK into your plugin, so I might do more regular contributions here and there.
Thank you for your work, happy to give you a well-deserved sponsorship!