u/PickleHour2580

▲ 1 r/RenPy

The image button works. But why?

Why does the action statement work? Like, you can write multiple statements between brackets and it will work or is it because of another thing?

$ quick_menu = False
define e = Character("Eileen", voice_tag="eileen")
define y = Character("Yo", voice_tag="yo")


image botonvoz = "images/botonvoz.png"
image botonvozhover = "images/botonvozhover.png"
image botonvozselect = "images/botonvozselect.png"
screen voice_toggle:
    frame:
        xalign 1.0 ypos 70
        imagebutton:
            idle "botonvoz"
            hover "botonvozhover"
            selected_idle "botonvozselect"
#This stament below is the one i'm confused about!
            action [ToggleVoiceMute("eileen"),ToggleVoiceMute("yo")]
#    vbox:
#        textbutton "Mute Eileen" action ToggleVoiceMute("eileen")
#        textbutton "Mute me" action ToggleVoiceMute("yo")


label start:
    show screen voice_toggle


    voice "pistaprueba.wav"
    e "You can turn a character's voice on and off."


    voice "pistaprueba.wav"
    y "Yeah! Now I can finally shut you up!"


    voice "pistaprueba.wav"
    y "Wait... that means they can mute me as well! Really?"


    return
reddit.com
u/PickleHour2580 — 1 day ago

How to not think about my identity every single time? Or at least, how to make it more bearable?

im a cis dude but from time to time I get ideas like "What if you are not really a man and all you think about yourself is a farce and you are fooling yourself?" Which I think it's not bad to question your identity, but it can get really overwhelming. Specially because I come to the conclusion that things are fine as is, but then it pops up again!

Not really everyday, but im really into sissy porn, femPOVs, tgtf, and humiliation forcefem (only if it's done by a male character tho), so i get to see a lot of this content which makes me question my identity from time to time (basically every time that I finish I get that post ejaculation feeling to re-analysis my life as a whole). And I know you can't really be 100% sure about it, but how can at least not beat myself so hard when questioning it?

Like, I can be going on my day normally and then the thought about who I am not really being who I am and it drives me nuts. I'm definetly not the manliest man in the world. But my life story isn't full of "it was so obvious all along that I was a girl" kind of moments. Quite the opposite really, I remember being frustrated about how I was the shortest in my friend group or how high pitched my voice was (and also how my adam's apple isn't noticeable at all). But also I would kill to be in a world where men using skirts isn't seen as weird. So I am at a weird middle place and I just beat myself over it (even though I know it's pointless, my subconscious just loves to torture me)

Oh, and I'm also in the genderfluid subreddit. And despite I really relate to what gets posted there. I STILL feel there is something more to it and I can't get it.

So I come here to ask, seeing it's a common feeling the idea you are an imposter or that there is something wrong with what you're doing while you undergo transition, how do you manage the possibility that you might not be what you are and how, at least, judge yourself less harshly and more from a neutral place? Considering all you do is to free that inner inner self that you are not just what really is

Im not really sure if this is the right place to ask, but I hope I can get an answer. And I just said anything offensive. Please point me out so I can edit it/delete it.
sorry for the long post, and for any typing errors. English is not my first language. And thanks for any answers in advance!!!!

reddit.com
u/PickleHour2580 — 7 days ago
▲ 2 r/RenPy

How do i license a VN that uses assets from renpy's 'the question' and 'tutorial'?

I'm doing a short vn for a university proyect. The teach only wants to put what assets are from third parties and label them as such. It isn't that deal about copyright. But i wonder, how should i license this game if i wanted to release it on my own. It doesn't use any commercial copyrighted assets, just eileen's sprites from the tutorial. And some photos from wikipedia. But if i remember correctly wikipedia onlu accepts CC BY 3.0 media so i think its okay. But i dont how i should formally write that i dont own any of the sprites.

Thanks in advance

reddit.com
u/PickleHour2580 — 9 days ago