Lemma Soft Forums
Supporting creators of visual novels and story-based games since 2003.
Ren’Py indentation mismatch
Ren’Py indentation mismatch
#1 Post by Kruemel » Wed Jul 02, 2014 8:02 am
Re: Ren’Py indentation mismatch
#2 Post by Asceai » Wed Jul 02, 2014 8:04 am
Re: Ren’Py indentation mismatch
#3 Post by Kruemel » Wed Jul 02, 2014 8:09 am
as I said I proofreaded it many times and my friend also checked it, maybe I’m just too dumb? :/
here is the line (the first one):
«Go after him.»:
me «I’m sorry.»
It’s the menu of a choice so it should have 4 spaces, right? It has four, I typed and counted them a thousand times..
or am I getting indentation wrong? I’m not a native English speaker :/
Re: Ren’Py indentation mismatch
#4 Post by Asceai » Wed Jul 02, 2014 8:11 am
Re: Ren’Py indentation mismatch
#5 Post by Kruemel » Wed Jul 02, 2014 8:16 am
with the menu. the forum seems to not show the spaces? I have no space before «menu:» and four spaces before «Stay with Celine» and «Go after him»
menu:
«Stay with Celine»:
show Celine at center
with move
«Without looking after him I follow Celine. «
(there’s a lot of text in between, I deleted it. But the problem can’t be in this text, I didn’t change it since the last time it worked.9
show bg eCeline
with dissolve
«Go after him.»:
me «I’m sorry.»
«I let off her hand and briefly tell her goodbye, then I go after Lauriz without looking back to her.»
Re: Ren’Py indentation mismatch
#6 Post by Asceai » Wed Jul 02, 2014 8:27 am
tags for it to show indentation. Thankfully I can see the intended indentation by quoting you.
Re: Ren’Py indentation mismatch
#7 Post by Kruemel » Wed Jul 02, 2014 8:41 am
Lemma Soft Forums
Supporting creators of visual novels and story-based games since 2003.
Indention Mismatch
Indention Mismatch
#1 Post by TofuWaffle » Sun Nov 04, 2012 3:37 am
I don’t know what I did wrong :s
File «game/script.rpy», line 30: indention mismatch.
Text :
jump look normal: (12 spaces before text)
label like a pedo: (4 spaces before text)
«Me» » Mind if I ask for your names? » (4spaces before text)
^ Line 30 is the second one.
Re: Indention Mismatch
#2 Post by kankan » Sun Nov 04, 2012 3:48 am
Re: Indention Mismatch
#3 Post by TofuWaffle » Sun Nov 04, 2012 3:51 am
Re: Indention Mismatch
#4 Post by kankan » Sun Nov 04, 2012 3:59 am
Re: Indention Mismatch
#5 Post by TofuWaffle » Sun Nov 04, 2012 4:19 am
File «game\script.rpy», line 25: Line is followed by a block, despite not being a menu choice. Did you forget a colon at the end of the line?
«Ask them for their names»
^
File «game\script.rpy», line 31: expected ‘:’ not found.
label like a pedo:
File «game\script.rpy», line 41: expected ‘:’ not found.
label look normal:
Re: Indention Mismatch
#6 Post by kankan » Sun Nov 04, 2012 4:34 am
Re: Indention Mismatch
#7 Post by TofuWaffle » Sun Nov 04, 2012 4:41 am
Re: Indention Mismatch
#8 Post by kankan » Sun Nov 04, 2012 4:49 am
Re: Indention Mismatch
#9 Post by TrickWithAKnife » Sun Nov 04, 2012 4:58 am
The #renpy IRC channel is a great place to chat with other devs. Due to the nature of IRC and timezone differences, people probably won’t reply right away.
If you’d like to view or use any code from my VN PM me. All code is freely available without restriction, but also without warranty or (much) support.
Re: Indention Mismatch
#10 Post by TofuWaffle » Sun Nov 04, 2012 5:39 am
Визуальные новеллы своими руками.
От всей души надеюсь, что вас это заинтересует.
И помните, теперь судьба визуальных новелл на русском и в ваших руках!
ЗЫ. ОГРОМНАЯ просьба: протестируйте демо и файл локализации на предмет очепяток и отпишитесь сюда. Пожалуйста!
Новая версия движка! Полностью переведённая на великий и могучий.
[url=»http://ifolder.ru/4850000″ target=»_blank» rel=»nofollow»>http://ifolder.ru/4850000[/url]
Как всегда, ОГРОМНАЯ просьба протестировать перевод и сообщить мне обо всех найденных очепятках. ОЧЕНЬ НУЖНО.
[url=»http://img155.imageshack.us/my.php?image=tohivv1ep7.jpg» target=»_blank» rel=»nofollow»> 



Движок очень удобный и понятный для человека, не разбирающегося в программировании, надеюсь, я буду не единственным, кто его опробует.
Indentation mismatch renpy что значит
Народ, пожалуйста помогите хреновому деятелю новелл, я категорически не понимаю в чем дело, пытаюсь ввести картинки и персонажей в игру, а он мне пишет ошибку.
I’m sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File «game/script.rpy», line 19: indentation mismatch.
Ren’Py Version: Ren’Py 6.99.10.1227
# Объявляйте изображения здесь, используя оператор image.
# например, image eileen happy = «eileen_happy.png»
image margarita normal = «margarita_normal.png»
image margarita smile = «margarita_smile.png»
image margarita giggle = «margarita_giggle.png»
image margarita surprside = «margarita_surprisde.png»
image margarita2 normal = «margarita2_normal.png»
image margarita2 smile = «margarita2_smile.png»
image margarita2 giggle = «margarita2_giggle.png»
image margarita2 surprside = «margarita2_surprisde.png»
image club = «club.jpg»
image kab = «kab.jpg»
image uni = «uni.jpg»
image pole = «pole.jpg»
define M = Character(_(‘Margarita’), color=»#c8ffc8″)
h = Character(_(‘Hisao’), color=»#ffffff»)
вот здесь я начал вводить, и на строчке «define M = Character(_(‘Margarita’), color=»#c8ffc8») «
он говорит ошибку.
Подсказка: чтобы не видеть рекламу, нужно зарегистрироваться и написать 5 сообщений.
Визуальные новеллы своими руками. Создай свою.
#1
000
От всей души надеюсь, что вас это заинтересует.
И помните, теперь судьба визуальных новелл на русском и в ваших руках!
ЗЫ. ОГРОМНАЯ просьба: протестируйте демо и файл локализации на предмет очепяток и отпишитесь сюда. Пожалуйста!
#2
Kashikimori
#3
Kaizer
#4
000
Новая версия движка! Полностью переведённая на великий и могучий.
http://ifolder.ru/4850000
Как всегда, ОГРОМНАЯ просьба протестировать перевод и сообщить мне обо всех найденных очепятках. ОЧЕНЬ НУЖНО.
#5
000
#6
000
#7
dsp8195
#8
KrisM




Движок очень удобный и понятный для человека, не разбирающегося в программировании, надеюсь, я буду не единственным, кто его опробует.




000



