Search found 5 matches

by Alouette
Thu Jul 21, 2022 6:43 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Play the voice's MC based on their gender using Renpy's Automatic Voice function.
Replies: 16
Views: 988

Re: Play voice's MC based on their gender.

The fun thing about encountering a variable that starts with "_" in Python is, that there is this programmer's convention, that you don't use them out of their context. The underscore marks them as "private", although in Python you cannot really mark something as private (like i...
by Alouette
Thu Jul 21, 2022 7:43 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Play the voice's MC based on their gender using Renpy's Automatic Voice function.
Replies: 16
Views: 988

Re: Play voice's MC based on their gender.

Very interesting, but say, where is this _voice variable coming from? I can't find anything about it in the documentation. Have you sneaked into renpy's code for this? :) You caught me, I did! :lol: I didn't see anything useful looking in documentation, so I went poking around to see what exactly _...
by Alouette
Wed Jul 20, 2022 10:16 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Play the voice's MC based on their gender using Renpy's Automatic Voice function.
Replies: 16
Views: 988

Re: Play voice's MC based on their gender.

I don't claim to be more than a novice at either python or ren'py, but if you want a quick solution you can access the voice tag directly. Building off of what you've already been working with: define mc = Character("Main Character", voice_tag="mc_voice") default gender = "f...
by Alouette
Wed Mar 17, 2021 8:51 am
Forum: General Discussion
Topic: [solved]I can't find this VN's source !
Replies: 2
Views: 4586

Re: I can't find this VN's source !

Hi, your screenshot link doesn't work, but does this happen to be the game you're looking for https://jeibon.itch.io/chrysalis?
by Alouette
Sun Mar 25, 2018 11:07 am
Forum: General Discussion
Topic: Need help finding a game I found on here
Replies: 1
Views: 787

Re: Need help finding a game I found on here

Hi, could your game possibly be Line of Heroes ? I remember really loving this game, and it seems to fill the requirements. It has a maze puzzle where you go around collecting objects for whatever reason (it's been a while since I last played it), and early in the game the heroine is sent to a sort ...