1.12 - Add more tags to default scanlist
This one is very simple, and some of you have probably done it on your own.
Ren’py allows creator to render an image alongside text
Eileen "Hi {image=heart.png}!"
You might want to provide alts for these (and you probably should) and they’re quite easily missable.
The {noalt} tag is used to make sure a certain element does not get passed to text-to-speech, but without a matching {alt} tag the player may miss something.
For this reason, I choose to include both of them to the default scanlist.
What is next?
The obvious path is to improve the searching capability to reduce false positive, and make it more robust so lines with
textbutton ("Ghalta")
doesn’t trip it up for no reason.
I’m not so sure. I make this tool mostly for myself and I don’t know what people are expecting out of it, though I’d heard about looking for image captions and uncaptioned transitions in game scripts. Interesting proposition, honestly.
Files
Get Ren'py Alt Scanner
Ren'py Alt Scanner
Add warning for potentially missing alt in your Lint report
Status | In development |
Category | Tool |
Author | Requiem |
Genre | Visual Novel |
Tags | accessibility, Ren'Py |
More posts
- 1.1 - Properly Scan SubdirectoriesFeb 07, 2025
- Thank (or Blame) MVNA For ThisFeb 07, 2025
Leave a comment
Log in with itch.io to leave a comment.