Search found 23 matches

by Kindynos
Sun Jul 28, 2013 3:07 am
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 61373

Re: Instant CG and BG gallery

Hello! I must say that your code is really nice-looking, and useful! However, I'm having a bit of a trouble with it, I suppose you can help me, yes? So, pasting it to my game didn't work properly, so I did it the other way round, pasting my game's files on to your code. but it gave me this one trace...
by Kindynos
Sat Jul 27, 2013 11:58 am
Forum: Ren'Py Questions and Announcements
Topic: CG gallery questions ;;
Replies: 4
Views: 805

Re: CG gallery questions ;;

So, you don't see a "Gallery" button in main menu? Check your main menu screen, it should loks like screen main_menu: # This ensures that any other menu screen is replaced. tag menu # The background of the main menu. window: style "mm_root" # The main menu buttons. frame: style_...
by Kindynos
Fri Jul 26, 2013 6:59 pm
Forum: Ren'Py Questions and Announcements
Topic: CG gallery questions ;;
Replies: 4
Views: 805

CG gallery questions ;;

So uh, how do I explain myself. I've been meaning to do a CG gallery for my game for a long time, I used the code provided by the ren'py site, as I have little knowledge on imagemapping and I honestly won't be learning any time soon. My problem is that I'm really used to putting the code provided, r...
by Kindynos
Sat Feb 09, 2013 3:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Music in menu problem -solved
Replies: 8
Views: 1746

Re: Music in menu problem

There it is!! Thank you very much! I'm sorry for being a bother huh- But still, thank you a lot!!
by Kindynos
Sat Feb 09, 2013 1:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Music in menu problem -solved
Replies: 8
Views: 1746

Re: Music in menu problem

Mm, no, it's giving me the same thing, even if defined. I'm sorry, but an uncaught exception occurred. While running game code: File "game\script.rpy", line 6, in script File "game\script.rpy", line 6, in python NameError: name 'mm_change' is not defined -- Full Traceback -------...
by Kindynos
Thu Feb 07, 2013 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Music in menu problem -solved
Replies: 8
Views: 1746

Re: Music in menu problem

I feel like a bother, I'm really sorry if I'm bothering with the questions

But now it tells me 'mm_change' is not defined.

Of course, I must have done something wrong, but what?
by Kindynos
Thu Feb 07, 2013 2:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Music in menu problem -solved
Replies: 8
Views: 1746

Re: Music in menu problem

Oh, thank you! The music stopped and all, that was really helpful ~~ Thank you a lot.

For the second one, okay, I did everything- My only problem is, how do I define how much time will have to pass 'till it changes? I am obviously a noob- I'm sorry about that
by Kindynos
Wed Feb 06, 2013 10:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Music in menu problem -solved
Replies: 8
Views: 1746

Music in menu problem -solved

So, I'm fairly new to this, and I've been working nonstop on what I'm doing, I read the tutorials and all. Also I am really sorry if I put this post in the wrong place ;; I put music in the title screen, it worked fine but when starting the game, the music keeps playing, and I'm not sure how to make...