Search found 6 matches

by Stelluna
Thu Oct 18, 2018 2:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Rhythm Game on Renpy
Replies: 16
Views: 13046

Re: Rhythm Game on Renpy

Hello again, I can't seem to get the game to end either... afterwards, it just kind of sits there until I quit... I tried putting a pause for the time of the song and then return, but it didn't do anything no matter how long I waited. Any ideas?
by Stelluna
Thu Oct 04, 2018 7:07 am
Forum: Ren'Py Questions and Announcements
Topic: Multilayered Animated Images/Real Time Animated PVs - Help?
Replies: 3
Views: 566

Re: Multilayered Animated Images/Real Time Animated PVs - Help?

I'm not sure I have correctly understood you, but it sounds to me like that you want to do is to play music and have a character move to the music. If so, the simplest way to do that would in my mind be to play a video. https://www.renpy.org/doc/html/movie.html Well, that would be simple, but I don...
by Stelluna
Wed Oct 03, 2018 7:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Multilayered Animated Images/Real Time Animated PVs - Help?
Replies: 3
Views: 566

Multilayered Animated Images/Real Time Animated PVs - Help?

So I'm making a rhythm minigame and I wanted to have real time animated PVs with music playing over them. I wanted to have a separate .rpy file for the PVs, and a PV would be shown depending on what song is playing. Here's a little bit of concept: label rhythm_game_start: if song == "000":...
by Stelluna
Tue Oct 02, 2018 2:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Rhythm Game on Renpy
Replies: 16
Views: 13046

Re: Rhythm Game on Renpy

I know this topic is fairly old, but I was just wondering if someone could show me how to time the notes to music? Also, I'm having trouble changing the keymap and adding more types of notes/buttons. Any help would be appreciated :)
by Stelluna
Thu Sep 20, 2018 9:39 am
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5487

Re: How To Make Menus become Horizontal

Yes, but this is the only thing I've been able to find about making menus horizontal.
by Stelluna
Wed Sep 19, 2018 11:47 am
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5487

Re: How To Make Menus become Horizontal

Hi, I tried putting layout.grouped_main_menu(4) in my options.rpy, but upon launching the game, I get an error. I'm sorry, but an uncaught exception occurred. While running game code: File "game/options.rpy", line 154, in script init python: File "game/options.rpy", line 211, in ...