Search found 307 matches

by sculpteur
Mon Mar 20, 2023 12:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Display Effect forever
Replies: 6
Views: 326

Re: Display Effect forever

You do know that instead of defining image_name_copy you can simply do show image_name as image_name_copy at dizzy , right? Oh yeah yeah that's right I rembember this. But I had to make this workaround because what you just said wasn't working with my variables. (my first way of writing images vari...
by sculpteur
Mon Mar 20, 2023 12:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Display Effect forever
Replies: 6
Views: 326

Re: Display Effect forever

Hey great, thank you, I didn't know I could do this. This is working, but saddly, I realise this is not possible to do it like this. Because I'm playing a lot with show / scene / hide and, moreover, my dizzy effect work with this system : # image image_name = "image_name.jpg" # image image...
by sculpteur
Mon Mar 20, 2023 11:15 am
Forum: Ren'Py Questions and Announcements
Topic: Display Effect forever
Replies: 6
Views: 326

Display Effect forever

Hello, A friend on this forum helped me to make a dizzy effect transform when I was looking for it. But now I will need a tiny modification to make it infinite. I've try this but the synthax is not working : image 3_1_0_Mansion_Entrance_Dirty_Door_KnockOut_A1_Stand_Dizzy_loop: "3_1_0_Mansion_En...
by sculpteur
Tue Mar 14, 2023 5:56 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Selectable function - Advice
Replies: 9
Views: 533

Re: Imagemap Selectable function - Advice

Hey this is working thank you ! There was some indentation error but I've fixed it. Oh and the heart wasn't behaving correctly, it's wasn't displaying with the insensitive art when the 2 button wasn't selected. I mean it was insensitive but not displaying with the gray transparent image. It was beca...
by sculpteur
Mon Mar 13, 2023 3:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Selectable function - Advice
Replies: 9
Views: 533

Re: Imagemap Selectable function - Advice

Hey, To be even more accurate I have edited some pictures of this system in order be more clear about the code I'm currently working on. It should be more demonstrative this way. I have put some censorship since this is about a scene including sexual content. Do not hesitate to click in order to enl...
by sculpteur
Mon Mar 13, 2023 10:26 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Selectable function - Advice
Replies: 9
Views: 533

Re: Imagemap Selectable function - Advice

Hey that's really great, this is something like this ! Thank you. In fact to be more accurate, there is nine possible combinaison to "activate" the heart button all the buttons can be combined with each other ( but only one from "strenght" and only one from "pace") and ...
by sculpteur
Mon Mar 13, 2023 8:13 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Selectable function - Advice
Replies: 9
Views: 533

Re: Imagemap Selectable function - Advice

Yeah I looked around for python tutorial and all, progress a little bit on function coding and it's indeed powerful ! But after seing all those things I realize maybe I can manage to make it only by calling Renpy screen actions. It might be enough for what I want to do. I know that the ideal would b...
by sculpteur
Mon Mar 13, 2023 6:27 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Selectable function - Advice
Replies: 9
Views: 533

Re: Imagemap Selectable function - Advice

Hey thank you ! The first code you show is what I think I should do, kind of. But we agree that's going to be a lot of condition right ? So you right by saying that if need to check multiple things for the button I should call functions instead. The thing is, I not really familliar with function dir...
by sculpteur
Sun Mar 12, 2023 4:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Selectable function - Advice
Replies: 9
Views: 533

Imagemap Selectable function - Advice

Hello Guys, Let me proceed backwards. I'll introduce to you what I have (part 1) then what I'm trying to do with it (part 2) PART 1 So I have read this documentation: https://www.renpy.org/doc/html/screens.html#imagebutton and this topic : https://lemmasoft.renai.us/forums/viewtopic.php?t=48481 wher...
by sculpteur
Sun Mar 12, 2023 3:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Simple Audio variable
Replies: 12
Views: 510

Re: Simple Audio variable

I know this is not sound related but while we are at it I would like to know if you think this same principle can be applied with word variables (string) in the random list, like this for example: init python: import random $ random.choice(["word_1", "word_2", word_3", "...
by sculpteur
Sun Mar 12, 2023 7:39 am
Forum: Ren'Py Questions and Announcements
Topic: Simple Audio variable
Replies: 12
Views: 510

Re: Simple Audio variable

Great, thank you for this enlightment. But if I do this, would I still be able to use the other function despite this. renpy.random.choice is a good thing to avoid cheating or trying different option like you said. So I might need it. So what I want to know is, if I do what you show me : the import ...
by sculpteur
Sun Mar 12, 2023 6:28 am
Forum: Ren'Py Questions and Announcements
Topic: Simple Audio variable
Replies: 12
Views: 510

Re: Simple Audio variable

Just a simple question regardings the randomness of the sound. I have use the first method but I've notice (it seem) that during the same playthrouth, the "random" sound which play on a line of code is always the same (if you rollback to the same scene for exemple). Like if the variable I ...
by sculpteur
Sun Mar 12, 2023 6:21 am
Forum: Ren'Py Questions and Announcements
Topic: On milion time asking question
Replies: 8
Views: 427

Re: On milion time asking question

I think I will take a serious look at the documentation regarding translations right after I published my next chapter.

Thank you really much for your advices. Both of you.
by sculpteur
Sat Mar 11, 2023 6:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Simple Audio variable
Replies: 12
Views: 510

Re: Simple Audio variable

Great thank you ! Sorry I'm bad with this kind of synthax, I should have guess it by myself.
by sculpteur
Sat Mar 11, 2023 6:30 pm
Forum: Ren'Py Questions and Announcements
Topic: On milion time asking question
Replies: 8
Views: 427

Re: On milion time asking question

I have the feeling this is too late for me. I have, at least, something like 30.000 code line in the game, a tremendouse amount of screen and mechanichs that I will have to rework from scratch. You might be right and it will be a good inverstment to do it now, I don't know. I'm always weighing the p...