Search found 15547 matches

by PyTom
Fri Dec 22, 2023 10:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Memory profiler error, Renpy 7.3.5
Replies: 1
Views: 6641

Re: Memory profiler error, Renpy 7.3.5

7.3.5 is too old to support at this point.

I believe there have been fixes.
by PyTom
Fri Dec 22, 2023 10:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Player Can Adjust Keymap?
Replies: 3
Views: 2721

Re: Player Can Adjust Keymap?

There really isn't a good way to do this yet.

I'm considering adding it, but it's a lot of work, and I don't have a great feeling as to how many people would use it.
by PyTom
Fri Dec 22, 2023 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: getting a UI error
Replies: 1
Views: 1236

Re: getting a UI error

You're calling the actions inside the screen, which is causing problems. You probably don't want that, instead, you want to write: screen amfm_radio: imagemap: ground "images/bg radio.png" idle "images/bg radio.png" hover "images/bg radio hover.png" selected_idle "...
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: 2891

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: 1775

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: 6787

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: 4298

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: 2328

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: 2654

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: 2060

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: 2654

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: 2665

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: 3290

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: 789

Re: Animated image acting weirdly when hovered

Can you try a recent version of Ren'Py?