Search found 15345 matches

by PyTom
Wed Oct 19, 2022 1:12 am
Forum: Ren'Py Questions and Announcements
Topic: Bytes-like Object?
Replies: 1
Views: 228

Re: Bytes-like Object?

Consider setting the encoding for the file:

Code: Select all

        with renpy.open_file(beatmap_path, "utf-8") as f:
            text = f.read()
by PyTom
Fri Sep 30, 2022 12:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Call / Call Screen error
Replies: 3
Views: 280

Re: Call / Call Screen error

Can you post the full traceback? What oyu have here is missing the actual error message. There should be a button in Ren'Py to copy everything we need.
by PyTom
Fri Sep 30, 2022 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Would Spine be supportable on renpy, with this spine API/plugin for pygame?
Replies: 2
Views: 291

Re: Would Spine be supportable on renpy, with this spine API/plugin for pygame?

While this is probably as much a question for the developers of those modules as here, my best bet is that it's supportable, and simply someone needs to put in the work to create a binding of spine to Ren'Py.
by PyTom
Fri Sep 30, 2022 12:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Doki Doki Salvation Mod Traceback issue
Replies: 1
Views: 273

Re: Doki Doki Salvation Mod Traceback issue

IIRC, DDLC isn't supported on Android or iOS.
by PyTom
Fri Sep 30, 2022 12:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Web project hosted on itch.io loads then says "bye" and nothing more
Replies: 1
Views: 278

Re: Web project hosted on itch.io loads then says "bye" and nothing more

I don't know of any problems.

One thing to do would be to open the web inspector (F12 on Chrome), switch to the console tab, and then visit the web page. That can often explain problems.
by PyTom
Sat Sep 24, 2022 3:25 pm
Forum: Other Story-based Games
Topic: Fuwanovel Forums
Replies: 1
Views: 746

Fuwanovel Forums

Hey folks, I've been asked by the new management of the FuwaNovel forums to post a message about their restart. They asked to partner with LSF, to let everyone know that they're a place that reviews and discusses visual novels, both original and translated. Here's their message: "After a period of d...
by PyTom
Fri Sep 23, 2022 1:18 am
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 19
Views: 858

Re: Dreaded post-release exception bugs!

So, the problem is on a new game, the persistent file is empty. When you do: $ persistent.end_any += 1 it's None, so you can't add to it. You could repeat the problem locally by using the launcher to delete persistent. What you probably want is a line: default persistent.end_any = 0 To initialize it...
by PyTom
Thu Sep 22, 2022 9:39 am
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 19
Views: 858

Re: Dreaded post-release exception bugs!

That doesn't look like an issue with Ren'Py. What is line 1118 of endings.rpy? Are the variables there set all the time?
by PyTom
Mon Sep 12, 2022 7:51 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: Variable does not exist in screen
Replies: 1
Views: 285

Re: NameError: Variable does not exist in screen

You want to use SetScreenVariable, not SetVariable, to set variables used inside screens.
by PyTom
Mon Sep 12, 2022 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Android Build: issues with stability in play store (ANR - App not Responding)
Replies: 3
Views: 404

Re: Android Build: issues with stability in play store (ANR - App not Responding)

None of those errors have anything to do with Ren'Py.

I'd maybe talk to google and see if they had a problem with their testing service. com.google.android.* are all applications from Google.
by PyTom
Sat Sep 10, 2022 8:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0.3 and 7.5.3 Released
Replies: 2
Views: 1666

Ren'Py 8.0.3 and 7.5.3 Released

I'm pleased to announce the releases of Ren'Py 8.0.3 and 7.5.3. These releases upgrade the Android support to support Android 13 and Play Billing 5, adjust how modal timers and pauses work, and add Ukrainian translations of the Tutorial game and The Question. Please see the changelog for a full list...
by PyTom
Sat Sep 10, 2022 2:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Loading Renpy 8 saves on Renpy 7.3
Replies: 2
Views: 350

Re: Loading Renpy 8 saves on Renpy 7.3

1) Are there a certain set of features similar to config.rollback_enabled that can be disabled to create an extremely barebones save that Renpy 7.3.5 may be able to read and load correctly? No. 2) Assuming that isn't possible, would it work to import the old Renpy 7.3.5 save/load functions into my ...
by PyTom
Fri Sep 09, 2022 1:10 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases
Replies: 11
Views: 4241

Re: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases

8.0.3.22090809 / 7.5.3.22090809) A few last things before release: * There are now Ukrainian translations of The Question and the Tutorial, in addition to the launcher. * Linting of say attributes has been improved. * config.adjust_attributes is used when linting. * Documentation improvements. Downl...
by PyTom
Tue Sep 06, 2022 10:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases
Replies: 11
Views: 4241

Re: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases

Ren'Py 8.0.3.22090602 / 7.5.3.22090602) This release makes two changes, compared to the previous prerelease. * The version of the Google Play Billing library has been update to 5, which matches the current requirement for new games on the Google Play store. * An issue where the blur shader could cau...
by PyTom
Mon Sep 05, 2022 1:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Facebook/Google Login in Renpy App game
Replies: 3
Views: 350

Re: Facebook/Google Login in Renpy App game

I don't think it makes sense to use the google apis directly in a Ren'Py game. (They are more a server side thing.)

It might be possible to get this information using pyjnius or pyobjus, but this isn't something that's built into Ren'Py.