Search found 241 matches

by ArizaLuca
Sun Jul 26, 2020 11:53 am
Forum: Ren'Py Questions and Announcements
Topic: Image Location Picker Not Working
Replies: 1
Views: 405

Image Location Picker Not Working

I'm using Mac Catalina (10.15.16) and the latest version of Ren'Py. I have a folder in the gui folder called "reference" so that I could use it as a reference for finding coordinates, but even if I take images out of that folder and put it directly in the gui folder, they don't show up in ...
by ArizaLuca
Sat Oct 19, 2019 9:38 pm
Forum: Ren'Py Cookbook
Topic: Layered Parallax Code
Replies: 21
Views: 18220

Re: Layered Parallax Code

show evan blink normal frown at left onlayer front show doll at right onlayer front show playerghost onlayer front $ pmood = 'True' $ pbrow = 'True' $ pmouth = 'True' with dissolve "Evan maneuvered around the mess with the expertise of someone who had been living in it for a long while." ...
by ArizaLuca
Fri Oct 18, 2019 9:03 am
Forum: Ren'Py Questions and Announcements
Topic: Dialogue Screen Disappears and Reappears While Characters Change
Replies: 4
Views: 631

Re: Dialogue Screen Disappears and Reappears While Characters Change

Yep– sorry, it took a while to zip. The folders needed for the GUI to work is 'gui' (the image files needed are inside), 'guiscript' (the script needed), and options.rpy (that has most everything else, including the part where I have the 'define config.window' thing.
by ArizaLuca
Thu Oct 17, 2019 5:34 pm
Forum: Ren'Py Questions and Announcements
Topic: NoneType object has no attribute append ONLY ON MAC
Replies: 0
Views: 433

NoneType object has no attribute append ONLY ON MAC

This is an issue I've been asking about for a while, but today the whole issue became a lot more interesting. In working on the project on a Mac, the project constantly– upon getting to a certain distance– will come up with this error, and completely render the game unplayable. I'm sorry, but an unc...
by ArizaLuca
Thu Oct 17, 2019 5:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Dialogue Screen Disappears and Reappears While Characters Change
Replies: 4
Views: 631

Re: Dialogue Screen Disappears and Reappears While Characters Change

Ah, I should've clarified– I wrote this on very little sleep, sorry. I have a completely customized GUI (in which the 'say' function/screen/whichever) is contained; thus this is not a default project with the default GUI.
by ArizaLuca
Wed Oct 16, 2019 12:33 pm
Forum: We are a Free Project looking for Partners
Topic: [Closed] Seeking a Programmer for Help Coding
Replies: 1
Views: 436

[Closed] Seeking a Programmer for Help Coding

Hello! I'm working on a game called Desruc Dolls (the pre-alpha demo is here: https://astralautumngames.itch.io/desruc-dolls ), but I keep running into issues with the coding and am uncertain how to fix a lot of it. I have also tried to troubleshoot many times before on Lemmasoft, but often I don't ...
by ArizaLuca
Wed Oct 16, 2019 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Dialogue Screen Disappears and Reappears While Characters Change
Replies: 4
Views: 631

Dialogue Screen Disappears and Reappears While Characters Change

When characters on LayeredImages change expression, and it is not in the document labeled script.rpy, the dialogue window will disappear, then reappear. I don't understand what is going on. I checked this: define config.window = "'say'" (With the 'say' screen being defined in a separate do...
by ArizaLuca
Wed Oct 16, 2019 12:19 pm
Forum: Ren'Py Cookbook
Topic: Layered Parallax Code
Replies: 21
Views: 18220

Re: Layered Parallax Code

This code seems to give me problems with LayeredImage characters in that, quite often, this error pops up: I'm sorry, but an uncaught exception occurred. While running game code: File "game/routes/evan.rpy", line 282, in script "Evan maneuvered around the mess with the expertise of so...
by ArizaLuca
Wed Oct 16, 2019 12:14 pm
Forum: Ren'Py Questions and Announcements
Topic: NoneType object has no attribute 'append'
Replies: 9
Views: 948

Re: NoneType object has no attribute 'append'

Apologies for the really late reply– I'm not sure it's the blinking? I've done it before in projects without the Layered Parallax and that seems to work fine. But I don't really know how else to isolate the problem now because it happens without warning; I've removed the need for side images whatsoe...
by ArizaLuca
Sun Aug 25, 2019 10:17 am
Forum: Ren'Py Cookbook
Topic: Layered Parallax Code
Replies: 21
Views: 18220

Re: Layered Parallax Code

Hello "BeanNoodle" try the code from here (download the project and look how it work. Get code from it that you need. And try, try...): http://renpyfordummies.blogspot.com/2018/08/blog-post.html I am also still new to Renpy, but I made it easyly work after some tryout. See my code example...
by ArizaLuca
Wed Aug 21, 2019 11:07 am
Forum: Ren'Py Cookbook
Topic: Layered Parallax Code
Replies: 21
Views: 18220

Re: Layered Parallax Code

Which code? The first or the later ones? As long as you don't make any edits and paste it in directly I think it should work. (I've tested it and generally it does work; it just also makes transitions more annoying.)
by ArizaLuca
Mon Aug 19, 2019 4:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Updated computer and the Display Got Weird... [SOLVED]
Replies: 4
Views: 606

Re: Updated computer and the Display Got Weird...

Ah, okay-- the issue resolved itself. I don't know what was going on. I did restart my computer again, but I don't know if that's what fixed it because it was still laggy before I restarted.
by ArizaLuca
Mon Aug 19, 2019 4:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Updated computer and the Display Got Weird... [SOLVED]
Replies: 4
Views: 606

Re: Updated computer and the Display Got Weird...

I don't think that I can; easily at least. I'll keep looking. Edit: I'd evidently have to back up every file on my laptop and then completely erase and redo it, and I'd prefer not to do that. This evidently is only for the games that are in current development; another Ren'Py game I'm running is run...
by ArizaLuca
Mon Aug 19, 2019 3:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Updated computer and the Display Got Weird... [SOLVED]
Replies: 4
Views: 606

Updated computer and the Display Got Weird... [SOLVED]

Before I updated my Mac, the games were running fine when I was testing them. Now they lag. I don't know why; I'm on version 10.14.6 on my Mac. Does anyone have... any idea what's going on? I've been doing my best to fix the renderer, but nothing. I also updated the actual Ren'Py version as well. I ...
by ArizaLuca
Sun Aug 04, 2019 7:38 pm
Forum: Ren'Py Questions and Announcements
Topic: IOError: Can't find file...
Replies: 3
Views: 703

IOError: Can't find file...

Sorry for overwhelming the Lemmasoft forums with my being-dumb questions. I tried making a LiveComposite image and then applying the im.Grayscale transformation to it: image player = LiveComposite( (740, 1110), (0,0), "player/player_base.png", (0,0), "player/player_skin_[skin].png&quo...