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 Thu May 23, 2013 10:31 pm

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Tue Apr 17, 2012 12:52 am 
Newbie
User avatar

Joined: Tue Mar 27, 2012 11:53 pm
Posts: 20
Location: In a nightmare
Projects: A feeling called love(in Making)
._.;; .... yeaaaah, I always asks questions about nvl... (_ _;; i am sooo sorry...
But anyways,

how can i stop the "slow text" in the NVL mode...?
i've been trying to find it in the tutorial, but nothing makes sense out of it...
i've tried the "{nw}"(cuz its in the tutorial text... yeah, stupid me)
but nada.... help mee! >A<;;

Note!:
another question! XDD
1. how can i make the text automatically slow?(like you know... no more going to the pref and etc..., just like automatically.. >.<;;)
2. and then, how do i stop it?(how to stop the code, if you answered the question 1)

_________________
The tears I held in, is not the same as the pain of seeing you go...

Image


Last edited by kula1233 on Tue Apr 17, 2012 8:28 pm, edited 2 times in total.

Top
 Profile Send private message  
 
PostPosted: Tue Apr 17, 2012 1:17 am 
Eileen-Class Veteran
User avatar

Joined: Thu Oct 14, 2010 3:53 am
Posts: 1070
Location: NC, USA
Completed: Torrey & the Vampire, Faery Tale, Madaline's Missing Miscellany, Alchemical Ink, Yaoi Story, The Visitor, Erotic Story Generator, What Kind of Fiction Should YOU Write? (Quiz Game), Falling
Organization: Erotic Visions - VNs
kula1233 wrote:
how can i stop the "slow text" in the NVL mode...?


On your OPTIONS.rpy page down near the bottom, look for this:
Code:
    ## The default text speed in characters per second. 0 is infinite.
    config.default_text_cps = 0


That's your default text speed. When it's set to 0, the whole sentence pops up instantly. By changing the number to something like 50, you slow it down enough to type out each letter. Basically, the bigger the number, the slower it types. To make it go faster, use a smaller number.

_________________
Ookami Kasumi ~ Purveyor of fine Smut.
Erotic Visions ~ Visual Novels

"No amount of great animation will save a bad story." -- John Lasseter of Pixar


Top
 Profile Send private message  
 
PostPosted: Tue Apr 17, 2012 1:50 am 
Newbie
User avatar

Joined: Tue Mar 27, 2012 11:53 pm
Posts: 20
Location: In a nightmare
Projects: A feeling called love(in Making)
OokamiKasumi wrote:
kula1233 wrote:
how can i stop the "slow text" in the NVL mode...?


On your OPTIONS.rpy page down near the bottom, look for this:
Code:
    ## The default text speed in characters per second. 0 is infinite.
    config.default_text_cps = 0


That's your default text speed. When it's set to 0, the whole sentence pops up instantly. By changing the number to something like 50, you slow it down enough to type out each letter. Basically, the bigger the number, the slower it types. To make it go faster, use a smaller number.


oh wait, nvm. its working... XDD
(it was actually in the preferences! X3 stupid me!)
but, what i meant was how i can do the "slow text" automatically, not "preferencely" >w<;;

_________________
The tears I held in, is not the same as the pain of seeing you go...

Image


Top
 Profile Send private message  
 
PostPosted: Tue Apr 17, 2012 5:37 am 
Veteran
User avatar

Joined: Tue Aug 12, 2008 12:02 pm
Posts: 356
Location: The treacherous Brazilian Rainforest
Projects: Valentine Square (writer) Spiral Destiny (programmer)
If you just want it for some parts of your text, use the cps tag:
Code:
{cps=0}This shows instantly.{/cps} {cps=10}And this very slowly.{/cps}

_________________
Keep your script in your Dropbox folder.
It allows you to share files with your team, keeps backups of previous versions, and is ridiculously easy to use.


Top
 Profile Send private message  
 
PostPosted: Tue Apr 17, 2012 8:27 pm 
Newbie
User avatar

Joined: Tue Mar 27, 2012 11:53 pm
Posts: 20
Location: In a nightmare
Projects: A feeling called love(in Making)
sciencewarrior wrote:
If you just want it for some parts of your text, use the cps tag:
Code:
{cps=0}This shows instantly.{/cps} {cps=10}And this very slowly.{/cps}


DUDE! ARE YOU GOD?! O0O!!!

THANK YOU SOOOO MUCH! THIS REALLY HELPED MY GAME!! >ww<!!~

_________________
The tears I held in, is not the same as the pain of seeing you go...

Image


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

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