Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
This is the error message that causes the problem, but the fix I presented below resolves the issue.
"partStates" : {
"light" : {
"off" : {
"properties" : {
"image" : "<partImage>:off"
}
partStates is calling for an :off frame but there is no such frame in .frames, simply removing :off from here fixes the multiplayer world crash and makes the on/off functionality work as expected with the romtom_plush.
I made a super quick glowinthedark.animation.patch locally to fix this in the meantime with:
[
{"op" : "replace", "path":"/animatedParts/parts/fg/partStates/light/off/properties", "value" : {"image" : "<partImage>"}}
]