Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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>"}}
]