Search found 15544 matches

by PyTom
Thu Dec 21, 2023 2:15 am
Forum: Ren'Py Questions and Announcements
Topic: ChromeOS platform check: Android vs Linux app and self-voicing support
Replies: 1
Views: 2773

Re: ChromeOS platform check: Android vs Linux app and self-voicing support

1. Yes, if espeak is installed.
2. It's true for Linux but not Android.
3. It's hard to say, since if self-voicing works depends on what else is installed on the system.
by PyTom
Thu Dec 21, 2023 2:14 am
Forum: Ren'Py Questions and Announcements
Topic: Android Build Keeps Crashing on Android 13
Replies: 1
Views: 1682

Re: Android Build Keeps Crashing on Android 13

There's a fix for this issue coming in 8.2, probably. (Certainly, a workaround for a crash on the Galaxy Tab A7 Lite running Android 13.)
by PyTom
Sat Dec 16, 2023 2:57 am
Forum: Ren'Py Questions and Announcements
Topic: Failed to build apk on Ren'py (Raspberry pi 3B+ version
Replies: 4
Views: 6511

Re: Failed to build apk on Ren'py (Raspberry pi 3B+ version

That isn't enforced - but a raspberry pi doesn't have a ton of ram, and it looks like you're running out.
by PyTom
Thu Dec 07, 2023 12:26 am
Forum: Development of Ren'Py
Topic: Supplement the documentation with examples
Replies: 2
Views: 4186

Re: Supplement the documentation with examples

If people want to contribute to the documentation, please make pull requests on github.
by PyTom
Wed Dec 06, 2023 11:58 pm
Forum: Ren'Py Questions and Announcements
Topic: What is input key K_SELECT?
Replies: 3
Views: 2187

Re: What is input key K_SELECT?

I don't think so - the gamepad is handled different. Probably some obscure keyboard somewhere has a SELECT key.
by PyTom
Sun Dec 03, 2023 2:56 pm
Forum: Ren'Py Questions and Announcements
Topic: I cant open any games
Replies: 3
Views: 2490

Re: I cant open any games

You don't need root, but you will need to put your device into developer mode, and use a PC to get the logcat information.
by PyTom
Sun Dec 03, 2023 1:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Not working glob.glob() in Android build
Replies: 1
Views: 1957

Re: Not working glob.glob() in Android build

Android doesn't write the files to disk.

You need to use renpy.list_files.
by PyTom
Sun Dec 03, 2023 1:35 pm
Forum: Ren'Py Questions and Announcements
Topic: I cant open any games
Replies: 3
Views: 2490

Re: I cant open any games

Can you run adb logcat, and get the logs from the crash?
by PyTom
Thu Nov 30, 2023 8:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Sync
Replies: 2
Views: 2514

Re: Ren'Py Sync

Other than adding the things to your game - what do you need to know? When you click the button - it should explain the feature to you.
by PyTom
Wed Nov 22, 2023 5:40 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] $ renpy.movie_cutscene() not playing .webm video?
Replies: 5
Views: 3064

Re: $ renpy.movie_cutscene() not playing .webm video?

Okay, that file isn't really a webm - it's an mp4 file, containing h264. So it won't play.

I'm not that familiar with what tools people are using to convert mp4 to webm, but wikihow shows how to use VLC to do it: https://www.wikihow.com/Convert-a-Webm- ... 4-with-VLC
by PyTom
Thu Nov 16, 2023 11:48 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Animated image acting weirdly when hovered
Replies: 4
Views: 775

Re: Animated image acting weirdly when hovered

Can you try a recent version of Ren'Py?
by PyTom
Thu Nov 16, 2023 11:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] $ renpy.movie_cutscene() not playing .webm video?
Replies: 5
Views: 3064

Re: $ renpy.movie_cutscene() not playing .webm video?

Could you post the video? It's possible it's corrupted somehow.
by PyTom
Tue Nov 14, 2023 11:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Animated image acting weirdly when hovered
Replies: 4
Views: 775

Re: Animated image acting weirdly when hovered

I'm unable to repeat this in the nightly version of Ren'Py. What version are you using?
by PyTom
Sat Nov 11, 2023 11:29 am
Forum: Ren'Py Questions and Announcements
Topic: Keyword argument 'xalign' is incompatible with 'xpos'
Replies: 5
Views: 1176

Re: Keyword argument 'xalign' is incompatible with 'xpos'

This is a fairly new check. The other projects likely have a subtle bug in them - not only do xpos and xalign conflict, but the way the two properties conflict varies from computer to computer, so it will work on some computers and not others.