Good evening! Is it possible to attach an ownership icon to a non-capturable object? Preferably, using a script, i.e., by creating a static object (if one can be created) or by using PlayVisualEffect. However, I'm not very familiar with the types of entities, and I might be suggesting something silly right now. In general, I would appreciate any information on this effect and the possibility/impossibility of adding it to objects of any type.
Yes, it can be done using PlayVisualEffect. Regarding the path, try something from Effects/_(Effect)/Buildings/Capture/...
Added 3 minutes later
I'm creating a map that is bilingual in terms of text (there are reasons to write the text in English as well), but the descriptions of custom objects are not dynamic, in the sense that it's not a text box, but rather a permanently displayed text that is always available for reading. As a result, I'm only setting up English versions everywhere.
There is a function called OverrideObjectTooltipNameAndDescription
Added 4 minutes later
Well, in general, you can create two versions of the map, one in Russian and one in English. The checksum should not differ if the names of the text files are the same.