Search found 61 matches

by Adabelitoo
Mon Jul 18, 2022 1:25 am
Forum: Ren'Py Questions and Announcements
Topic: Textbuttons (and probably other buttons) appear inside a black box
Replies: 6
Views: 304

Re: Textbuttons (and probably other buttons) appear inside a black box

I found the solution to both the textbutton and the main menu. The problem wasn't in the code but in the smart upscaled images from my old game which replaced/filled transparent spaces with black color The main menu issue was this: screen main_menu(): tag menu style_prefix "main_menu" add "gui/main_...
by Adabelitoo
Sun Jul 17, 2022 4:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Textbuttons (and probably other buttons) appear inside a black box
Replies: 6
Views: 304

Re: Textbuttons (and probably other buttons) appear inside a black box

My GUI has imagebuttons instead of textbuttons (I'm talking about the main menu, if you go to Preferences you still have the usual textbuttons you can find anywhere) but still think about the basic main menu when you create a new project, you can add an image to the menu so its "background" isn't a ...
by Adabelitoo
Sun Jul 17, 2022 6:45 am
Forum: Ren'Py Questions and Announcements
Topic: Textbuttons (and probably other buttons) appear inside a black box
Replies: 6
Views: 304

Re: Textbuttons (and probably other buttons) appear inside a black box

I mean this https://ibb.co/FVWgzcZ If I do i + Shift on the "Problem:" text it shows Screen spcreen, Vbox and Text'{font=fonts/... , each of them with their own style option, but doing i + Shift over the black box and/or the text (thus hovering the textbutton) only shows Screen spcreen and its style...
by Adabelitoo
Fri Jul 15, 2022 8:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy 8.0.1 Exception: Properties are not allowed here.
Replies: 2
Views: 265

Re: Renpy 8.0.1 Exception: Properties are not allowed here.

The error comes from zorder 99. Remove all the lines containing it, and the code should run fine. Sorry for not replaying, I did this and it worked, but I think this can bring me issues in other parts of the game so I'm trying to get to that part to check if it indeed has problems, but to get there...
by Adabelitoo
Fri Jul 15, 2022 8:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Textbuttons (and probably other buttons) appear inside a black box
Replies: 6
Views: 304

Textbuttons (and probably other buttons) appear inside a black box

I wanted to change my game from 1280x720 to 1920x1080 so I took the chance and updated RenPy from 7.3.5.606 to 8.0.1.22070801 (the recommended version) and created a new project. I copy-pasted most of the old code into new .rpy files from the new project. When I start the game the first thing to sho...
by Adabelitoo
Wed Jul 13, 2022 5:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy 8.0.1 Exception: Properties are not allowed here.
Replies: 2
Views: 265

Renpy 8.0.1 Exception: Properties are not allowed here.

I wanted to change my game from 1280x720 to 1920x1080 so I took the chance and updated RenPy from 7.3.5.606 to 8.0.1.22070801 (the recommended version) and created a new project. I copy-pasted most of the old code into new .rpy files from the new project and launched it and this happens I'm sorry, b...
by Adabelitoo
Mon Aug 02, 2021 5:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to create a playlist and define it with an alias?
Replies: 4
Views: 748

Re: Is it possible to create a playlist and define it with an alias?

I see. It looks like something I could avoid. I'll talk to the musician to know what he thinks is best. Thanks for everything!
by Adabelitoo
Sun Aug 01, 2021 5:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to create a playlist and define it with an alias?
Replies: 4
Views: 748

Re: Is it possible to create a playlist and define it with an alias?

Wow, I wasn't expecting an answer so fast. That's basically what I wanted except that I would like both of those "daily"s in one statement like this define audio.playlist1 = ["music/d1intro.ogg"] + ["music/d1part1.ogg"]*3 + ["music/d1part2.ogg"]*2 + ["music/d1part1.ogg"]*2 + ["music/d1part2.ogg"]*3 ...
by Adabelitoo
Sun Aug 01, 2021 4:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to create a playlist and define it with an alias?
Replies: 4
Views: 748

Is it possible to create a playlist and define it with an alias?

I would like to use the "define audio" statement to name a playlist instead than just one song. The way I've been doing things so far is the usual define audio.daily1 = "music/morningsun.mp3" play music daily1 I would like to define that "daily1" as a playlist with songs that loop without ever start...
by Adabelitoo
Sat Feb 27, 2021 5:47 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 270

Re: "No module named matrix" after changing to another pc

Update: I found a copy of the last release (not a distributed build, the original project folder) and I don't get that error in any of the PCs. Is it possible to compare two projects or two different .rpy files to spot the differences? The only differences I can see so far are a bunch of commented l...
by Adabelitoo
Sat Feb 27, 2021 4:04 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 270

Re: "No module named matrix" after changing to another pc

But I have done something and then moved it many times. A friend of mine proofreads my game so I usually do the work in one .rpy, then I send it to him, he does his part and sends it back and then I move the labels to their respectives .rpy. The biggest issue I had so far was a save loading to the s...
by Adabelitoo
Sat Feb 27, 2021 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 270

Re: "No module named matrix" after changing to another pc

What "a clean re-install" would mean? All I did when I deleted 7.4 was deleting the sdk.7z.exe and the folder it creates in the path I told it. Does it creates files in another path as well that I should delete? It has been distributed before so I have to care about that =/ IMPORTANT UPDATE: I'm dum...
by Adabelitoo
Sat Feb 27, 2021 12:12 am
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 270

Re: "No module named matrix" after changing to another pc

I copy-pasted and executed the file named "renpy-7.1.3-sdk.7z.exe"
by Adabelitoo
Fri Feb 26, 2021 11:35 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 270

Re: "No module named matrix" after changing to another pc

The version I was using (the ideal version, according to you) to make my game in my old pc was 7.1. In the new pc instead of using the old one I downloaded the latest version, which is 7.4. The problem I had with 7.4 was this one: https://lemmasoft.renai.us/forums/viewtopic.php?t=60525 The solution ...
by Adabelitoo
Fri Feb 26, 2021 11:07 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 270

Re: "No module named matrix" after changing to another pc

I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) ImportError: No module named matrix -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_...