Search found 15552 matches

by PyTom
Mon Jul 01, 2024 11:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Fix window transforms
Replies: 2
Views: 525

Re: Fix window transforms

How are you delaying the dialogue line? I don't see anything in here that would delay it.
by PyTom
Thu Jun 27, 2024 12:22 am
Forum: Development of Ren'Py
Topic: Ren'Py Gripes
Replies: 559
Views: 869649

Re: Ren'Py Gripes

There are new effects coming in 8.3.
by PyTom
Mon Jun 17, 2024 10:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.2 and Ren'Py 7.7 Releases
Replies: 5
Views: 6543

Re: Ren'Py 8.2 and Ren'Py 7.7 Releases

I've released Ren'Py 8.2.3 and Ren'Py 7.7.3. These are fix releases for Ren'Py 8.2 and Ren'Py 7.7, respectively. In particular, these releases solve an issue with the build process that affected 8.2.2 and 7.7.2. Downloads of Ren'Py 8.2.3 can be found at: https://www.renpy.org/release/8.2.3 Downloads...
by PyTom
Wed Jun 12, 2024 6:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.2 and Ren'Py 7.7 Releases
Replies: 5
Views: 6543

Re: Ren'Py 8.2 and Ren'Py 7.7 Releases

I've released Ren'Py 8.2.2 and Ren'Py 7.7.2. These are fix releases for Ren'Py 8.2 and Ren'Py 7.7, respectively. These also include the ability to access the accessibility menu from touch devices. For a list of what's been fixed and changed, please take a look at the changelog . Downloads of Ren'Py ...
by PyTom
Mon Apr 22, 2024 12:29 pm
Forum: Ren'Py Questions and Announcements
Topic: renpy 8.2 © icon is shown as non-copyright icon
Replies: 2
Views: 390

Re: renpy 8.2 © icon is shown as non-copyright icon

What does the font have? Ren'Py 8.2 is much better about rendering what the font tells it to.
by PyTom
Sat Apr 20, 2024 10:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Unable to select project directory
Replies: 6
Views: 1065

Re: Unable to select project directory

Open a command line, and run:

sudo apt install zenity
by PyTom
Sat Apr 20, 2024 12:32 am
Forum: Ren'Py Questions and Announcements
Topic: No module named 'renpy.display.scenelists'
Replies: 4
Views: 955

Re: No module named 'renpy.display.scenelists'

It looks like you're loading a save made in a newer version of Ren'Py into an older version of Ren'Py. That's not supported.
by PyTom
Mon Apr 01, 2024 2:08 am
Forum: Development of Ren'Py
Topic: Change to syntax to compile?
Replies: 5
Views: 2569

Re: Change to syntax to compile?

You probably need:

Code: Select all

init python:
    from typing import Optional
by PyTom
Mon Apr 01, 2024 2:04 am
Forum: Creator Discussion
Topic: The new renai.us/games.renpy.org support thread.
Replies: 257
Views: 443344

Re: The new renai.us/games.renpy.org support thread.

Honestly, the whole site needs to be decommissioned, as it hasn't been maintained for years.
by PyTom
Mon Apr 01, 2024 1:00 am
Forum: Ren'Py Questions and Announcements
Topic: Kinmoku Shark Support
Replies: 1
Views: 528

Kinmoku Shark Support

(As everyone might have guessed, this was the 2024 April Fools Joke.) I'm ready to announce a second project that I've been working on lately, this one during NaNoRenO. I've managed to successfully get Ren'Py running on the Kinmoku Shark video game console. It's now at the level where Ren'Py runs on...
by PyTom
Fri Mar 15, 2024 11:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Downloader
Replies: 2
Views: 362

Re: Ren'Py Downloader

The downloader is meant for mobile - to turn one game into another. The updater is meant for pc/mac/linux - it's meant to update an existing game. The key.pem file is the public key. (IIRC, the file you shouldn't distribute, but should back up, is named private.pem.) It's fine to distribute, and mak...
by PyTom
Sat Mar 09, 2024 5:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Game Freezes in "Downloading assets"
Replies: 11
Views: 1290

Re: Android Game Freezes in "Downloading assets"

A couple things:

* Make sure you're on 8.2.1 or the fix branch, as there have been a lot of fixes to this.
* There's also a known problem with Google Play. Your best bet is to contact @GooglePlayBiz on X, and see if they can fix it.