Best way to manage lots of pictures-only scenes

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
DaFool
Lemma-Class Veteran
Posts: 4171
Joined: Tue Aug 01, 2006 12:39 pm
Contact:

Best way to manage lots of pictures-only scenes

#1 Post by DaFool »

Like the question asks, need 'professional' opinions on a meta scale.

A project I'm working on has more pictures than text, and I'm not sure if click-to-skip is the best option.

So far I've been inserting blank textboxes like

Code: Select all

    narrator "                                                                         "
which seems like a stupid idea, but the purpose is to temper clickthroughs so that the whole pause system doesn't take off like a locomotive without brakes.

Don't want to use movies since that will bloat the filesize.

Need suggestions, thanks.

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

#2 Post by monele »

I would have gone

Code: Select all

ui.pausebehavior(2.0)
ui.interact()
but it's not skippable :(...

DrakeNavarone
Veteran
Posts: 338
Joined: Mon Mar 06, 2006 2:27 am
Completed: see sig below
Projects: always; never not
Organization: Team BG
Location: PA, USA
Contact:

#3 Post by DrakeNavarone »

Try using renpy.pause() instead of with Pause. The pauses themselves are skippable, but the game will stop at every pause statement, instead of skipping through all the transitions.
http://www.twitter.com/drakeynv
The Compendium of Drake:
Starlit Sky ~ Songs of Araiah ~ Mirai Imouto ~ Temple Glen ~ Fuyu no Tabi

Post Reply

Who is online

Users browsing this forum: Google [Bot]