Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Tue Jun 18, 2013 12:32 am

All times are UTC - 5 hours [ DST ]


Forum rules


Ren'Py specific discussion will be moved to the Ren'Py support forum.



Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Tue Apr 03, 2007 8:19 pm 
Regular
User avatar

Joined: Sat Oct 07, 2006 12:43 pm
Posts: 30
Location: Panama
Well here's my secodn project finished ^^ I hope you like it

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

_________________
Image


Top
 Profile Send private message  
 
 Post subject:
PostPosted: Wed Apr 04, 2007 5:45 am 
Lemma-Class Veteran
User avatar

Joined: Sat Oct 08, 2005 7:57 am
Posts: 4100
Location: France
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:
if not renpy.music.get_playing() == "something.mp3":
        $ renpy.music.play("something.mp3")


This would help ^^


Top
 Profile Send private message  
 
 Post subject:
PostPosted: Wed Apr 04, 2007 6:27 am 
Eileen-Class Veteran
User avatar

Joined: Mon Jul 07, 2003 4:57 pm
Posts: 1151
Location: Cambridge, UK
Projects: Elven Relations 2: Mermaid Liaisons
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:
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:
$ renpy.music.play("something.mp3", if_changed = True)
This will make Ren'Py only restart the music if the music's changed :)

_________________
Author of Elven Relations (IntRenAiMo 2007), When I Rule The World (NaNoRenO 2005), Cloud Fairy (Cute Light & Fluffy, 2009), the TileEngine and UnitEngine (LSF@5), and the fantasy novel Ultimate Dream (NaNoWriMo 2006 onwards).
In development (progress slow but ongoing):
Elven Relations 2: Mermaid Liaisons: Story 96% done, script 75% done, character art 95% done, event CGs 60% done, backgrounds 50% done, customisation 0% done; demo available


Top
 Profile Send private message  
 
 Post subject:
PostPosted: Wed Apr 04, 2007 6:43 am 
Lemma-Class Veteran
User avatar

Joined: Sat Oct 08, 2005 7:57 am
Posts: 4100
Location: France
Ohh, didn't know that parameter ô_o


Top
 Profile Send private message  
 
 Post subject:
PostPosted: Wed Apr 04, 2007 10:51 am 
Lemma-Class Veteran

Joined: Tue Aug 01, 2006 12:39 pm
Posts: 4052
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 )


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group