Search found 13 matches

by YourLocalAlchemist
Fri Mar 30, 2018 3:21 pm
Forum: Ren'Py Cookbook
Topic: Scrolling Credits
Replies: 31
Views: 31680

Re: Scrolling Credits

Um... Why is this code not working for me? I want it without the actual scrolling credits (so just the still text on the screen), and it doesn't show up, crash the game, or anything. It's as if it's not there.
by YourLocalAlchemist
Tue Mar 27, 2018 1:22 pm
Forum: Ren'Py Questions and Announcements
Topic: How to put a button on top of an image
Replies: 3
Views: 593

Re: How to put a button on top of an image

No, I am not getting errors. I just need the back button to show up over the notebook image.
by YourLocalAlchemist
Sun Mar 25, 2018 7:41 pm
Forum: Ren'Py Questions and Announcements
Topic: How to put a button on top of an image
Replies: 3
Views: 593

How to put a button on top of an image

I thought I figured out everything I needed, but I guess not... I have an image that pops up when I press one button (it's for an in-game journal), and the other button isn't showing up like it's supposed to. Is there something I need to add to this? style usual_style: xalign 0 yalign 0 spacing 5 sc...
by YourLocalAlchemist
Sun Mar 25, 2018 3:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen Trouble
Replies: 4
Views: 323

Re: Screen Trouble

Okay, it doesn't have that error anymore; now, to fix the part about not finding the picture...

Thanks a bunch for the help!

Edit: Ohh... How do I put it over without showing the checkered squares?
by YourLocalAlchemist
Sun Mar 25, 2018 2:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen Trouble
Replies: 4
Views: 323

Re: Screen Trouble

Does the "NullAction" have to be that certain way? And I had the exact spacing except for the line "for buttons in buttons". Will that change things? Edit: I did all the things that were different, and it's still "not defined." I'll put in what I have with the proper &q...
by YourLocalAlchemist
Sun Mar 25, 2018 12:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen Trouble
Replies: 4
Views: 323

Screen Trouble

Okay, I'm... somewhat new at this. I'm trying to make a journal inside of Ren'Py, and I don't know how to show an image with a screen. $none = ["I feel even worse than before... I wonder why?"] screen hbox_add_notebook(buttons): hbox: add "notebook.png" xalign 0.5 yalign 0.5 spac...
by YourLocalAlchemist
Wed Jan 27, 2016 9:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Picture Problems?!
Replies: 7
Views: 788

Re: Picture Problems?!

That's small. Generally, you want to have the character's eyes more-or-less at the vanishing point of the scene, which should generally be in the top third of the scene. (If the POV character is taller, the other character's eyes should be just below the VP.) What do you mean "vanishing point?...
by YourLocalAlchemist
Tue Jan 19, 2016 10:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Picture Problems?!
Replies: 7
Views: 788

Re: Picture Problems?!

...How am I supposed to do that??

Also, does Ren'Py have a certain size that character pictures have to be (since backgrounds are 800 x 600)? I will attach one of my pictures so someone can see if something is wrong with them...

(P.S. The character pictures are 246 x 300)
by YourLocalAlchemist
Mon Jan 18, 2016 11:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Picture Problems?!
Replies: 7
Views: 788

Re: Picture Problems?!

okay... I looked at the "file list," and here is what I got: (Also, I tried making all of my images PNGs with transparent backgrounds... besides the actual background pics, anyway... I also changed my music to OGGs.) anzu_formal.jpg anzu_formal.png anzu_happy.jpg anzu_happy.png anzu_mad.jp...
by YourLocalAlchemist
Mon Jan 18, 2016 9:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Music won't play
Replies: 14
Views: 7773

Re: Music won't play

Ok this is the full code (not including all of the "image" and "define") label start: scene classroom with fade show teacher at right show anzu happy at left play music "diabolic_waltz.mp3" loop t "Welcome to Anime High School, where all dreams, good and bad, come ...
by YourLocalAlchemist
Sun Jan 17, 2016 10:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Music won't play
Replies: 14
Views: 7773

Re: Music won't play

I too have this problem, but I get error pages. All I'm doing is what's below (but it gives the automatic colors in jEdit)... label start: scene classroom with fade show teacher at right show anzu happy at left play music "diabolic_waltz.mp3" loop The images will not load either... WHAT AM...
by YourLocalAlchemist
Sun Jan 17, 2016 10:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Images not loadable...? [Solved!]
Replies: 42
Views: 7429

Re: Images not loadable...? [Solved!]

I too have this same problem; I went into the "lint" and it said that my photos were not loadable. I tried everything, from checking for hidden extensions to changing their names to changing them to png! Also... Would my problem be changed if I said that I removed some of their backgrounds...
by YourLocalAlchemist
Sun Jan 17, 2016 7:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Picture Problems?!
Replies: 7
Views: 788

Picture Problems?!

I am trying to make a visual novel, but it keeps saying that it "can't find the file." I checked that it's in the game folder (even though there is an image folder...), as well as checked the .jpg and .png at the end... It also messes up with "show (name) at left", as well as the...