Search found 10 matches

by GalArt
Thu Jun 10, 2021 11:13 am
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

Either version works fine now. Again, thanks a lot! I consider this thread "solved".
by GalArt
Thu Jun 03, 2021 8:41 am
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

Ok, so to recap the current state of the problem: 1. I was given a method how to manage a bunch of customizable variables by hell_oh_world, which I am very happy with 2. But those variables (objects) are not persistent and I can't figure out why that is and how to fix it. 2a. not persistent in the s...
by GalArt
Tue Jun 01, 2021 7:18 pm
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

Nice idea. Got my hopes up. Doesn't work , tho. :/ I also made the observation, that with default mc = CharacterProfile(first_name= "John", last_name= "Doe") I can't change the name again after restarting the game. It seems to create a new "mc" object which ties to the ...
by GalArt
Tue Jun 01, 2021 2:06 pm
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

I would like to revive this thread, because I encountered a major issue, which I've failed to solve so far. After 20h of try and error and still no clue, I thought I ask again. So @hell_oh_world left me with this brilliant code: Okay, so i tested the code and it doesn't work as it should, probably m...
by GalArt
Thu Aug 13, 2020 2:52 pm
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

Again, thanks a ton! For all the time and effort and quick response time! I have to admit, tho, I'm not sure that I will use your latest code, because it's over my head and I don't like to work with tools I don't understand. Plus, I'm currently satisfied with my global InputValue-version, which work...
by GalArt
Thu Aug 13, 2020 11:08 am
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

Ok, so I familiarized myself with your code and I like it a lot! I have just one problem: The input buttons in your profile screen are somewhat unresponsive meaning: You can only activate the input for those buttons once per profile selected. Once you selected one button/attribute, you can't select ...
by GalArt
Wed Aug 12, 2020 6:23 pm
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

Re: How to store a bunch of different InputValues efficiently?

Thanks a lot! I don't quite understand everything, what you did there, but I will figure it out.
by GalArt
Wed Aug 12, 2020 12:23 pm
Forum: Ren'Py Questions and Announcements
Topic: How to store a bunch of different InputValues efficiently?
Replies: 13
Views: 1850

How to store a bunch of different InputValues efficiently?

Hi! I'm very new to python and renpy, but what I can find on this issue is either to basic or I don't know what to search for. Anyway, my problem is: - I have a bunch of variables to store character information in. - ...for multiple characters - I would like to show those on a screen, where you can ...
by GalArt
Wed Aug 12, 2020 9:48 am
Forum: Ren'Py Questions and Announcements
Topic: Help with MoveTransition
Replies: 4
Views: 362

Re: Help with MoveTransition

Well, as she says, she later shows how to make your own custom transition, which in her case, was: define flash = Fade(0.1, 0.0, 0.5, color="#fff") So in your case, you want the MoveTransition() like this: define YourTransitionName = MoveTransition( duration in seconds , enter= transform ,...
by GalArt
Tue Aug 11, 2020 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with MoveTransition
Replies: 4
Views: 362

Re: Help with MoveTransition

I guess what you are asking is explained in this video: https://youtu.be/GXNCxXLDS9s?t=280