Search found 15028 matches
- Tue Mar 02, 2021 1:00 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.4.x Prereleases
- Replies: 9
- Views: 2783
Re: Ren'Py 7.4.x Prereleases
7.4.3.1397) This is the first prerelease of 7.4.3.1397, the third patch release for the 7.4 series. This release improves the compatibility of Ren'Py 7.4, and adds some new features. New to Ren'Py 7.4.3 are: Windows improvements that should increase compatibility and reduces the chance of false posi...
- Fri Feb 26, 2021 7:10 pm
- Forum: Development of Ren'Py
- Topic: [bug] Pixel display on Mac
- Replies: 1
- Views: 217
Re: [bug] Pixel display on Mac
Can you try the nightly? I think it should be fixed there.
- Wed Feb 24, 2021 9:17 pm
- Forum: Ren'Py Questions and Announcements
- Topic: pygame 2.0.1 / pygame_sdl2 replacement?
- Replies: 5
- Views: 122
Re: pygame 2.0.1 / pygame_sdl2 replacement?
m, your system is buggy. It's not a Ren'Py problem.
If someone wants to re-implement the pygame draw methods, I'd be happy to merge them. I don't think switching to pygame is an option at this point, as pygame_sdl2 has diverged quite a bit, and I don't want to be stuck behind pygame's release cycles.
If someone wants to re-implement the pygame draw methods, I'd be happy to merge them. I don't think switching to pygame is an option at this point, as pygame_sdl2 has diverged quite a bit, and I don't want to be stuck behind pygame's release cycles.
- Sun Feb 14, 2021 9:18 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved]Hiding Textbox While Keeping Text?
- Replies: 3
- Views: 255
Re: [Solved]Hiding Textbox While Keeping Text?
An easier way to do this for a single line of text is:
Code: Select all
e "Hello, world." (window_background=None)
- Sun Feb 14, 2021 9:15 pm
- Forum: Creator Discussion
- Topic: Why do images inside renpy seem to lose quality?
- Replies: 2
- Views: 165
Re: Why do images inside renpy seem to lose quality?
Chances are what's happening is that the Ren'Py window has been resized, and your image is being scaled to compensate. Scaling an image always loses a bit of quality. . This either happens becuase you resized the window, or because the window was too big to fit on the screen without being overlapped...
- Sun Feb 14, 2021 7:01 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Pickling error in adding new function to history callback
- Replies: 2
- Views: 151
Re: Pickling error in adding new function to history callback
renpy.display.draw.screenshot and renpy.display.scale.smoothscale aren't documented parts of Ren'Py.
- Sun Feb 14, 2021 6:58 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.4.2 Released
- Replies: 7
- Views: 1924
Re: Ren'Py 7.4.2 Released
I'm pretty sure the 7.4.3 nightlies are better than 7.4.2 on Android, though there may still be an issue with newer samsung devices. I'm trying to get a device with One UI 3.0 on it.
- Sun Feb 07, 2021 1:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: Antivirus and 7.4.1 x32 files
- Replies: 7
- Views: 870
Re: Antivirus and 7.4.1 x32 files
It's probably too soon to tell. A user also contributed some fixes that will be in 7.4.3.
- Tue Feb 02, 2021 1:17 am
- Forum: Ren'Py Questions and Announcements
- Topic: 403 error when uploading to itch.io
- Replies: 3
- Views: 529
Re: 403 error when uploading to itch.io
Can you tell me what sort of operating system and version of Ren'Py your're using?
- Sun Jan 31, 2021 2:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.4.2 Released
- Replies: 7
- Views: 1924
Re: Ren'Py 7.4.2 Released
I took a mulligan, and bumped the version up to 7.4.2.1292.
- Sun Jan 31, 2021 1:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.4.2 Released
- Replies: 7
- Views: 1924
Ren'Py 7.4.2 Released
I'm happy to announce Ren'Py 7.4.2, the second patch release for the 7.4 series. This release fixes a number of issues found in Ren'Py 7.4, including some that only affect users that need accessibility options. Everyone should upgrade. Ren'Py 7.4 is the the product of over a year of development, and...
- Tue Jan 26, 2021 4:58 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [RAPT][For nerds] Download and install RAPT from CLI
- Replies: 2
- Views: 286
Re: [RAPT][For nerds] Download and install RAPT from CLI
You would just download it from the appropriate page on renpy.org and unzip it.
What's more, please don't continually downlad things from renpy.org in continuous integration like that - that's somewhat abusive of server resources.
What's more, please don't continually downlad things from renpy.org in continuous integration like that - that's somewhat abusive of server resources.
- Tue Jan 26, 2021 4:56 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Maximum Recursion Error when Loading game
- Replies: 2
- Views: 268
Re: Maximum Recursion Error when Loading game
I wouldn't expect manipulating sys.stdout like that to work.
- Tue Jan 26, 2021 3:01 am
- Forum: Ren'Py Questions and Announcements
- Topic: Antivirus and 7.4.1 x32 files
- Replies: 7
- Views: 870
Re: Antivirus and 7.4.1 x32 files
I've spent a bit of time on this, and the detections are absurd. It's detecting an empty program - one that does nothing at all!
I'm going to add a way to disable the x86 build.
I'm going to add a way to disable the x86 build.
- Sun Jan 24, 2021 10:23 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Self Voicing Error in new 7.4.1 version?
- Replies: 2
- Views: 297
Re: Self Voicing Error in new 7.4.1 version?
I'd recommend grabbing the nightly until 7.4.2 is out, which might be tomorrow or the next day.