Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Ну а теперь к ошибкам:
Часто возникает ошибка типа "An exception has occurred".
При второй(вроде как) встрече с Юлей в лесу пропадает фон - вылезает опять та же ошибка. В случае её игнорирования вместо фона будет прозрачный фон в клеточку.
ОЧЕНЬ много грамматических ошибок.
Особенно в конце игры - кажется что автор не спал несколько дней.
В начале игры(и после) знаки препинания слипаются с буквами, как и предложения друг с другом. Не всегда правильно расставлены запятые.
Ну и последнее, что я помню, это где-то в конце игры, когда они снова приезжают в лагерь, неправильно поставлен фон - остановка в городе, хотя они прибыли в лагерь.
Извиняюсь, если чем-то обидел.
pi"Ну смотри, потом пиняй на себя..."
/pi"Ну смотри, потом пеняй на себя..."
pi"Это лишь дело времени, скоро ты поймёшь, очень скоро ты поймёшь что отсюда нет выхода как ты ни старайся. Мы здесь заключены{w}{b}Навечно. {/b}"
/pi"Это лишь дело времени, скоро ты поймёшь, очень скоро ты поймёшь что отсюда нет выхода как ты ни старайся. Мы здесь заключены. {w}{b}Навечно. {/b}"
uv"Ты был здесь{w}{b}всегда{/b}."
/uv"Ты был здесь {w}{b}всегда{/b}."
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 37: expected '=' not found.
image bg me_uv_mods/mur_d6 sep = im.Sepia("mods/mur/images/cg/me_uv_mods/mur_d6.jpg")
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 41: expected '=' not found.
image bg sl_mods/mur_d5 sep = im.Sepia("mods/mur/images/cg/sl_mods/mur_d5.jpg")
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 52: expected ':' not found.
transform mods/mur_menutrans:
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 956: expected a keyword argument, colon, or end of line.
screen menu_mods/mur:
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 968: expected ':' not found.
label mods/mur:
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 976: end of line expected.
call screen menu_mods/mur
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 979: end of line expected.
call screen menu_mods/mur
^
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 37: expected '=' not found.
image bg me_uv_mods/mur_d6 sep = im.Sepia("mods/mur/images/cg/me_uv_mods/mur_d6.jpg")
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 41: expected '=' not found.
image bg sl_mods/mur_d5 sep = im.Sepia("mods/mur/images/cg/sl_mods/mur_d5.jpg")
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 52: expected ':' not found.
transform mods/mur_menutrans:
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 956: expected a keyword argument, colon, or end of line.
screen menu_mods/mur:
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 968: expected ':' not found.
label mods/mur:
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 976: end of line expected.
call screen menu_mods/mur
^
File "../../workshop/content/331470/2644052550/mur/mur_menu.rpy", line 979: end of line expected.
call screen menu_mods/mur
^
Ren'Py Version: Ren'Py 7.4.8.1895
Mon Nov 8 23:12:21 2021
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 436, in script
show mz pioneer glasses angry with dissolve
Exception: Showing 'mz pioneer glasses angry' is ambiguous, possible images include: mz angry glasses pioneer, mz angry pioneer glasses
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 436, in script
show mz pioneer glasses angry with dissolve
File "renpy/ast.py", line 1192, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1162, in show_imspec
atl=atl)
File "renpy/exports.py", line 741, in show
name, what = _find_image(layer, key, name, what)
File "renpy/exports.py", line 558, in _find_image
new_what = renpy.game.context().images.apply_attributes(layer, key, name)
File "renpy/display/image.py", line 948, in apply_attributes
return self.choose_image(nametag, required, optional, name)
File "renpy/display/image.py", line 1008, in choose_image
raise Exception("Showing '" + " ".join(exception_name) + "' is ambiguous, possible images include: " + ", ".join(" ".join(i) for i in matches))
Exception: Showing 'mz pioneer glasses angry' is ambiguous, possible images include: mz angry glasses pioneer, mz angry pioneer glasses
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Everlasting Summer 1.2
Thu Dec 2 14:29:35 2021
```
@iii_rozen_berg_iii
While running game code:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1319, in script
show mi smile body with dissolve
Exception: Image 'mi' does not accept attributes 'smile body'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1319, in script
show mi smile body with dissolve
File "renpy/ast.py", line 1197, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1167, in show_imspec
atl=atl)
File "renpy/exports.py", line 742, in show
if not base.find_target() and renpy.config.missing_show:
File "renpy/display/image.py", line 409, in find_target
self.target = target._duplicate(a)
File "renpy/display/core.py", line 390, in _duplicate
args.extraneous()
File "renpy/display/core.py", line 271, in extraneous
" ".join(self.args),
Exception: Image 'mi' does not accept attributes 'smile body'.
While running game code:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1437, in script
show mi body laugh
Exception: Image 'mi' does not accept attributes 'body laugh'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1437, in script
show mi body laugh
File "renpy/ast.py", line 1197, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1167, in show_imspec
atl=atl)
File "renpy/exports.py", line 742, in show
if not base.find_target() and renpy.config.missing_show:
File "renpy/display/image.py", line 409, in find_target
self.target = target._duplicate(a)
File "renpy/display/core.py", line 390, in _duplicate
args.extraneous()
File "renpy/display/core.py", line 271, in extraneous
" ".join(self.args),
Exception: Image 'mi' does not accept attributes 'body laugh'.
While running game code:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1446, in script
show mi body smile close
Exception: Image 'mi' does not accept attributes 'body smile close'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1446, in script
show mi body smile close
File "renpy/ast.py", line 1197, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1167, in show_imspec
atl=atl)
File "renpy/exports.py", line 742, in show
if not base.find_target() and renpy.config.missing_show:
File "renpy/display/image.py", line 409, in find_target
self.target = target._duplicate(a)
File "renpy/display/core.py", line 390, in _duplicate
args.extraneous()
File "renpy/display/core.py", line 271, in extraneous
" ".join(self.args),
Exception: Image 'mi' does not accept attributes 'body smile close'.
While running game code:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1591, in script
show mi body rage close
Exception: Image 'mi' does not accept attributes 'body rage close'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2644052550/mur/days/mur_d6.rpy", line 1591, in script
show mi body rage close
File "renpy/ast.py", line 1197, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1167, in show_imspec
atl=atl)
File "renpy/exports.py", line 742, in show
if not base.find_target() and renpy.config.missing_show:
File "renpy/display/image.py", line 409, in find_target
self.target = target._duplicate(a)
File "renpy/display/core.py", line 390, in _duplicate
args.extraneous()
File "renpy/display/core.py", line 271, in extraneous
" ".join(self.args),
Exception: Image 'mi' does not accept attributes 'body rage close'.