Question on new RenPY

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Message
Author
MoonKarla
Regular
Posts: 30
Joined: Sat Oct 07, 2006 12:43 pm
Location: Panama
Contact:

#41 Post by MoonKarla »

Well here's my secodn project finished ^^ I hope you like it

http://www.yourfilehost.com/media.php?c ... tarium.zip
Image

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

#42 Post by monele »

I find this one a lot better than the previous one but there's *one* thing that annoys me a lot : whenever you click on the Read choice, the music starts all over again.... Whyy?... It's a good tune too ^^;... There is a way to check whether a music is already playing or not.

Code: Select all

if not renpy.music.get_playing() == "something.mp3":
        $ renpy.music.play("something.mp3")
This would help ^^

chronoluminaire
Eileen-Class Veteran
Posts: 1153
Joined: Mon Jul 07, 2003 4:57 pm
Completed: Elven Relations, Cloud Fairy, When I Rule The World
Tumblr: alextfish
Skype: alextfish
Location: Cambridge, UK
Contact:

#43 Post by chronoluminaire »

monele wrote:I find this one a lot better than the previous one but there's *one* thing that annoys me a lot : whenever you click on the Read choice, the music starts all over again.... Whyy?... It's a good tune too ^^;... There is a way to check whether a music is already playing or not.

Code: Select all

if not renpy.music.get_playing() == "something.mp3":
        $ renpy.music.play("something.mp3")
This would help ^^
There's an even better way to do that:

Code: Select all

$ renpy.music.play("something.mp3", if_changed = True)
This will make Ren'Py only restart the music if the music's changed :)
I released 3 VNs, many moons ago: Elven Relations (IntRenAiMo 2007), When I Rule The World (NaNoRenO 2005), and Cloud Fairy (the Cute Light & Fluffy Project, 2009).
More recently I designed the board game Steam Works (published in 2015), available from a local gaming store near you!

monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

#44 Post by monele »

Ohh, didn't know that parameter ô_o

User avatar
DaFool
Lemma-Class Veteran
Posts: 4171
Joined: Tue Aug 01, 2006 12:39 pm
Contact:

#45 Post by DaFool »

The 'Oort Cloud' choice leads to the test, instead of a description.
Also, the test points are not reset when you finish.

Other than that, good job! Say when if its safe to publish. Don't forget the credits (From the Netherworlds of Wikipedia also counts as a source :D )

Post Reply

Who is online

Users browsing this forum: No registered users