Here's my script code:
Code: Select all
init:
$ config.screen_width = 800
$ config.screen_height = 600
$ config.window_title = "Test"
image bg route = Image("bgroute.jpg")
image bg hokora = Image("bghokora.jpg")
image black = Solid((0, 0, 0, 255))
image nanaca smile = "TCCN0100.png"
image nanaca erai = "TCCN0101.png"
image nanaca pensive = "TCCN0102.png"
$ n = Character('Nanaca', color=(200, 255, 200, 255))
$ d = Character('Daichi', color=(125, 100, 200, 255))
label start:
scene bg route with fade
$ renpy.music.play('bgm004.ogg')
"So, this is it."
$ renpy.play('vfccc0006annk000.ogg')
"Girl" "Nyaiiiiii!"
Code: Select all
I'm sorry, but an exception occured while executing your Ren'Py
script.
Exception: Style image is not known.
After initialization, but before game start.
-- Full Traceback ------------------------------------------------------------
File "renpy\bootstrap.pyo", line 96, in bootstrap
File "renpy\main.pyo", line 233, in main
File "renpy\main.pyo", line 102, in run
File "renpy\style.pyo", line 163, in build_styles
File "renpy\style.pyo", line 146, in build_style
Exception: Style image is not known.
After initialization, but before game start.
Ren'Py Version: Ren'Py 5.5.2b
I hope you see what's wrong :'(
edit:
My images are rather plain png and jpg.
png ones only have alpha properties (transparency).
