[Solved] Making text type itself? or at least not appear...

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
Ispheria
Regular
Posts: 26
Joined: Wed Oct 09, 2013 11:01 am
Projects: TruEndings
Location: San Francisco - California
Contact:

[Solved] Making text type itself? or at least not appear...

#1 Post by Ispheria »

Hello everyone!

This is my first time posting on this board so forgive me if I am doing something wrong. I am also completely new to Ren'py and I was wondering if it was possible to make it so that text sort of types itself out like I see happen in some visual novels. Or at least not appear all at once. I know that it is possible to make it scroll down like the Star Wars thing using the ScrollSay thing (which is really cool) but it's not what I'm looking for. I am using a really cool typewriter looking font and I want it to sort of type itself out.

Also, as a side question, can you make it so that the names of people are not bolded? My font looks horrible bolded that small lol

Thanks in advance
Last edited by Ispheria on Sun Oct 20, 2013 1:53 pm, edited 1 time in total.

User avatar
Googaboga
Eileen-Class Veteran
Posts: 1395
Joined: Wed Dec 12, 2012 1:37 pm
Completed: https://gbpatch.itch.io/
Projects: Floret Bond, XOXO Blood Droplets, Our Life
Organization: GB Patch Games
Tumblr: gb-patch
itch: gbpatch
Contact:

Re: Making text type itself? or at least not appear all at o

#2 Post by Googaboga »

Welcome to the site :].

You can make the text run like that. Here is how you do it. Open the options.rpy script and look for this:

Code: Select all

    ## The default text speed in characters per second. 0 is infinite.

    config.default_text_cps = 0
Change the 0 to something else like this:

Code: Select all

    ## The default text speed in characters per second. 0 is infinite.

    config.default_text_cps = 99.0
After you've changed it to something else in order for it to take effect you'll have to hit the Delete Persistent options in the Ren'Py launcher.

cps means Characters (letters, numbers, etc) Per Second so the larger you make the number the faster the characters will appear.
In-Progress:
Floret Bond, XOXO Blood Droplets, Our Life
Released:
A Foretold Affair, My Magical Divorce Bureau, XOXO Droplets, Lake of Voices

Ispheria
Regular
Posts: 26
Joined: Wed Oct 09, 2013 11:01 am
Projects: TruEndings
Location: San Francisco - California
Contact:

Re: Making text type itself? or at least not appear all at o

#3 Post by Ispheria »

Thanks! No wonder it wasn't working lol I actually tried that earlier but i never hit the Delete Persistant option (cause I didn't realize it even did anything). err...how do I mark this as solved though? i've noticed some of the topics here have that next to their name

User avatar
Googaboga
Eileen-Class Veteran
Posts: 1395
Joined: Wed Dec 12, 2012 1:37 pm
Completed: https://gbpatch.itch.io/
Projects: Floret Bond, XOXO Blood Droplets, Our Life
Organization: GB Patch Games
Tumblr: gb-patch
itch: gbpatch
Contact:

Re: Making text type itself? or at least not appear all at o

#4 Post by Googaboga »

Hit the "Edit" button near the bottom of your original post. On the edit page you can change the title of the topic.

Although I didn't answer your other question. I don't know the answer so if you still need help it's fine if you leave this open :>.
In-Progress:
Floret Bond, XOXO Blood Droplets, Our Life
Released:
A Foretold Affair, My Magical Divorce Bureau, XOXO Droplets, Lake of Voices

User avatar
Donmai
Eileen-Class Veteran
Posts: 1960
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: Making text type itself? or at least not appear all at o

#5 Post by Donmai »

Ispheria wrote:Also, as a side question, can you make it so that the names of people are not bolded? My font looks horrible bolded that small lol
At the bottom of your option.rpy file you should find this line:

Code: Select all

## More customizations can go here.
just add this line there:

Code: Select all

style.say_label.bold = False
save your file and run the game again to check.
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

Ispheria
Regular
Posts: 26
Joined: Wed Oct 09, 2013 11:01 am
Projects: TruEndings
Location: San Francisco - California
Contact:

Re: Making text type itself? or at least not appear all at o

#6 Post by Ispheria »

sweet! thanks so much!

User avatar
Kagehide
Regular
Posts: 34
Joined: Wed Oct 30, 2013 6:13 am
Location: The Netherlands
Contact:

Re: [Solved] Making text type itself? or at least not appear

#7 Post by Kagehide »

I was having the same problem! Im so glad its fixed now.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]