Search found 15592 matches
- Sat Mar 15, 2025 4:14 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Released
- Replies: 22
- Views: 23591
Re: Ren'Py 8.3 and Ren'Py 7.8 Released
Sorry to bother you, but I really don't understand what's going on... When I launch my project in Ren'Py 8.3.4 and later, hovering and unhovering buttons don't work until I click them, plus my fancy eyes-tracking-the-cursor animation is really slow and freesing, but native "The Question" ...
- Sat Mar 15, 2025 4:03 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Prereleases
- Replies: 8
- Views: 16919
Re: Ren'Py 8.3 and Ren'Py 7.8 Prereleases
I'm happy to announce the prerelease of Ren'Py 8.3.7 and Ren'Py 7.8.7, fix releases that improves earlier versions of Ren'Py 8.3 and 7.8. These prereleases fix multiple reported issues, with a focus on Live2D and Arabic text shaping. Downloads of Ren'Py 8.3.7 can be found at: https://renpy.org/relea...
- Fri Feb 28, 2025 7:19 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Released
- Replies: 22
- Views: 23591
Re: Ren'Py 8.3 and Ren'Py 7.8 Released
I'm mildly chagrined to announce the release of Ren'Py 8.3.6. Intended to support NaNoRenO 2025 projects, this is a fix release for Ren'Py 8.3. Ren'Py 8 is recommended for all new projects. Downloads of Ren'Py 8.3.6 can be found at: https://www.renpy.org/release/8.3.6 A full list of changes to Ren'P...
- Fri Feb 28, 2025 7:18 pm
- Forum: Ren'Py Questions and Announcements
- Topic: CTC Icons In Random Places
- Replies: 2
- Views: 7474
Re: CTC Icons In Random Places
One issue I'm seeing is you have the .3 pause before you positioning things, which will cause it to jump around.
- Fri Feb 28, 2025 9:32 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Released
- Replies: 22
- Views: 23591
Re: Ren'Py 8.3 and Ren'Py 7.8 Released
I'm happy to announce the release of Ren'Py 8.3.5. Intended to support NaNoRenO 2025 projects, this is a fix releases for Ren'Py 8.3.5. Ren'Py 8 is recommended for all new projects. Downloads of Ren'Py 8.3.5 can be found at: https://www.renpy.org/release/8.3.5 A full list of changes to Ren'Py can be...
- Thu Feb 27, 2025 1:16 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Prereleases
- Replies: 8
- Views: 16919
Re: Ren'Py 8.3 and Ren'Py 7.8 Prereleases
Version 8.3.5.25022604 Version 7.8.5.25022604 I've made the first prerelease of Ren'Py 8.3.5 and Ren'Py 7.8.5. Intended to support NaNoRenO 2025 projects, these are fix releases for Ren'Py 8.3.5 and Ren'Py 7.8.5, respectively. Ren'Py 8 is recommended for all new projects. Downloads of Ren'Py 8.3.5 c...
- Sat Jan 04, 2025 10:58 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Renpy In-App Purchasing for Steam
- Replies: 2
- Views: 8916
Re: Renpy In-App Purchasing for Steam
It's not for steam yet, though there should be some functions in the steam module to support it.
- Sun Dec 08, 2024 7:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Released
- Replies: 22
- Views: 23591
Re: Ren'Py 8.3 and Ren'Py 7.8 Released
I'm happy to announce the release of Ren'Py 8.3.4 and Ren'Py 7.8.4, fix releases that improves earlier versions of Ren'Py 8.3 and 7.8 . Ren'Py 8.3 should be used for all new games. Please see the changelog for a complete list of changes. Downloads of Ren'Py 8.3.4 can be found at: https://www.renpy.o...
- Thu Dec 05, 2024 11:37 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Surface.blit much slower in Ren'Py than PyGame
- Replies: 10
- Views: 3565
Re: Surface.blit much slower in Ren'Py than PyGame
I'd suggest designing your game so you don't need the pygame.draw apis - that's going to be slow. Consider using Ren'Py to scale and recolor images to get what you need. You can use gl_blend_func to implement subtraction. Just realize Ren'Py uses premultiplied alpha, so you'd need to factor that in.
- Tue Dec 03, 2024 4:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Full Pygame sdl2 works or not in latest renpy?
- Replies: 5
- Views: 1827
Re: Full Pygame sdl2 works or not in latest renpy?
Neither of those modules is supported under Ren'Py. For use with Ren'Py, you want to use the renpy.music module and the Text displayable.
- Tue Dec 03, 2024 4:04 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Surface.blit much slower in Ren'Py than PyGame
- Replies: 10
- Views: 3565
Re: Surface.blit much slower in Ren'Py than PyGame
Ah, sorry - I've had a lot going on. I'd say you really don't want to work with surfaces. Ren'Py has been doing all its work on the GPU, and so you'll need to push things to the GPU each frame. Telling Ren'Py to render images (which generally uses a cache) and then blitting them to a Render is likel...
- Mon Dec 02, 2024 11:38 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Prereleases
- Replies: 8
- Views: 16919
Re: Ren'Py 8.3 and Ren'Py 7.8 Prereleases
Version 8.3.4.24120202 Version 7.8.4.24120202 I've made a prerelease of Ren'Py 8.3.4 and 7.8.4, fix releases for Ren'Py 8.3 and 7.8 respectively. Downloads of Ren'Py 8.3.4 can be found at: https://www.renpy.org/release/8.3.4 Downloads of Ren'Py 7.8.4 can be found at: https://www.renpy.org/release/7....
- Mon Dec 02, 2024 11:37 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Full Pygame sdl2 works or not in latest renpy?
- Replies: 5
- Views: 1827
Re: Full Pygame sdl2 works or not in latest renpy?
Ren'Py doesn't currently support versions of Python past 3.11 - that's something I've been working on.
- Mon Dec 02, 2024 11:36 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Surface.blit much slower in Ren'Py than PyGame
- Replies: 10
- Views: 3565
Re: Surface.blit much slower in Ren'Py than PyGame
I'd suggest using a Creator Defined Displayable, and see if you can do it there. Ren'Py uses its own graphics system, not Pygame. That being said, Ren'Py is not designed for twitch reflex gameplay - it's an engine designed for visual novels and other choice-based games. So you may be fightingh the e...
- Fri Nov 15, 2024 11:43 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.3 and Ren'Py 7.8 Released
- Replies: 22
- Views: 23591
Re: Ren'Py 8.3 and Ren'Py 7.8 Released
I'm happy to announce the release of Ren'Py 8.3.3 and Ren'Py 7.8.3, fix releases that improves earlier versions of Ren'Py 8.3 and 7.8 . Ren'Py 8.3 should be used for all new games. Please see the changelog for a complete list of changes. Downloads of Ren'Py 8.3.3 can be found at: https://www.renpy.o...