Search found 320 matches

by AERenoir
Sun Dec 09, 2018 4:10 am
Forum: We are a Free Project looking for Partners
Topic: Love Revolution - New Otome Looking for Team
Replies: 12
Views: 2837

Re: Love Revolution - New Otome Looking for Team

Aw, this thread looks like it's been dry for months... and here I was thinking someone's finally gonna make all the jokes about dating Washington a thing...
by AERenoir
Fri Dec 07, 2018 4:39 am
Forum: Ren'Py Questions and Announcements
Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
Replies: 12
Views: 1708

Re: "add FileCurrentScreenshot()"/"FileTakeScreenshot command not working in 7.1.3

Problem is still happening. Is it because you simply can't do FileTakeScreenshot by the press of keyboard? What I'm seeing: https://66.media.tumblr.com/6de8581aa2b91e3e5e2cb4ddc6bb6b0b/tumblr_inline_pjcyxzoUDW1r3kenu_540.png What I SHOULD be seeing (screenshot from project launched with Renpy 6.99.1...
by AERenoir
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: 1708

Re: "add FileCurrentScreenshot()" command not working in 7.1?

Ack, darnit. How would I submit a bug report?
In the meantime, how should I use the renpy.take_screenshot command in my case?
by AERenoir
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: 1708

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...
by AERenoir
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: 1101

Re: Custom caret in Name Input screen not animating

Darn. I went and asked in the Renpy release thread, so hopefully Pytom can help.
by AERenoir
Thu Sep 13, 2018 3:15 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.1.0 Released
Replies: 18
Views: 4999

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 ...
by AERenoir
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: 1708

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.
by AERenoir
Wed Sep 12, 2018 9:18 am
Forum: Ren'Py Cookbook
Topic: Encyclopaedia / Bestiary Framework
Replies: 118
Views: 56863

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
by AERenoir
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: 1101

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_he...
by AERenoir
Wed Sep 12, 2018 2:30 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.1.0 Released
Replies: 18
Views: 4999

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 functi...
by AERenoir
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: 1708

"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&...
by AERenoir
Wed Sep 12, 2018 1:35 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.1.0 Released
Replies: 18
Views: 4999

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...
by AERenoir
Tue Sep 11, 2018 11:24 am
Forum: Ren'Py Cookbook
Topic: Encyclopaedia / Bestiary Framework
Replies: 118
Views: 56863

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...
by AERenoir
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: 865

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:...
by AERenoir
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: 1101

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.