Chapter 4.5 Release
Here is the epilogue, which is an extension of Chapter 4. The update to the story is not much, but is important. However, I’ve gone through the code to allow for people to change the font for dialogue and the size of the text under the preference section of the menu.
That being said, the font option works with most of the dialogue except for the main charater. Given that the main character has a different font than the rest, knowing how to also change their specific text font under the preference option goes beyond my technical ability for coding. Though giving some suggestions on how to fix it would be appreciated.
For the text size option, I would be careful using it. You can make it too big and have the text cut off.
Hope you all enjoy.
Files
Get Trio
Trio
Status | In development |
Author | NonNocturnal |
Genre | Visual Novel, Adventure |
Tags | Adult, Fantasy, Furry, Gay, Narrative, NSFW, Ren'Py, Romance |
Languages | English |
Accessibility | One button |
More posts
- Chapter 4 ReleaseJun 27, 2024
- Chapter 4 ProgressApr 09, 2024
- Chapter 3 ReleaseDec 20, 2023
- Chapter 3 ProgressOct 24, 2023
- Chapter 2 ReleaseAug 27, 2023
Comments
Log in with itch.io to leave a comment.
A few things, first thank you for adding a font selector, it'll makes things a lot easier to read. Second, while on the topic, could you add a 'Hide' button? Desktop users can middle mouse click or press H, but mobile users can't. To add one, add this to line 1437 in screens.rpy:
I'm including some changes you can make to change naff's font, as well as some other changes:
Exact Additions to make:
gui.rpy:
===================
Line 76
===================
This is to add a hide button to the game.
screens.rpy in the 2 quick menu sections. the first is for desktop users, who can press h or middle mouse button already, but the option is here. the second is for mobile users.:
===================
Exact Changes to make:
gui.rpy:
===================
This allows the button font to be changed too.
I changed these to have more descriptive names, to make managing them easier.
===================
screens.rpy:
===================
I used OpenDyslexic as an example font here, as it is what was being changed to, but it should work for other fonts too.
I also included changes to allow for the button font to be changed too.
===================
Character_names.rpy:
===================
In all of the naff charater definitions:
===================
Why did Itch have to ruin the formatting?
Exact Additions to make:
gui.rpy:
===================
Line 76
===================
This is to add a hide button to the game.
screens.rpy in the 2 quick menu sections. the first is for desktop users, who can press h or middle mouse button already, but the option is here. the second is for mobile users.:
===================
Exact Changes to make:
gui.rpy:
===================
This allows the button font to be changed too.
I changed these to have more descriptive names, to make managing them easier.
===================
screens.rpy:
===================
I used OpenDyslexic as an example font here, as it is what was being changed to, but it should work for other fonts too.
I also included changes to allow for the button font to be changed too.
===================
Character_names.rpy:
===================
In all of the naff charater definitions, replace all
with
Thanks for the help. I'm not at all a coder, and so I'll try this out for the next update.
You' welcome. If you have any difficulties with these changes, let me know and I'll try to help.