Ack, darnit. How would I submit a bug report?
In the meantime, how should I use the renpy.take_screenshot command in my case?
Search found 318 matches
- Mon Sep 24, 2018 3:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
- Replies: 12
- Views: 1226
- Mon Sep 17, 2018 7:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
- Replies: 12
- Views: 1226
Re: "add FileCurrentScreenshot()" command not working in 7.1?
Well... This is what I wrote: key "input_enter" action [FileTakeScreenshot(), Return()] screen rolls: add FileCurrentScreenshot() add "rollup2" And unfortunately this happens: https://78.media.tumblr.com/09626e2d3ced8c02709dc585f39304a2/tumblr_inline_pf76l72KVa1r3kenu_540.png The "rollup2" bit DOES ...
- Thu Sep 13, 2018 1:42 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Custom caret in Name Input screen not animating
- Replies: 5
- Views: 832
Re: Custom caret in Name Input screen not animating
Darn. I went and asked in the Renpy release thread, so hopefully Pytom can help.
- Thu Sep 13, 2018 3:15 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.1.0 Released
- Replies: 18
- Views: 4193
Re: Ren'Py 7.1.0 Released
@Pytom: It does run on 7.1. The problem is I'm trying to use the old Renpy to run the game again, and this happens: https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=51783 I made a custom caret for my input screen and it's not animating properly in the newer engine builds, so I was thinking of e...
- Thu Sep 13, 2018 3:11 am
- Forum: Ren'Py Questions and Announcements
- Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
- Replies: 12
- Views: 1226
Re: "add FileCurrentScreenshot()" command not working in 7.1?
Then i guess something else is wrong. I copy-pasted the code straight fro the tutorial, except for positioning and file names.
Whatever's happening, the screenshot that was supposed to becomw the screen's bckground is not showing, but everything else on the screen do.
Whatever's happening, the screenshot that was supposed to becomw the screen's bckground is not showing, but everything else on the screen do.
- Wed Sep 12, 2018 9:18 am
- Forum: Ren'Py Cookbook
- Topic: Encyclopaedia / Bestiary Framework
- Replies: 112
- Views: 37196
Re: Encyclopaedia / Bestiary Framework
Oh, I see! I fixed it, thanks.
ETA: What if I want to add the entries one by one? Do I use "locked = True" or do I add the entry one by one in the script
ETA: What if I want to add the entries one by one? Do I use "locked = True" or do I add the entry one by one in the script
- Wed Sep 12, 2018 6:14 am
- Forum: Ren'Py Questions and Announcements
- Topic: Custom caret in Name Input screen not animating
- Replies: 5
- Views: 832
Re: Custom caret in Name Input screen not animating
Tried doing it another way, still not working image brush_caret: "brush.png" align (0.0, 0.9) block: yoffset -5 pause .4 yoffset 5 pause.4 repeat style input: caret "brush_caret" init python: def SetThumbnailFull(): config.thumbnail_width = config.screen_width config.thumbnail_height = config.screen...
- Wed Sep 12, 2018 2:30 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.1.0 Released
- Replies: 18
- Views: 4193
Re: Ren'Py 7.1.0 Released
@Imperf3kt: The "error while decompressing data" is something caused by rpyc issues. Checked the changelog already, but not sure it would help me because I didn't recall seeing anything about rpycs. I have done absolutely nothing with the codes either. ETA: Oh, if this was about the functions that d...
- Wed Sep 12, 2018 1:51 am
- Forum: Ren'Py Questions and Announcements
- Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
- Replies: 12
- Views: 1226
"add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
I have been following this tutorial to use screenshots as background to give the illusion of adding effects to whatever's currently onscreen: https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=35619 I did, however, change the command so that TakeScreenshot should be activated by "enter" key, bec...
- Wed Sep 12, 2018 1:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.1.0 Released
- Replies: 18
- Views: 4193
Re: Ren'Py 7.1.0 Released
The projects are old and was originally built in 6.16.2 though. I did open one or two of them in 7.1, but there's a few projects that I didn't even touch and it's showing me those errors as well. Is there a global Ren'py folder that affects all builds of Ren'py in the computer or something? Or is it...
- Tue Sep 11, 2018 11:24 am
- Forum: Ren'Py Cookbook
- Topic: Encyclopaedia / Bestiary Framework
- Replies: 112
- Views: 37196
Re: Encyclopaedia / Bestiary Framework
Something's not working again. Did I create the Encyclopedia wrong? I put the Encyclopaedia entry block (the one with Zeus and stuff) At the top of script.rpy. I'm sorry, but an uncaught exception occurred. While running game code: File "game/encyclopaedia_screens.rpy", line 90, in execute screen en...
- Tue Sep 11, 2018 8:01 am
- Forum: Ren'Py Questions and Announcements
- Topic: Error -3 while decompressing data: incorrect header check
- Replies: 0
- Views: 549
Error -3 while decompressing data: incorrect header check
After upgrading to the newest Ren'py builds, I found that some of my game's feature no longer work properly. The last build I remember it working in was Ren'py 6.16.2, so I went back there to grab screen recordings of what was supposed to be happening. But every time I launch the game, this happens:...
- Tue Sep 11, 2018 7:07 am
- Forum: Ren'Py Questions and Announcements
- Topic: Custom caret in Name Input screen not animating
- Replies: 5
- Views: 832
Re: Problem with custom caret in Name Input screen
Tried it. It's still not moving.
I checked if maybe the animation loop code is what's broken, but when placed elsewhere (e.g. in the game scene), it does bounce as it should.
I checked if maybe the animation loop code is what's broken, but when placed elsewhere (e.g. in the game scene), it does bounce as it should.
- Tue Sep 11, 2018 5:51 am
- Forum: Ren'Py Cookbook
- Topic: Encyclopaedia / Bestiary Framework
- Replies: 112
- Views: 37196
Re: Encyclopaedia / Bestiary Framework
After creating entries I tried to make a button to open the Encyplopedia. I inserted the Encyclopedia button at the start menu. The documentation says it needs two arguments, but I'm not sure what the format is supposed to be. I wrote it like this, and it's obviously wrong: textbutton _("Encyclopedi...
- Tue Sep 11, 2018 4:15 am
- Forum: Ren'Py Cookbook
- Topic: [Tutorial] Dynamic blur background for overlay menu like iOS
- Replies: 15
- Views: 7723
Re: [Tutorial] Dynamic blur background for overlay menu like iOS
Apparently this tutorial doesn't work on Ren'py 7.1. The screenshot doesn't get attached to the menu screen properly. It just ended up being blank.
Still works on 6.99.14 though. Any idea what needs to be fixed for 7.1? Or should I just keep using 6.99.14?
Still works on 6.99.14 though. Any idea what needs to be fixed for 7.1? Or should I just keep using 6.99.14?