Search found 10 matches

by klifton21sg
Sat May 11, 2019 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [Question] Selling Your Game in Parts
Replies: 3
Views: 434

[Question] Selling Your Game in Parts

Hi guys, I have a question that requires some advice. How would you sell your game in episodes in a way that customers would need to own the previous episode to play the next? My concerns: 1) If I were to sell my game for $1 per episode, how can I ensure that customer would need to own the previous ...
by klifton21sg
Tue May 07, 2019 7:57 am
Forum: Ren'Py Questions and Announcements
Topic: [Help] Labels and Conditions
Replies: 2
Views: 288

Re: [Help] Labels and Conditions

Well, you could use renpy.has_label("label_name") in a conditional each time or you could just default all jumps to missing labels to go to one place and then have that label play the credits by using missing_label_callback... # All jumps to any missing label go to label end_credits defin...
by klifton21sg
Mon May 06, 2019 8:21 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] Labels and Conditions
Replies: 2
Views: 288

[Help] Labels and Conditions

Hi I was wondering if it is possible to jump to label only if it exists else roll credits. :) :) :) how should I script it if it is possible? Example: ".........." "........." "...." If label = True: Jump label Else: renpy.movie_cutscene(credits.mp4) Thanks in advance f...
by klifton21sg
Sun Oct 07, 2018 12:00 pm
Forum: Works in Progress
Topic: Select GameWorks Presents Lust Selection [A Corporate Erotica Visual Novel]
Replies: 7
Views: 2333

Re: Select GameWorks Presents Lust Selection [A Corporate Erotica Visual Novel]

@SelectGameWorks- Just downloaded the demo and played through it on my mac . . . the colorful artwork is attractive and very well done. And the story looks as though it will be interesting. The only downer was that it is TOO SHORT! I'll be looking forward to the continuation . . . and hopeful concl...
by klifton21sg
Thu Mar 01, 2018 11:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] How to stop overlapping of music
Replies: 5
Views: 543

Re: [Solved] How to stop overlapping of music

Thanks guys, got it to work after checking out viewtopic.php?p=475994#p475994
by klifton21sg
Thu Mar 01, 2018 5:24 am
Forum: Ren'Py Questions and Announcements
Topic: [Help] How to stop overlapping of music
Replies: 5
Views: 543

[Help] How to stop overlapping of music

Hi guys, need some help here, I am trying to get my main menu music to start playing from my splash screen all the way to my main menu. In order to do so, I disabled this from Options.rpy: ##config.main_menu_music = "menu music.mp3" However I realized that if I do this then the main menu m...
by klifton21sg
Mon Feb 12, 2018 2:27 am
Forum: Ren'Py Questions and Announcements
Topic: [Help]About the Web Updater
Replies: 4
Views: 2629

Re: [Help]About the Web Updater

Thanks guys! I am going to do some experimenting with the Web Updater based on your advice. The reason why I want to do an episodic VN is that the current one I am working on is quite large to do it in one go. I have a day job so I can only work on the VN a few hours a day. I plan to release 8 episo...
by klifton21sg
Sun Feb 11, 2018 10:36 am
Forum: Ren'Py Questions and Announcements
Topic: [Help]About the Web Updater
Replies: 4
Views: 2629

[Help]About the Web Updater

Hi, can anyone teach me how to use the Web Updater feature in RenPy? I have been reading through the documentation again and again and I'm still not 100% sure I get it. I am intending to develop an episodic visual novel and I wish to use the Web Updater feature to update my game with the new episode...
by klifton21sg
Sun Feb 04, 2018 11:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [Question] How do we build expansions or DLCs for our existing Visual Novel?
Replies: 5
Views: 3669

Re: [Question] How do we build expansions or DLCs for our existing Visual Novel?

Thanks for the tips guys, Gonna look into both Multi Persistence and Web Updater.
by klifton21sg
Fri Feb 02, 2018 2:24 am
Forum: Ren'Py Questions and Announcements
Topic: [Question] How do we build expansions or DLCs for our existing Visual Novel?
Replies: 5
Views: 3669

[Question] How do we build expansions or DLCs for our existing Visual Novel?

Hi all, newbie here, was hoping if someone could explain how we can build DLCs or extendable stories into our existing Visual Novel. For example, you want to make your game episodic, how do we update the existing game with episode 2..3.. and so on and so forth?