Search found 10 matches

by gofa4a
Thu Aug 17, 2023 8:45 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.1 and Ren'Py 7.6 Releases
Replies: 6
Views: 11804

Re: Ren'Py 8.1 and Ren'Py 7.6 Releases

For 64 bit it is installed, but not for 32 bit.
by gofa4a
Sat Aug 12, 2023 3:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.1 and Ren'Py 7.6 Releases
Replies: 6
Views: 11804

Re: Ren'Py 8.1 and Ren'Py 7.6 Releases

In the latest version of the Ren'Py engine 7.6.1, the Live2d library for the 32-bit version is not installed.
by gofa4a
Sun Nov 20, 2022 3:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Pressing and releasing buttons.
Replies: 1
Views: 286

Pressing and releasing buttons.

Is there a way to make a button press action and a button release action?
by gofa4a
Sun Jan 30, 2022 12:27 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make a smooth transition between looped animations in Live2D?
Replies: 0
Views: 1068

How to make a smooth transition between looped animations in Live2D?

Live2D animation has a default_fade parameter, which when set to "0" makes the animation loop if it has no seams. This is what I need. But how do I make a smooth transition from one character emotion animation to the second? If the value is "1" - then the transition between anima...
by gofa4a
Fri Jan 07, 2022 6:46 am
Forum: Ren'Py Questions and Announcements
Topic: How do I automatically submit a bug report to the game developer?
Replies: 3
Views: 365

Re: How do I automatically submit a bug report to the game developer?

Imperf3kt wrote: Fri Jan 07, 2022 5:18 am You could make a button that sends an email to a disposable email address (or your professional email address if you have one for your games development
How to do it? :|
by gofa4a
Fri Jan 07, 2022 5:05 am
Forum: Ren'Py Questions and Announcements
Topic: How do I automatically submit a bug report to the game developer?
Replies: 3
Views: 365

How do I automatically submit a bug report to the game developer?

Is it possible to somehow automate the project so that the bug report is sent directly to the developers? If so, how?
by gofa4a
Tue Dec 28, 2021 4:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.11 Released
Replies: 8
Views: 5889

Re: Ren'Py 7.4.11 Released

I ran into a problem and so far no one has solved it on the forum. A question to the creator of this engine. Live2D animation has a default_fade parameter, which when set to "0" makes the animation loop if it has no seams. This is what I need. But how do I make a smooth transition from one...
by gofa4a
Mon Dec 20, 2021 6:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Looping and smooth transition animation problem in Live2D
Replies: 0
Views: 470

Looping and smooth transition animation problem in Live2D

I am facing a problem. My animation has a full cycle of movements, so the settings for it are as follows: image ponanima = Live2D ("Resources/4_1", base =1.0, loop = True, default_fade = 0.0) When I want to make a smooth transition of the same animation to another, a jump occurs (a noticea...
by gofa4a
Tue Nov 16, 2021 5:46 am
Forum: Development of Ren'Py
Topic: [Bug] Blinking button.
Replies: 5
Views: 3581

Re: Bug: Blinking button.

I understand this is an engine problem? And what changes do I need to make to the code? label start: $ tikva_1 = False "Use engine version 7.4.10. Click on the pumpkin. The witch button will light up for a split second. Why?" show screen vedma window hide $inmenu = False $onscreen = True h...
by gofa4a
Tue Nov 16, 2021 2:06 am
Forum: Development of Ren'Py
Topic: [Bug] Blinking button.
Replies: 5
Views: 3581

[Bug] Blinking button.

Hello everyone. Yesterday I decided to switch to a new version of the engine 7.4.10 from version 7.3.5. Faced a problem. When you click on a pumpkin in the Screen, it should disappear, but at the same time, for some reason, another button (Witch) is highlighted for a split second. The focus mask doe...