Search found 86 matches

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: 327

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: 919

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: 919

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 + ["mus...
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: 919

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 song...
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: 402

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: 402

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: 402

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 UPDAT...
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: 402

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: 402

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: 402

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 "...
by Adabelitoo
Fri Feb 26, 2021 8:16 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 402

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

I did that except downloading the version I was using (I did it later anyway) and delet persistent and force recompile. I did those now but it still doesn't work.
by Adabelitoo
Fri Feb 26, 2021 7:28 pm
Forum: Ren'Py Questions and Announcements
Topic: "No module named matrix" after changing to another pc
Replies: 14
Views: 402

"No module named matrix" after changing to another pc

I changed PCs and I got the "No module named matrix" when I tried to load a save. This only happens with the game I'm developìng, not with other games. I copy-pasted the folder with the game so all those files are the same and I also copy-pasted the saves from User/Appdata/Roaming/Renpy to...
by Adabelitoo
Wed Oct 21, 2020 3:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to adjust the text box to the amount of text?
Replies: 0
Views: 278

Is it possible to adjust the text box to the amount of text?

Sometimes a characters says something and it tooks 3 lines of dialogue and sometimes it just says "Ok, bye." and the rest of the text box remains empty. I really don't like when that happens. It makes me feel like I must write something else to at least fill one dialogue line. I would love...
by Adabelitoo
Thu Jul 16, 2020 1:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Need help
Replies: 4
Views: 174

Re: Need help

If I correctly understand what you want to do I think it would be easier to change the order between the two last elif statements you show: elif f_N08 == True and (f_e06 == True and ----) or (f_e06== False and ----): imagebutton: elly_s009 elif f_N08 == True: imagebutton: elly_s007 I thought about ...
by Adabelitoo
Thu Jul 16, 2020 12:35 am
Forum: Ren'Py Questions and Announcements
Topic: Need help
Replies: 4
Views: 174

Need help

First than anything, sorry for the super generic title but I really don't know how to name this problem. If a mod/staff can think of a better name and rename it then please go ahead. I want to show a different imagebutton depending on what part of the story the player is. My code is this . . . elif ...