Search found 15345 matches

by PyTom
Sat Aug 13, 2022 12:43 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

There's a new prerelease: 8.0.2.22081303 / 7.5.2.22081303) * Fixed some lesser-used steam methods. * Various python 3 objects are printed better on the console. * MouseDisplayable reflects the default_mouse variable. * This time, the 7.5.2 prerelease was actually uploaded to the server. Downloads of...
by PyTom
Sat Aug 13, 2022 12:04 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to use config.key_repeat correctly?
Replies: 1
Views: 244

Re: How to use config.key_repeat correctly?

config.key_repeat used to exist, but it hasn't been supported since the move to SDL 2.
by PyTom
Mon Aug 08, 2022 1:00 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

I've made the first prereleases of Ren'Py 8.0.2 and 7.5.2. Ren'Py 8.0.2.22080705 / Ren'Py 7.5.2) These releases fix multiple issues with Ren'Py 8.0.1 and Ren'Py 7.5.1. Please see the changelog for a full list of changes. Downloads of 8.0.2 can be found at: https://www.renpy.org/release/8.0.2 Downloa...
by PyTom
Thu Jul 21, 2022 1:32 am
Forum: Ren'Py Questions and Announcements
Topic: An exception has occurred - Installing SDK
Replies: 1
Views: 214

Re: An exception has occurred - Installing SDK

It looks like either Java is installed incorrectly, or rapt didn't download properly.
by PyTom
Fri Jul 08, 2022 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0.1 and Ren'Py 7.5.1 Released
Replies: 0
Views: 462

Ren'Py 8.0.1 and Ren'Py 7.5.1 Released

I'd like to announce the release of Ren'Py 8.0.1 and Ren'Py 7.5.1. These releases fix issues reported with Ren'Py 8.0.0 and Ren'Py 7.5.0, respectively, including an issue that was preventing people from updating from Ren'Py 7.4 and earlier if Steam support was installed. These releases also include ...
by PyTom
Thu Jul 07, 2022 12:58 am
Forum: Ren'Py Questions and Announcements
Topic: Steam Achievements API
Replies: 1
Views: 266

Re: Steam Achievements API

You can install everything needed for Steam from the launcher preferences.
by PyTom
Thu Jul 07, 2022 12:20 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases
Replies: 11
Views: 4241

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

Ren'Py 8.0.1.22070606 / Ren'Py 7.5.1.22070606) This release fixes multiple issues with Ren'Py 8.5.0 and Ren'Py 7.5.0, including one that prevented upgrading from Ren'Py 7.4 when Steam support was installed. This release also includes a new Ukrainian translation of the launcher. Downloads of 8.0.1 ca...
by PyTom
Thu Jul 07, 2022 12:15 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Problems with "auto-forward" text speed
Replies: 4
Views: 257

Re: Problems with "auto-forward" text speed

Can you file an issue on github? This is almost certainly a problem with Ren'Py.
by PyTom
Sat Jul 02, 2022 1:43 am
Forum: Ren'Py Questions and Announcements
Topic: Android Build Error
Replies: 1
Views: 152

Re: Android Build Error

A quick google shows this error can occur when an antivirus program gets too aggressive, and causes Windows to stop working properly.
by PyTom
Thu Jun 30, 2022 5:57 pm
Forum: Demos & Beta Testing
Topic: [INSANE CODING] iios - Desktop Environment using RenPy
Replies: 19
Views: 9331

Re: [INSANE CODING] iios - Desktop Environment using RenPy

That's totally different... Ren'Py OS is more meant to just run Ren'Py safely on a dedicated computer. (And as an april fools joke.)
by PyTom
Mon Jun 27, 2022 11:43 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0 and Ren'Py 7.5 Released
Replies: 7
Views: 3928

Re: Ren'Py 8.0 and Ren'Py 7.5 Released

There's some 3d support since 7.4 (check out the 3d stage documentation). More will be coming in future releases (8.1, 8.2 etc.)
by PyTom
Sun Jun 26, 2022 9:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0 and Ren'Py 7.5 Released
Replies: 7
Views: 3928

Re: Ren'Py 8.0 and Ren'Py 7.5 Released

That said, I was wondering if you planned to move Ren'Py 8 along with versions of Python 3 as time went on, or whether you were planning to stick with Python 3.9. (Python 3.10's pattern-matching match/case statements strike me as extremely useful for handling a lot of VN-type decisions.) Fundamenta...
by PyTom
Sun Jun 26, 2022 11:29 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 8.0 and Ren'Py 7.5 Released
Replies: 7
Views: 3928

Ren'Py 8.0 and Ren'Py 7.5 Released

I'd like to announce Ren'Py 8.0.0, the first release of Ren'Py based on Python 3. This release modernizes Ren'Py by embracing a decade of Python development, and brings the many improvements of Python 3.9 to Ren'Py. I'd also like to announce Ren'Py 7.5, a continuation of the Ren'Py 7 series, support...