"Undefined Images"

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
Jelly
Newbie
Posts: 6
Joined: Tue Mar 22, 2011 12:48 pm
Contact:

"Undefined Images"

#1 Post by Jelly »

I'm trying to make a test-VN with the latest version of Ren'Py, and I have a really annoying problem.

When the BG changes in that test-VN, the screen goes black and it says "Undefined Images". This occurs with all BGs (except the one that's fully black) and I can't make the real BGs appear.

Here's the script:
image bg black = "black.jpg"
image bg outside = "outside.jpg"
image bg inside = "inside.jpg"

image jelly = "jelly.png"

define narrator = NVLCharacter (None, kind=nvl)

label start:

play music "1.mp3"

scene black
with fade

"......"

scene outside
with fade

narrator "......... {w}come here..."

scene inside
with fade

show jelly
with fade

narrator "......... why, hello there!"

nvl clear

narrator "My name is Jelly! {w} I am a beginner Visual Novel artist!"

nvl clear

narrator "This is just a mere test. {w} ... a crappy one."

return
Am I doing something wrong, or does Ren'Py just hate me?

Lotus
Veteran
Posts: 298
Joined: Thu Jan 06, 2011 9:28 am
Projects: Unnamed Slenderman VN, Secret 10560
Location: USA
Contact:

Re: "Undefined Images"

#2 Post by Lotus »

You have "outside" defined as "bg outside", not just "outside". I do that a lot too xD; Oh, and use the code function, not the quote :) I believe the quote function messes up the indentation, which is sometimes the problem.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot]