Page 1 of 1

Show text letter by letter as game default (SOLVED)

Posted: Mon Jan 07, 2013 7:02 pm
by hotmachineoflove
Hello, guys! I started using Renpy yesterday and all i can say is that i'm loving. All the wiki support, the game tutorial! It's just amazing.

Ok, to the point: what i wanted to do is the text (all of them) show letter by letter, something like Katawa Shoujo. Theres some way to do that as default of the game? And some beep like Phoenix Wright (i tried the wiki code but don't work)!

Thank you, guys! Sorry for the bad english :(

Re: Show text letter by letter as game default

Posted: Tue Jan 08, 2013 12:20 am
by FlawedFlare
Go to options.rpy. Find this code.

Code: Select all

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

    config.default_text_cps = 45
Change the number into any that you see fit.

Re: Show text letter by letter as game default

Posted: Tue Jan 08, 2013 12:29 am
by hotmachineoflove
FlawedFlare wrote:Go to options.rpy. Find this code.

Code: Select all

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

    config.default_text_cps = 45
Change the number into any that you see fit.

Don't work D:

Re: Show text letter by letter as game default

Posted: Tue Jan 08, 2013 12:42 am
by FlawedFlare
Did you try deleting persistent data?

Re: Show text letter by letter as game default

Posted: Tue Jan 08, 2013 2:04 am
by hotmachineoflove
FlawedFlare wrote:Did you try deleting persistent data?
Can't find the persistent data here. It's some code?

Re: Show text letter by letter as game default

Posted: Tue Jan 08, 2013 3:29 am
by jayel
When you open the Ren'py editor, there is a "Delete Persistent" option under the Navigate Script area (right side, halfway down). "config.default_text_cps" worked for me only *after* I deleted my persistents.

Re: Show text letter by letter as game default

Posted: Tue Jan 08, 2013 6:09 am
by hotmachineoflove
jayel wrote:When you open the Ren'py editor, there is a "Delete Persistent" option under the Navigate Script area (right side, halfway down). "config.default_text_cps" worked for me only *after* I deleted my persistents.

Worked here! Thank you man! Thank you guys <3



And, about the Phoenix Wright thing, anyone have tips?

Re: Show text letter by letter as game default

Posted: Wed Jan 09, 2013 6:00 am
by hotmachineoflove
Sorry for the bump. The code of the wiki don't work here(typewriter sound), theres another way or i'm missing something?

Re: Show text letter by letter as game default

Posted: Wed Jan 09, 2013 7:34 am
by hotmachineoflove
Worked! The only problem now it's how make the sound of the narrator too.