(Solved) Click to Continue Icon Not Appearing for Narrator

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
User avatar
Katy133
Miko-Class Veteran
Posts: 704
Joined: Sat Nov 16, 2013 1:21 pm
Completed: Eight Sweets, The Heart of Tales, [redacted] Life, Must Love Jaws, A Tune at the End of the World, Three Guys That Paint, The Journey of Ignorance, Portal 2.5.
Projects: The Butler Detective
Tumblr: katy-133
Deviantart: Katy133
Soundcloud: Katy133
itch: katy133
Location: Canada
Contact:

(Solved) Click to Continue Icon Not Appearing for Narrator

#1 Post by Katy133 »

I'm trying to add an animated "click to continue" icon (ctc) for the narrator of a visual novel, but the icon is only showing up for the other characters. How can I get the ctc to show up for the narrator?

I'm following this tutorial, and am using this script:

Code: Select all

init:
    ## Click to continue animation
    image ctc = Animation("gui/cont_1.png", 0.2, "gui/cont_2_4.png", 0.2, "gui/cont_3.png", 0.2, "gui/cont_2_4.png", 0.2, xpos=0.5, ypos=695)
    ########

## Declare characters used by this game. The color argument colorizes the name
## of the character.
define narrator = Character(' ', color="#302c46", ctc="ctc", ctc_position="fixed")
define e = Character('Eileen', color="#302c46", ctc="ctc", ctc_position="fixed")
I'm using Ren'Py version 6.99.12
Last edited by Katy133 on Fri Jul 28, 2017 10:51 pm, edited 1 time in total.
ImageImage

My Website, which lists my visual novels.
Become a patron on my Patreon!

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Click to Continue Icon Not Appearing for Narrator

#2 Post by PyTom »

I'm tracking this as #1218.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
Katy133
Miko-Class Veteran
Posts: 704
Joined: Sat Nov 16, 2013 1:21 pm
Completed: Eight Sweets, The Heart of Tales, [redacted] Life, Must Love Jaws, A Tune at the End of the World, Three Guys That Paint, The Journey of Ignorance, Portal 2.5.
Projects: The Butler Detective
Tumblr: katy-133
Deviantart: Katy133
Soundcloud: Katy133
itch: katy133
Location: Canada
Contact:

Re: Click to Continue Icon Not Appearing for Narrator

#3 Post by Katy133 »

Upon more experimenting, I discovered that the ctc does appear if I change the line to this:

Code: Select all

define narrator = Character(color="#302c46", ctc="ctc", ctc_position="fixed")
For some reason, removing the (empty) name tag makes the ctc appear.
ImageImage

My Website, which lists my visual novels.
Become a patron on my Patreon!

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Click to Continue Icon Not Appearing for Narrator

#4 Post by PyTom »

I've been unable to reproduce this bug in the current nightly build codebase, using the new GUI. Do you have a replication I could try?
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
Katy133
Miko-Class Veteran
Posts: 704
Joined: Sat Nov 16, 2013 1:21 pm
Completed: Eight Sweets, The Heart of Tales, [redacted] Life, Must Love Jaws, A Tune at the End of the World, Three Guys That Paint, The Journey of Ignorance, Portal 2.5.
Projects: The Butler Detective
Tumblr: katy-133
Deviantart: Katy133
Soundcloud: Katy133
itch: katy133
Location: Canada
Contact:

Re: Click to Continue Icon Not Appearing for Narrator

#5 Post by Katy133 »

I've tried reproducing the same bug using the same script, but I'm also unable to. I've updated Ren'Py since posting the original post, so the update may have solved the issue.
ImageImage

My Website, which lists my visual novels.
Become a patron on my Patreon!

Post Reply

Who is online

Users browsing this forum: Google [Bot], IaMe