Search found 10 matches

by hotmachineoflove
Fri Jan 11, 2013 9:06 am
Forum: Ren'Py Questions and Announcements
Topic: Put a "_" in the end of each text box, appearing and disapp-
Replies: 6
Views: 731

Re: Put a "_" in the end of each text box, appearing and dis

One new doubt! There's some way to put the text starting on the middle of the screen? Without exceeding the screen.
I tried this:

Code: Select all

style.default.xalign= 0.6
But the text doesn't start on the middle of the screen, only the minors!
by hotmachineoflove
Thu Jan 10, 2013 3:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Put a "_" in the end of each text box, appearing and disapp-
Replies: 6
Views: 731

Re: Put a "_" in the end of each text box, appearing and dis

Alex wrote:Try

Code: Select all

image ctc icon:
        "cacete.png"    
        0.5
        Null()
        0.5
        repeat
http://www.renpy.org/doc/html/atl.html

Worked! Thank you!
by hotmachineoflove
Thu Jan 10, 2013 2:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Put a "_" in the end of each text box, appearing and disapp-
Replies: 6
Views: 731

Re: Put a "_" in the end of each text box, appearing and dis

Click-to-continue indicator is what you are looking for. There are some links where you can read about it and see examples of code: http://www.renpy.org/doc/html/dialogue.html#defining-character-objects http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=18234&hilit=ctc#p237820 http://lemmasoft.re...
by hotmachineoflove
Thu Jan 10, 2013 6:17 am
Forum: Ren'Py Questions and Announcements
Topic: Put a "_" in the end of each text box, appearing and disapp-
Replies: 6
Views: 731

Put a "_" in the end of each text box, appearing and disapp-

Appearing and disappearing. Theres some way to do that? Like Pokemon: the text appears (i'm using 45 of cps) and then the "_" appears in the end of the text, appearing and disappearing, till you click again.
by hotmachineoflove
Wed Jan 09, 2013 7:34 am
Forum: Ren'Py Questions and Announcements
Topic: Show text letter by letter as game default (SOLVED)
Replies: 8
Views: 2551

Re: Show text letter by letter as game default

Worked! The only problem now it's how make the sound of the narrator too.
by hotmachineoflove
Wed Jan 09, 2013 6:00 am
Forum: Ren'Py Questions and Announcements
Topic: Show text letter by letter as game default (SOLVED)
Replies: 8
Views: 2551

Re: Show text letter by letter as game default

Sorry for the bump. The code of the wiki don't work here(typewriter sound), theres another way or i'm missing something?
by hotmachineoflove
Tue Jan 08, 2013 6:09 am
Forum: Ren'Py Questions and Announcements
Topic: Show text letter by letter as game default (SOLVED)
Replies: 8
Views: 2551

Re: Show text letter by letter as game default

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 ...
by hotmachineoflove
Tue Jan 08, 2013 2:04 am
Forum: Ren'Py Questions and Announcements
Topic: Show text letter by letter as game default (SOLVED)
Replies: 8
Views: 2551

Re: Show text letter by letter as game default

FlawedFlare wrote:Did you try deleting persistent data?
Can't find the persistent data here. It's some code?
by hotmachineoflove
Tue Jan 08, 2013 12:29 am
Forum: Ren'Py Questions and Announcements
Topic: Show text letter by letter as game default (SOLVED)
Replies: 8
Views: 2551

Re: Show text letter by letter as game default

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:
by hotmachineoflove
Mon Jan 07, 2013 7:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Show text letter by letter as game default (SOLVED)
Replies: 8
Views: 2551

Show text letter by letter as game default (SOLVED)

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...