Follow aurawave
Follow
Following aurawave
Following
Add To Collection
Collection
Comments
Devlog
More like this
Related
Choice Kwargs For Ren’py
←
Return to Choice Kwargs For Ren’py
Devlog
Update 7: Use tooltips on disabled choices! (and a new kwarg)
March 09, 2026
by
aurawave
@higurashika pointed out to me that disabled choices were unable to display tooltip messages and it would be nice if they could! I looked into it and it turns out that the sensitive button property wa...
Continue reading
Update 6: More Flexible Background Images
March 04, 2026
by
aurawave
I've improved the screen code to be more flexible with background images. Before, you were locked into a single image file extension (.png), which was a bad implementation. If you were using .pngs (or...
Continue reading
Update 5: Various Minor Improvements
February 28, 2026
by
aurawave
2
Hiya, I just wanted to make a couple minor improvements to Choice Kwargs. But if you're already using it, there's probably no need to update, as the small changes would be very easy to make yourself!...
Continue reading
Update 4: Strikethrough Disabled Choices
January 07, 2026
by
aurawave
#update
Months ago, I received a comment from @Requiem asking how to strikethrough disabled choices. I responded to this query but never added it as an official feature of this tool, as I was very busy at the...
Continue reading
Update 3: Improved Item Counting
April 25, 2025
by
aurawave
Through testing, I realized that the previous version of the code could cause a small issue, which happened to come up in my own game. It only affects setups where: A choice has a condition= kwarg tha...
Continue reading
Update 2: Tooltip Functionality and Background Customization
April 23, 2025
by
aurawave
New Features! You can now use tooltips for individual choice options. This can be a fun way to communicate with the player or provide extra context for certain choices! Add custom image backgrounds fo...
Continue reading
Update: Simpler Syntax
April 17, 2025
by
aurawave
I’ve simplified the required code! You can now use sensitive= to disable a choice (grey it out), and condition= to remove a choice entirely when its condition isn’t met. And you no longer need to...
Continue reading