[Solved]Paranormal activity on LiveComposite

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
Calamarcia
Newbie
Posts: 15
Joined: Sun May 06, 2018 10:48 am
Projects: Murder Files: One more shot of whiskey
Contact:

[Solved]Paranormal activity on LiveComposite

#1 Post by Calamarcia » Sun May 06, 2018 11:14 am

Hi!
I'm new to the forum and renpy :oops: Today I was trying to use livecomposite for the first time, but something strange happened.
I am working on a separate file called images.rpy

Code: Select all

image jones normal:
    LiveComposite (
        (494,938),
        (0,0), "images/chars/jones/jones_body.png",
        (0,0), "images/chars/jones/exp/jones_mouth_normal.png"
        (0,0), "images/chars/jones/exp/jones_eyes_normal.png"
        (0,0), "images/chars/jones/exp/jones_eyebrows_normal.png"
        )
This is the error I have :|
Image
Strangely It works If I remove/comment the last two images. I though maybe the pngs were corrupt so I saved them again from a different file. But It gave me the same error... :| :| :|

Code: Select all

image jones normal:
    LiveComposite (
        (494,938),
        (0,0), "images/chars/jones/jones_body.png",
        (0,0), "images/chars/jones/exp/jones_mouth_normal.png"
        #(0,0), "images/chars/jones/exp/jones_eyes_normal.png"
        #(0,0), "images/chars/jones/exp/jones_eyebrows_normal.png"
        )
Image
Thank you for your time :oops:
Last edited by Calamarcia on Sun May 06, 2018 11:44 am, edited 1 time in total.
Image

kivik
Miko-Class Veteran
Posts: 786
Joined: Fri Jun 24, 2016 5:58 pm
Contact:

Re: Paranormal activity on LiveComposite

#2 Post by kivik » Sun May 06, 2018 11:23 am

You're missing some commas at the end of the lines:

Code: Select all

image jones normal:
    LiveComposite (
        (494,938),
        (0,0), "images/chars/jones/jones_body.png",
        (0,0), "images/chars/jones/exp/jones_mouth_normal.png",
        (0,0), "images/chars/jones/exp/jones_eyes_normal.png",
        (0,0), "images/chars/jones/exp/jones_eyebrows_normal.png"
        )

User avatar
Calamarcia
Newbie
Posts: 15
Joined: Sun May 06, 2018 10:48 am
Projects: Murder Files: One more shot of whiskey
Contact:

Re: Paranormal activity on LiveComposite

#3 Post by Calamarcia » Sun May 06, 2018 11:44 am

kivik wrote:
Sun May 06, 2018 11:23 am
You're missing some commas at the end of the lines:

Code: Select all

image jones normal:
    LiveComposite (
        (494,938),
        (0,0), "images/chars/jones/jones_body.png",
        (0,0), "images/chars/jones/exp/jones_mouth_normal.png",
        (0,0), "images/chars/jones/exp/jones_eyes_normal.png",
        (0,0), "images/chars/jones/exp/jones_eyebrows_normal.png"
        )
Lol it was that!! Thank you :3

Image
Image

kivik
Miko-Class Veteran
Posts: 786
Joined: Fri Jun 24, 2016 5:58 pm
Contact:

Re: [Solved]Paranormal activity on LiveComposite

#4 Post by kivik » Sun May 06, 2018 11:46 am

No problems. Excellent artwork by the way!

Post Reply

Who is online

Users browsing this forum: Google [Bot]