Search found 48 matches

by Tessiellation
Mon Jan 07, 2019 5:47 am
Forum: Ren'Py Questions and Announcements
Topic: wit's end - still blank screen
Replies: 4
Views: 579

Re: wit's end - still blank screen

Thank you so much. I tried what you said and sadly it did not work. I'm pretty sure I've done something wrong when updating my graphics drivers, but I really don't know what... Your help is much appreciated!
by Tessiellation
Sun Jan 06, 2019 7:05 pm
Forum: Ren'Py Questions and Announcements
Topic: wit's end - still blank screen
Replies: 4
Views: 579

Re: wit's end - still blank screen

Hello, it's the projects from the launcher which is giving me troubles. And I've already re-installed the launcher 3 times.
by Tessiellation
Sat Jan 05, 2019 2:16 pm
Forum: Ren'Py Questions and Announcements
Topic: wit's end - still blank screen
Replies: 4
Views: 579

wit's end - still blank screen

Hello all, I still get the blank screen, now when opening my games. I'm really at my wit's end. What I've tried: - Updating my graphic drivers - change renderer - updating DirectX I get a "Newer version" error from the DirectX... What frustrates me the most is; it worked fine before, but s...
by Tessiellation
Fri Jan 04, 2019 7:59 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'py launcher blank
Replies: 2
Views: 226

Re: Ren'py launcher blank

I'd like to delete this. ... I'm so sorry, apparently I wasn't holding shift properly
by Tessiellation
Fri Jan 04, 2019 7:38 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'py launcher blank
Replies: 2
Views: 226

Re: Ren'py launcher blank

Just a small note: It worked fine before... My photoshop has also had an issue with the Graphic drivers all of the sudden.
by Tessiellation
Fri Jan 04, 2019 7:31 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'py launcher blank
Replies: 2
Views: 226

Ren'py launcher blank

Hello there, So, my launcher is completely blank. Like this: https://i.imgur.com/QQH9Wal.png And here's what I've tried: Shift-click while opening Ren'py. Shift + G in Ren'py. Nothing. I've tried uninstalling my Graphics drivers with DDU and reinstalling. I've tried having windows update my drivers,...
by Tessiellation
Thu Aug 23, 2018 7:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Layered image not showing up
Replies: 5
Views: 918

Re: Layered image not showing up

OH WOW, lowercase worked like a charm! Thank you soooo much! I didn't know that, but will remember this for future reference! Again thank you so much
by Tessiellation
Thu Aug 23, 2018 7:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Layered image not showing up
Replies: 5
Views: 918

Re: Layered image not showing up

I tried changing the image tag to "May" and now I get "Image ____ could not be found"

https://puu.sh/BjiDK/547a11ad1e.png
by Tessiellation
Thu Aug 23, 2018 4:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Layered image not showing up
Replies: 5
Views: 918

Re: Layered image not showing up

Oh, and she's defined like this in the script file:

Code: Select all

show m mayopen mayangry MayMaid with dissolve
by Tessiellation
Thu Aug 23, 2018 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Layered image not showing up
Replies: 5
Views: 918

Layered image not showing up

Hello Ren'py users, I'm a bit at a loss with my coding here... I tried making a secondary character with Layered Images, but she shows up like this https://puu.sh/BjdYr/8a1ff4b8af.png I'm assuming it couldn't find the images, but I'm unsure as to why. layeredimage May: always "May_base" gr...
by Tessiellation
Sat Aug 18, 2018 3:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Character not clothed
Replies: 8
Views: 1001

Re: Character not clothed

I really appreciate the help :)
by Tessiellation
Sat Aug 18, 2018 3:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Character not clothed
Replies: 8
Views: 1001

Re: Character not clothed

Wait, I'm being stupid I got it to work.. Thank you so much!
by Tessiellation
Sat Aug 18, 2018 3:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Character not clothed
Replies: 8
Views: 1001

Re: Character not clothed

Alright, well, I tried adding it in, but I get this error now [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 16, in script call screen dressup_example File "renpy/common/000statements.rpy", line 519, in execute_call_scr...
by Tessiellation
Sat Aug 18, 2018 2:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Character not clothed
Replies: 8
Views: 1001

Re: Character not clothed

Ok, but I don't have a layered image called "august," but it's called "doll", so do I just include the outfits to the doll layer?
by Tessiellation
Sat Aug 18, 2018 11:32 am
Forum: Ren'Py Questions and Announcements
Topic: Character not clothed
Replies: 8
Views: 1001

Re: Character not clothed

Hello again, your help is much appreciated :D Of course. image side august = LayeredImageProxy("doll", Transform(crop=(0, 0, 497, 400), zoom=0.7, xoffset=-50)) #end sideimage #begin sideimage_name define me = Character("[name]", image="august", color="#FFFFFF"...