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
1. the example patches only have FieldOverrides and ArrayPatches, but these will throw an exception, you actually also need to have empty ComponentsPatches as well
2. you can't patch some fields (probably the same fields that you can't override in the blueprint editor), you get an exception like this:
(I tried using serialized json and plain object as the FieldValue in the patch, both fail to be converted)
e.g.
for this patch:
But I really wish the normal blueprint patch/replacement system was more generic and better supported, as I think it's cleaner and more approachable for normal people.