Search found 307 matches

by sculpteur
Sun Jul 09, 2023 2:04 pm
Forum: Ren'Py Questions and Announcements
Topic: How much money ?
Replies: 3
Views: 248

Re: How much money ?

Yeah, thank you for this clarification!
by sculpteur
Sun Jul 09, 2023 7:47 am
Forum: Ren'Py Questions and Announcements
Topic: How much money ?
Replies: 3
Views: 248

How much money ?

Hello, I haven't posted in the section about paid recruitment offers, because at the moment I am asking for a simple evaluation of the order of prices from the trusted specialists present here so as not to be scammed. I have some python/renpy code related tasks to delegate to relieve my workload to ...
by sculpteur
Thu Jun 29, 2023 8:31 am
Forum: Ren'Py Questions and Announcements
Topic: Screen refuse to hide with delayed hidding
Replies: 1
Views: 107

Re: Screen refuse to hide with delayed hidding

Please anyone ? Next release on my game is in beta test and will be publish soon. I would like to avoid publishing it with this bug but I was unable to fix it myself !
by sculpteur
Wed Jun 28, 2023 12:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen refuse to hide with delayed hidding
Replies: 1
Views: 107

Screen refuse to hide with delayed hidding

Hello, I have a somewhat annoying screen that often refuses to hide on its own (not all the time). On the other hand, this only happens when the player is in "fast forward" (holding the "ctrl" key or having pressed the "tab" key by default in Renpy). When the game passe...
by sculpteur
Tue Jun 27, 2023 3:36 am
Forum: Ren'Py Questions and Announcements
Topic: Screen not hiding
Replies: 1
Views: 115

Re: Screen not hiding

Oh and I just realized that there is an other screen producting this strange behavors (exactly the same bug) https://i.ibb.co/H7z6VnL/screenshot0002.png screen notify_custom(message, img = None): zorder 100 style_prefix "notify" frame at notify_appear: has hbox if img: add img yalign 0.5 t...
by sculpteur
Tue Jun 27, 2023 3:03 am
Forum: Ren'Py Questions and Announcements
Topic: Screen not hiding
Replies: 1
Views: 115

Screen not hiding

Hello, I have a somewhat annoying screen that often refuses to hide on its own (not all the time). On the other hand, this only happens when the player is in "fast forward" (holding the "ctrl" key or having pressed the "tab" key by default in Renpy). When the game passe...
by sculpteur
Sun Jun 25, 2023 8:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Stoping a sound loop on the chosen channel
Replies: 5
Views: 263

Re: Stoping a sound loop on the chosen channel

Yes, thank you with a delay lol ! I've done it like this : init python: renpy.music.register_channel("sfx1", "sfx") renpy.music.register_channel("sfx2", "sfx") renpy.music.register_channel("sfx3", "sfx") then play sfx1 "0 - sound_ambie...
by sculpteur
Sat May 20, 2023 6:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Stoping a sound loop on the chosen channel
Replies: 5
Views: 263

Re: Stoping a sound loop on the chosen channel

Hey thank you, but how can I add a new channel ? I've look at the documentation and the only thing close to it that I found is : The name of a channel is expected following the keyword play. (Usually, this is either "sound", "music", "voice", or "audio"). This...
by sculpteur
Sat May 20, 2023 4:49 am
Forum: Ren'Py Questions and Announcements
Topic: Stoping a sound loop on the chosen channel
Replies: 5
Views: 263

Stoping a sound loop on the chosen channel

Hi everybody. I have a problem regarding the management of sound and audio channels. I often use these two channels. In particular in this way: play sound "my_forest_wind_sound.mp3" fadein 2.5 loop To add, for example, an atmosphere specific to an area, here the forest. Then, when we leave...
by sculpteur
Sat May 20, 2023 4:01 am
Forum: Ren'Py Questions and Announcements
Topic: Python Quest system suddenly not working anymore
Replies: 13
Views: 672

Re: Python Quest system suddenly not working anymore

Humm okay, I get that better now. And about the main bug of this thread it's reslve. You were right. It was the problem you've mentionned. It was kind of tricky and a little bit more complexe than just a wrong variable name but it was more or less due to string values. Anyway the main bug is resolve...
by sculpteur
Fri May 19, 2023 7:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Python Quest system suddenly not working anymore
Replies: 13
Views: 672

Re: Python Quest system suddenly not working anymore

Humm okay. You were right. It was the problem you've mentionned.
by sculpteur
Fri May 19, 2023 6:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Python Quest system suddenly not working anymore
Replies: 13
Views: 672

Re: Python Quest system suddenly not working anymore

Oh, and if "english" variable changes its value after adding quest, you are left with incorrect names in quests. Oh and I assure you, since I am aware of this old bug/problematic since a long time ago I've done all my test in one langage. So the new bug don't come from that variable change.
by sculpteur
Fri May 19, 2023 6:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Python Quest system suddenly not working anymore
Replies: 13
Views: 672

Re: Python Quest system suddenly not working anymore

Still no "Correct Outfit". You have quest called "The Correct Outfit", which is a different name. yeah, yeah, My bad, it's fix and this one is working now. But I still don't understand why the others are not since I double check one milion time their name. THE GHOST = THE GHOST ...
by sculpteur
Fri May 19, 2023 5:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Python Quest system suddenly not working anymore
Replies: 13
Views: 672

Re: Python Quest system suddenly not working anymore

And why is so is hard to answer without running the code and checking state an the moment of failure. Generally you want to create a minimal reproducible example in a new project and post it so other could debug it. I understand but since I absolutly don't know from what part of the code the error ...
by sculpteur
Fri May 19, 2023 4:55 am
Forum: Ren'Py Questions and Announcements
Topic: Python Quest system suddenly not working anymore
Replies: 13
Views: 672

Re: Python Quest system suddenly not working anymore

Any brave soul to help me get out of this ?