Search found 9 matches

by Art4D
Sun Sep 18, 2022 4:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to create parallaxes running on depth map in renpy?
Replies: 2
Views: 799

Is it possible to create parallaxes running on depth map in renpy?

Is it possible to make a parallax based on a picture and depth map in renpy? Something like that: https://www.alanzucconi.com/2019/01/01/parallax-shader/ I see that such things are easily written in Webgl, here is an example: https://tympanus.net/Tutorials/HeatDistortionEffect/index3.html It is the ...
by Art4D
Fri Sep 16, 2022 1:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to open a certain frame in a video file?
Replies: 1
Views: 361

Is it possible to open a certain frame in a video file?

Hello. I have a video file containing 30 frames.
Can I use renpy to run certain frame(s) from this video file?
For example, show only the 15th frame on the screen.
by Art4D
Fri Oct 22, 2021 9:22 am
Forum: Ren'Py Questions and Announcements
Topic: Dialog Text Tags interrupt the playback of the dissolve effect.
Replies: 1
Views: 316

Re: Dialog Text Tags interrupt the playback of the dissolve effect.

I found a dubious solution, replacing "{w=0.33)" with "{cps=3}\ " gives a similar effect, but I would like the w= tag to work someday with the modified screen say.
by Art4D
Thu Oct 21, 2021 11:39 am
Forum: Ren'Py Questions and Announcements
Topic: Dialog Text Tags interrupt the playback of the dissolve effect.
Replies: 1
Views: 316

Dialog Text Tags interrupt the playback of the dissolve effect.

Hello. I want the textbox to open smoothly, so I added in screen say: on "show" action With(renpy.transition(dissolve)) on "hide" action With(renpy.transition(dissolve)) And it works as long as there are no tags in the text. If I add the {w=1} tag, there is no dissolve effect for...
by Art4D
Sat Oct 09, 2021 7:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Transform works differently in version 7.4.0 and higher.
Replies: 0
Views: 472

Transform works differently in version 7.4.0 and higher.

Hi, I have a code that added particles of different colors and sizes to the screen via SnowBlossom. In 7.3.5 it works fine: http://dl3.joxi.net/drive/2021/10/10/0017/1338/1144122/22/97c0a7801a.png In 7.4.0 and higher, the color and size are assigned once, and not a new particle - a new color and siz...
by Art4D
Sat Oct 09, 2021 6:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy forcibly plays the video in the bt601 color space.
Replies: 5
Views: 717

Re: Renpy forcibly plays the video in the bt601 color space.

The difference is barely noticeable on anything less than a 10bit display The difference is noticeable. I have an 8-bit monitor and I can clearly see this difference. I don't like that renpy puts a "red filter" on my videos. Here is another user gave examples , you can take a look. it's n...
by Art4D
Sat Oct 09, 2021 4:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy forcibly plays the video in the bt601 color space.
Replies: 5
Views: 717

Re: Renpy forcibly plays the video in the bt601 color space.

I don't think color spaces is a direction that I want to take Ren'Py in, at least not any time soon. Most notably, because I don't completely understand them myself, and also because it seems like a way to lose information and quality, compared to dedicated tools. I'd suggest converting them into t...
by Art4D
Sat Oct 09, 2021 11:17 am
Forum: Development of Ren'Py
Topic: Red Hue Issue Video Playback
Replies: 1
Views: 3677

Re: Red Hue Issue Video Playback

Hi, the problem is in renpy.
I found some solution. You need to convert the video with the bt601 color space.
by Art4D
Sat Oct 09, 2021 11:03 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy forcibly plays the video in the bt601 color space.
Replies: 5
Views: 717

Renpy forcibly plays the video in the bt601 color space.

Hi. Renpy always plays videos in the bt601 color space, which is why videos in the bt709 color space distort colors . Initially, I render the video in mp4 (x264) with the standard settings. Next I will convert it to Webm(vp8) using ffmpeg. If I convert it with bt709 color space, then the video is di...