Search found 9 matches

by MagicBuns
Wed May 08, 2024 2:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Want to add text to a (image)button
Replies: 5
Views: 194

Re: Want to add text to a (image)button

I've shown you the wardrobe.top_lock etc in my first post... it does have it, the imagebuttons all work fine, it's when I try the button/fixed method to include text when it shows nothing.

But it's ok, I found a compromise. Thank you anyway :)
by MagicBuns
Wed May 08, 2024 11:02 am
Forum: Ren'Py Questions and Announcements
Topic: Want to add text to a (image)button
Replies: 5
Views: 194

Re: Want to add text to a (image)button

Yeah, I've defined those images, and they work. The code shown works as intended. I haven't added the price tag, so when I try writing this, storepage 3 won't show anything, but storepage 2 can work fine: elif threadz.storepage == 2: for key in wardrobe.ling_lock: frame: imagebutton idle key: action...
by MagicBuns
Wed May 08, 2024 7:39 am
Forum: Ren'Py Questions and Announcements
Topic: Want to add text to a (image)button
Replies: 1
Views: 100

Want to add text to a (image)button

Hiya, technically this question has been answered twice through these two links: https://lemmasoft.renai.us/forums/viewtopic.php?p=466433 https://lemmasoft.renai.us/forums/viewtopic.php?t=40730 I am trying to add the cost of clothing to my shop, alongside an image. I've tried the fixed and button me...
by MagicBuns
Wed May 08, 2024 7:39 am
Forum: Ren'Py Questions and Announcements
Topic: Want to add text to a (image)button
Replies: 5
Views: 194

Want to add text to a (image)button

Hiya, technically this question has been answered twice through these two links: https://lemmasoft.renai.us/forums/viewtopic.php?p=466433 https://lemmasoft.renai.us/forums/viewtopic.php?t=40730 I am trying to add the cost of clothing to my shop, alongside an image. I've tried the fixed and button me...
by MagicBuns
Thu Apr 18, 2024 4:01 pm
Forum: Ren'Py Questions and Announcements
Topic: What does define config.adjust_attributes = { } do?
Replies: 7
Views: 356

Re: What does define config.adjust_attributes = { } do?

It's the first time you mention that you want the player to change the clothes. How am I supposed to know that? Sorry, I should have been clearer. I thought I was at first. Either way, the ConditionSwitch, as well as the explanation of what the config variable does, was helpful. Thank you! :mrgreen...
by MagicBuns
Wed Apr 17, 2024 10:15 am
Forum: Ren'Py Questions and Announcements
Topic: What does define config.adjust_attributes = { } do?
Replies: 7
Views: 356

Re: What does define config.adjust_attributes = { } do?

Not sure you understand how layered images work, in general you don't have to use any if-statements. But maybe you could give us an example on what you are referring to. You don't have to use if statements, unless you want to change the default attributes within a layered image, which is what I am ...
by MagicBuns
Tue Apr 16, 2024 8:41 am
Forum: Ren'Py Questions and Announcements
Topic: What does define config.adjust_attributes = { } do?
Replies: 7
Views: 356

Re: What does define config.adjust_attributes = { } do?

What do you mean by "automatically". You just said you don't want "if" statements, but then you talk about writing a function for it. You realize that that function still will need if statements if there are any conditions for the clothes. So what is it exactly that is bothering...
by MagicBuns
Tue Apr 16, 2024 4:35 am
Forum: Ren'Py Questions and Announcements
Topic: What does define config.adjust_attributes = { } do?
Replies: 7
Views: 356

What does define config.adjust_attributes = { } do?

I'm wondering how to write a python function that automatically changes my characters clothing, without having to write a lengthy set of "if" statements in the layered image. Apparently the configuration variable define config.adjust_attributes = {} is crucial to changing the attributes, g...
by MagicBuns
Sat Mar 30, 2024 1:37 pm
Forum: Creator Discussion
Topic: To do's and don'ts of commissioning a freelancer?
Replies: 1
Views: 1540

To do's and don'ts of commissioning a freelancer?

Hiya guys, I've been considering commissioning an artist for the visual novel I'm making, but I seem to be doing a bad job at it. I want to be able to find an artist who could slowly with me over time, as I'm on a budget myself. I am clueless when it comes to the dos and don't of this situation, or ...