Search found 3 matches

by redusergf
Sat Jan 27, 2018 4:06 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Playing multiple songs in menu, in random order?
Replies: 2
Views: 1707

Re: Playing multiple songs in menu, in random order?

IrinaLazareva wrote: Fri Jan 26, 2018 3:02 pm

Code: Select all

define myplaylist = ['song1.mp3', 'song2.mp3', 'song3.mp3', 'song4.mp3', 'song5.mp3']

init python:
    renpy.random.shuffle(myplaylist)
    
define config.main_menu_music = myplaylist
This is perfect! Thank you so much and good day~
by redusergf
Fri Jan 26, 2018 2:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Playing multiple songs in menu, in random order?
Replies: 2
Views: 1707

[Solved] Playing multiple songs in menu, in random order?

Any way I can have multiple music tracks play in random order at the menu? So far, I have this: define config.main_menu_music = renpy.random.choice(['track 1', 'track 2', 'track 3', 'track 4', 'track 5', 'track 6', 'track 7']) $ renpy.music.queue(selected_music, fadeout=2) But it loops the first tra...
by redusergf
Fri Jan 26, 2018 2:02 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5541
Views: 2868579

Re: Guestbook

Hello~ You can call me redusergf. I'm quite new to renpy, VNs, lemmasoft, and etc. I'm not really a programmer but I thought Renpy and VNs were interesting and I thought I'd try them out. Working on a personal project rn (okay, more of like a "sandbox" project where I have some random stor...