Search found 31 matches

by Ryouzanki
Tue Jan 15, 2013 10:47 am
Forum: Ren'Py Questions and Announcements
Topic: Expected 'name' not found...GRRRRRRRR
Replies: 2
Views: 836

Re: Expected 'name' not found...GRRRRRRRR

Can we have a piece of the involved code ?
by Ryouzanki
Sun Dec 23, 2012 7:39 pm
Forum: Asset Creation: Art
Topic: How do I outline my drawing after scanning?
Replies: 6
Views: 1858

Re: How do I outline my drawing after scanning?

Did you try Inkscape ?
by Ryouzanki
Mon Nov 12, 2012 2:50 am
Forum: Ren'Py Questions and Announcements
Topic: Calling a menu everyday in game
Replies: 2
Views: 562

Re: Calling a menu everyday in game

Did you try with the dayplanner from the DSE ?

http://www.renpy.org/wiki/renpy/DSE

If you don't want to, you can also use "call" instead of jump which allow you to use several time the same label if the label finish with a return statement.
by Ryouzanki
Fri Nov 09, 2012 7:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [resolved] How to loop music in the music room ?
Replies: 4
Views: 1339

Re: [resolved] How to loop music in the music room ?

Yes however I want the player to unlock music before listening to it again in the music room.
by Ryouzanki
Fri Nov 09, 2012 8:41 am
Forum: Ren'Py Questions and Announcements
Topic: [resolved] How to loop music in the music room ?
Replies: 4
Views: 1339

Re: How to loop music in the music room ?

Wow, thank you very much, it works :D
by Ryouzanki
Thu Nov 08, 2012 6:56 pm
Forum: Ren'Py Questions and Announcements
Topic: [resolved] How to loop music in the music room ?
Replies: 4
Views: 1339

[resolved] How to loop music in the music room ?

Hello ! This question seems a bit idiot, but actually, I dont find how to loop music in the music room. Lock and unlock work pretty well but when I play a music in the music room, at the end, it play the next unlocked file. It is pretty annoying since some of my music are loop of 20-30s... Does anyo...
by Ryouzanki
Mon Oct 01, 2012 6:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Points System?
Replies: 15
Views: 23548

Re: Points System?

So when I get to the end, do I made an if/then statement? The if/then statement is already at the beginning of the chapter_1_end label... If hawk_relationship = 6 then jump Chapter2_Hawk? What about weighing the points against each other? Like... randy_relationship = 2 hawk_relationship = 3 Since H...
by Ryouzanki
Mon Oct 01, 2012 4:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Points System?
Replies: 15
Views: 23548

Re: Points System?

I don't really understand what you want... Is it something like that ? init: $ hawk_relationship = 0 $ randy_relationship = 0 label start: "beginning of the story blablabla" menu: "Follow Hawk.": $ hawk_relationship += 1 jump hawk_first_scene "Help Randy.": $ randy_rela...
by Ryouzanki
Thu Sep 27, 2012 6:59 pm
Forum: Personal Art Threads
Topic: Text Logo requests! (closed until I catch up!)
Replies: 54
Views: 5334

Re: Text Logo requests!

Wow, it sounds very interesting ! Your logos are really awesome ! Is there some condition to ask for one ? If not, I would really appreciate a "Sous le masque" logo which mean "Under the mask". For the moment, since I dont know how i should set the main menu, I have no restriction.
by Ryouzanki
Fri Sep 14, 2012 11:54 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way for players to enter their names?
Replies: 2
Views: 463

Re: Is there a way for players to enter their names?

Hello ! Your answer is in the cookbook. Also, this cookbook is really handfull so just read it ! :wink: http://www.renpy.org/wiki/renpy/doc/cookbook/Letting_players_choose_their_own_name This link show you how to ask a name. FOr the main character to use the name, set a Dynamic Character like this :...
by Ryouzanki
Tue Sep 11, 2012 6:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Dating Sim programing question
Replies: 10
Views: 2337

Re: Dating Sim programing question

Like the others said already, I really think that for your first VN, you should make it simple. Using différent file will allow you to add other character's path later. So, for the moment, do not care about it.
by Ryouzanki
Wed Aug 29, 2012 9:42 am
Forum: Ren'Py Questions and Announcements
Topic: Extras: Returning to main menu
Replies: 4
Views: 707

Re: Extras: Returning to main menu

Hello !

Did you try $ renpy.full_restart() ?
by Ryouzanki
Tue Aug 28, 2012 3:19 pm
Forum: Creative Commons
Topic: Modular Backgrounds (CC BY-NC 3.0)
Replies: 16
Views: 10212

Re: Modular Backgrounds (CC BY-NC 3.0)

Thank you for sharing them. I'm going to use those sky.
by Ryouzanki
Mon Aug 27, 2012 11:52 am
Forum: Creator Discussion
Topic: Hosting space
Replies: 5
Views: 929

Re: Hosting space

I'm using GitHub in order to host my sources, so I also host my demo on it.