Image creditscroll no longer displaying?

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
crimsonnight
Veteran
Posts: 298
Joined: Fri Apr 20, 2012 4:44 am
Contact:

Image creditscroll no longer displaying?

#1 Post by crimsonnight » Wed Jun 29, 2016 10:44 am

Hey guys,

I never had an issue with it previously, but when testing the two new translations I've added to my novel, I noticed that my 'creditscroll' image is no longer displaying (when played through in any language) and I can't work out why as apart from adding the two extra names, I haven't touched the code. Could a recent update have effected it? Anyway, here's the image:

Code: Select all

image creditscroll:
        Text([
    "{b}Designed and Built By:{/b} \nGrant Wilde (CrimsonNight) \n \n \n"
    "\n{b}Character Art:{/b} \nNhuy Nguyen (Ayasal) \n"
    "\n{b}Landscape Art:{/b} \nlordless \n "
    "\n{b}Music:{/b} \nJon Hayward \n"
    "\n{b}Logo & Icon:{/b} \nJames Sales \n"
    "\n{b}German Translation:{/b} \nMarcel Weyers \n"
    "\n{b}Chinese Translation:{/b} \nfosr & Shan Radstone \n"
    "\n{b}Japanese Translation:{/b} \nRay Williams \n"
    "\n{b}Spanish Translation:{/b} \nAngel Luis Caballero Cortés & Montserrat Trujillo Rodríguez \n"
    "\n{b}Russian Translation:{/b} \nRosinskiy Ivan (Deimont) \n"
    "\n{b}Built Using Ren'Py{/b} \n \n \n"
    "\n{b}Special Thanks:{/b} \nPablo Fiorentino \nJessica Jones \nPete Savage \nThe Ren'Py Community!"], outlines=[(3.3, "#18b3fb", 0, 0)])
        anchor (2.75, 0.0)
        #pos (0.5, 1.0)
        linear 12.0 ypos 0.065 #yanchor 1.0
And here's where it's used:

Code: Select all

show cs_black:
        alpha 0.0
        linear 12.0 alpha 1.0
        
    show creditscroll
    
    $ renpy.pause(12.5, hard=True)
Please let me know what the issue is so that I can correct it and release the update, thanks!
alwaysthesamebluesky.com

User avatar
namastaii
Eileen-Class Veteran
Posts: 1350
Joined: Mon Feb 02, 2015 8:35 pm
Projects: Template Maker for Ren'Py, What Life
Github: lunalucid
Skype: Discord: lunalucid#1991
Soundcloud: LunaLucidMusic
itch: lunalucid
Location: USA
Contact:

Re: Image creditscroll no longer displaying?

#2 Post by namastaii » Wed Jun 29, 2016 11:57 am

Just a thought but maybe you could think about doing it this way since it's tested and works


viewtopic.php?f=51&t=22481&hilit=how+to ... cy+credits

crimsonnight
Veteran
Posts: 298
Joined: Fri Apr 20, 2012 4:44 am
Contact:

Re: Image creditscroll no longer displaying?

#3 Post by crimsonnight » Wed Jun 29, 2016 4:06 pm

namastaii wrote:Just a thought but maybe you could think about doing it this way since it's tested and works


viewtopic.php?f=51&t=22481&hilit=how+to ... cy+credits
Sure, I'll try reworking it, just have no idea why it would be working exactly as intended and then suddenly not display at all though :?
alwaysthesamebluesky.com

User avatar
namastaii
Eileen-Class Veteran
Posts: 1350
Joined: Mon Feb 02, 2015 8:35 pm
Projects: Template Maker for Ren'Py, What Life
Github: lunalucid
Skype: Discord: lunalucid#1991
Soundcloud: LunaLucidMusic
itch: lunalucid
Location: USA
Contact:

Re: Image creditscroll no longer displaying?

#4 Post by namastaii » Wed Jun 29, 2016 4:17 pm

Hmm I'm not sure. You could have changed something elsewhere that somehow affects it or maybe something changed in an update.

crimsonnight
Veteran
Posts: 298
Joined: Fri Apr 20, 2012 4:44 am
Contact:

Re: Image creditscroll no longer displaying?

#5 Post by crimsonnight » Wed Jun 29, 2016 4:19 pm

namastaii wrote:Hmm I'm not sure. You could have changed something elsewhere that somehow affects it or maybe something changed in an update.
All I've done is added two new translations, haven't touched the code apart from that, so may be an update that's causing it...
alwaysthesamebluesky.com

Post Reply

Who is online

Users browsing this forum: No registered users