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.
-
meiri
- Regular
- Posts: 177
- Joined: Wed Jun 25, 2014 6:21 pm
- Projects: Tutor Tabitha, Movement
- Organization: Blue Bottlecap Games
- Location: East Coast, US
-
Contact:
#1
Post
by meiri » Tue Dec 02, 2014 11:28 pm
Is it possible to specify different cps speeds (the rolling text speed, characters per second) through a parameter in Character()? (Or any other method, really)!
I tried doing something like
Code: Select all
define girl = Character("Girl", cps_speed=90)
but that didn't seem to work.
What's in a loop? A loop iterated in any other way would output as sweet.
--
Have a look at my GxG kinetic novel, Movement, if you have the chance?
-
philat
- Eileen-Class Veteran
- Posts: 1853
- Joined: Wed Dec 04, 2013 12:33 pm
-
Contact:
#2
Post
by philat » Tue Dec 02, 2014 11:30 pm
You're looking for what_slow_speed = 90
-
meiri
- Regular
- Posts: 177
- Joined: Wed Jun 25, 2014 6:21 pm
- Projects: Tutor Tabitha, Movement
- Organization: Blue Bottlecap Games
- Location: East Coast, US
-
Contact:
#3
Post
by meiri » Thu Dec 04, 2014 11:31 pm
philat wrote:You're looking for what_slow_speed = 90
Thanks, thats exactly what I had in mind!
What's in a loop? A loop iterated in any other way would output as sweet.
--
Have a look at my GxG kinetic novel, Movement, if you have the chance?
Users browsing this forum: No registered users