Search found 320 matches

by AERenoir
Thu Aug 06, 2020 3:01 am
Forum: Ren'Py Questions and Announcements
Topic: Customizing the preferences menu with the new GUI?
Replies: 2
Views: 306

Re: Customizing the preferences menu with the new GUI?

I fixed the image, hopefully it won't disappear again.
Honestly, I don't really get what radio or "prefix" does. I've always overhauled the menu screens fully with imagemaps before.
by AERenoir
Wed Aug 05, 2020 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Customizing the preferences menu with the new GUI?
Replies: 2
Views: 306

Customizing the preferences menu with the new GUI?

For the longest time I've been using the old codes, so I'm completely blindsided by the new GUI system. I've managed to get the main menu to work, but not entirely sure how to fiddle with the Preferences. I tried to look but most of the results on search was main menu-related questions This is the l...
by AERenoir
Fri Jun 05, 2020 11:06 am
Forum: Ren'Py Questions and Announcements
Topic: Animate main menu items when transitioning to actual game screen?
Replies: 3
Views: 288

Re: Animate main menu items when transitioning to actual game screen?

Yeah, what gas said is precisely what was shown in the workaround that I have seen. I'll check out the "on hide" function in the documentation, then. Do I need to erase stuff on the gui script to overhaul it with imagebuttons and such? I'm honestly still not entirely used to the new gui sy...
by AERenoir
Thu Jun 04, 2020 7:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Animate main menu items when transitioning to actual game screen?
Replies: 3
Views: 288

Animate main menu items when transitioning to actual game screen?

Basically what I wanted to do is have the buttons and/or the logo fly out of the screen, leaving an "empty" version of whatever the title screen image is, which would then serve as the first image in the actual game itself. I'm not entirely sure where/how to apply this with ATL to the new ...
by AERenoir
Sun May 31, 2020 10:08 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]Java Virtual Machine launcher error
Replies: 0
Views: 285

[solved]Java Virtual Machine launcher error

Not sure if this is a Ren'py problem or a jEdit problem But I recently installed a Java update on a DIFFERENT location than the previous version, and Jedit is now inaccessible from Ren'py because it keeps trying to access the old Java folder, which no longer existed. I can open jEdit.exe from the jE...
by AERenoir
Wed Oct 02, 2019 2:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Remembering order of choice?
Replies: 5
Views: 1078

Re: Remembering order of choice?

Thanks so much!
by AERenoir
Sun Sep 22, 2019 3:21 am
Forum: Ren'Py Questions and Announcements
Topic: Remembering order of choice?
Replies: 5
Views: 1078

Re: Remembering order of choice?

Can you explain how this list work in code? Because I wanted the order of choice to matter in the narrative somehow. E.g choosing 1-2-3 results in "I feel very productive today", but choosing in the order of 2-3-1 results in sonething like "Because I was hungry, I messed up my honewor...
by AERenoir
Sun Sep 22, 2019 3:08 am
Forum: Ren'Py Questions and Announcements
Topic: Remembering order of choice?
Replies: 5
Views: 1078

Remembering order of choice?

Is there a way to remember sequence of choices? For example I have an activity menu, like this: 1. Eat 2. Do homework 3. Exercise If I choose 1-2-3, I hope to have a different reaction than if I had chosen in the order of 2-3-1. Using persistents only checks whether I had done the activity or not, a...
by AERenoir
Sat Jan 19, 2019 2:38 pm
Forum: Ren'Py Questions and Announcements
Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
Replies: 12
Views: 1694

Re: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3

Quick question. If I remove out the zoom will it matter (other than the screenshot being huge)?
by AERenoir
Thu Jan 17, 2019 12:16 pm
Forum: Ren'Py Questions and Announcements
Topic: "add FileCurrentScreenshot()"/"FileTakeScreenshot command results in blank screen 7.1.3
Replies: 12
Views: 1694

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

Um, I think that because there's a "gap" between the "FileTakeScreenshot" and "add FileCurrentScreenshot()" commands that it's not working? This is my screens.rpy code (this was originally built in 6.16): init python: def entername(input_text): global firstname firstnam...
by AERenoir
Tue Jan 08, 2019 6:23 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.1.3 Released
Replies: 16
Views: 3673

Re: Ren'Py 7.1.3 Released

Uh... this is the code I had. Maybe I'm just using a bad format or bad code... The intention is to have an input screen that's animated. Since I actualyl need it to animate AFTER the person inputs their name, I opted to use a screenshot of the screen to do the animation. This code still works in Ren...
by AERenoir
Thu Dec 27, 2018 8:08 am
Forum: Ren'Py Cookbook
Topic: Encyclopaedia / Bestiary Framework
Replies: 118
Views: 56527

Re: Encyclopaedia / Bestiary Framework

Thabks, I will try that.
by AERenoir
Wed Dec 26, 2018 5:51 am
Forum: Ren'Py Cookbook
Topic: Encyclopaedia / Bestiary Framework
Replies: 118
Views: 56527

Re: Encyclopaedia / Bestiary Framework

Hi, I have a few questions 1) Can I use the hyperlink to jump from one entry to another? Like for example "George Washington is the President of the USA", and the the "USA" is a hyperlink to another entry about USA. 2) Can the entry buttons in the index show more than one line? F...
by AERenoir
Wed Dec 26, 2018 3:48 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.1.3 Released
Replies: 16
Views: 3673

Re: Ren'Py 7.1.3 Released

@ PyTom: I cannto replicate the problem with a new file. Let me send you my project through PM. Maybe I'm doing something wrong.
by AERenoir
Sun Dec 09, 2018 5:01 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.1.3 Released
Replies: 16
Views: 3673

Re: Ren'Py 7.1.3 Released

The custom caret animation freeze that I had has been resolved, but the "FileScreenshot" issue is not. I'm wondering if there's something about Ren'py that prohibits "FileTakeScreenshot" to be activated via a keypress. My code looks like this: key "input_enter" action [...