Search found 27 matches

by SaladDressing
Sat Dec 29, 2018 10:01 am
Forum: Ren'Py Questions and Announcements
Topic: Image not showing
Replies: 2
Views: 224

Re: Image not showing

---- Now, the image hospital_door_view and the two defined images sleep and wake aren't showing. Instead the picture displayed before is showing and the pause is existant. I can't find a mistake. If I understand you correctly you do something like this show oneImage pause 2.0 show anotherImage paus...
by SaladDressing
Sat Dec 29, 2018 6:35 am
Forum: Ren'Py Questions and Announcements
Topic: Image not showing
Replies: 2
Views: 224

Image not showing

Hi there, I have this: jul "Alright, I will come by later again." "With a smile the nurse leaves the room." show hospital_door_view "You are still tired. You lay down and sleep." show sleep $ renpy.pause(2.4, hard=True) show black pause show wake $ renpy.pause(3.8, hard...
by SaladDressing
Thu Nov 29, 2018 2:44 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create a new script
Replies: 4
Views: 513

Re: How to create a new script

I always create the new rpy file from within the editor. But I also just tested adding a new file from the launcher and it worked for me. My steps were: 1) Click on Navigate Script 2) Click on Files 3) Click on Add Script File 4) Notice the warning: "Due to package format limitations, non-ASCI...
by SaladDressing
Mon Nov 26, 2018 3:25 am
Forum: Ren'Py Questions and Announcements
Topic: How to create a new script
Replies: 4
Views: 513

How to create a new script

Hello,
short question: I tried to create a new script. I clicked navigate script --> create new script and typed a name clicked enter, but nothing happens. Am I doing something wrong?
by SaladDressing
Sun Nov 25, 2018 6:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Animation lag
Replies: 6
Views: 526

Re: Animation lag

--- but now the second animation (beginning_2) isn't shown at all. --- You need a pause before return. "show beginning_2" will start the animation but that doesn't stop the program from going on to the next line of code, which is "return". So the animation starts but the game en...
by SaladDressing
Sun Nov 25, 2018 5:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Animation lag
Replies: 6
Views: 526

Re: Animation lag

ATL should be defined outside any labels image beginning_2: "5" pause 0.1 "6" pause 0.1 "7" pause 0.1 "8" pause 0.1 "9" pause 0.1 "10" pause 0.1 "11" pause 0.1 "12" pause 0.1 "13" pause 0.1 label start: show b...
by SaladDressing
Sun Nov 25, 2018 10:27 am
Forum: Ren'Py Questions and Announcements
Topic: Animation lag
Replies: 6
Views: 526

Re: Animation lag

I changed the code to this: label start: image beginning_2: "5" pause 0.1 "6" pause 0.1 "7" pause 0.1 "8" pause 0.1 "9" pause 0.1 "10" pause 0.1 "11" pause 0.1 "12" pause 0.1 "13" pause 0.1 show start_1 pause s...
by SaladDressing
Sun Nov 25, 2018 6:50 am
Forum: Ren'Py Questions and Announcements
Topic: Animation lag
Replies: 6
Views: 526

Animation lag

Hello everyone, I want to do an animation. To acomplish this I did this: label start: show start_1 pause show start_2 pause show start_3 pause show 1 pause 0.08 show 2 pause 0.08 show 3 pause 0.08 show 4 "FUUUUUUUUUCK!!!!" $ renpy.free_memory() $ counter = 5 while counter <14: show express...
by SaladDressing
Mon Nov 12, 2018 8:28 am
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

I've been able to convert the videos with ffmpeg to .webm using vp8 and vorbis. Anyways, the last few frames are missing. I also tried other software but always the same frames at the end of the movies are missing. Any idea why?
Renpy plays the movies just fine
by SaladDressing
Mon Nov 12, 2018 3:38 am
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

MP4 is not supported... Even if you use XVID inside it. Please look here for all supported formats. https://www.renpy.org/doc/html/movie.html For various reasons, other formats may work or seem to work, but in such cases it is only coincidental and things might stop working at any time for any reas...
by SaladDressing
Sun Nov 11, 2018 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

How did you convert the files? Are they laggy and low quality in other media players? Sorry about not replying, as you found, MP4 files aren't supported. I found out I was using the wrong codecs. I tried to convert the videos with video editing software and video converter. But everytime I convert ...
by SaladDressing
Sun Nov 11, 2018 8:59 am
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

Hmm. Can we see the few lines before and after the movies are supposed to play? If they're just dialogue, you can replace them with gibberish if you aren't comfortable sharing them. So far I have only this. (It was supposee to be a test) label start: show start_1 pause show start_2 pause show start...
by SaladDressing
Thu Nov 08, 2018 5:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

Hmm. Can we see the few lines before and after the movies are supposed to play? If they're just dialogue, you can replace them with gibberish if you aren't comfortable sharing them. So far I have only this. (It was supposee to be a test) label start: show start_1 pause show start_2 pause show start...
by SaladDressing
Thu Nov 08, 2018 3:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

Imperf3kt wrote: Thu Nov 08, 2018 1:23 pm Can you explain a bit more about "you can't even see them", do they not show at all?
At the first movie it just skips to the next screen and at the scond it loads for a short amount of time and then the game ends.
by SaladDressing
Thu Nov 08, 2018 1:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Movies extremely fast
Replies: 14
Views: 1091

Re: Movies extremely fast

Imperf3kt wrote: Wed Nov 07, 2018 3:00 pm It's probably the length?
0.25 seconds is itself, extremely fast... Almost twice as fast as a human eye blink.
Literally, if you blink, you will miss it.
And what about the second? I don't think you can miss it. Also I watched both movies with a movie player and you clearly notice it.