New question, for the dev's or Chris......
If you want a visregion that affects objects that are on a different Page, does the Visregion need to also be on the same page as the objects?
type:name
type:name@page
MyObject:
visual:
visregions:
- 0088:MySoftvolume
MyObject:
visual:
visregions:
- 0088:MySoftvolume@mainRoom
andylegate wrote:...that and remembering to set the bounds to convex on the regions themselves
Jojon wrote:Hmm, so it won't simply be a matter of defining in- and outstrength to pick sides? Dang! :7
Nadnerb wrote:
- Code: Select all
MyObject:
visual:
visregions:
- 0088:MySoftvolume@mainRoom
MyObject:
visual:
visregions:
- softvolume:MySoftvolume@mainRoom
Christian Walther wrote:I have not tried this, but softvolume in place of 0088 should work too. Or any other of the names in the table in section Complex Soft Volumes of the wiki article, for the other soft volume types.
- Code: Select all
MyObject:
visual:
visregions:
- softvolume:MySoftvolume@mainRoom
Nadnerb wrote:Christian Walther wrote:I have not tried this, but softvolume in place of 0088 should work too. Or any other of the names in the table in section Complex Soft Volumes of the wiki article, for the other soft volume types.
- Code: Select all
MyObject:
visual:
visregions:
- softvolume:MySoftvolume@mainRoom
This is correct, there is a quite large conversion table for type names. I tend to use class index values instead of these names because it guarantees that the ref will work, whether or not the object type I'm after is in the table. (and spelling is not an issue)
Paradox wrote:Conversely, I use the text name, since if/when Myst V/MOUL/etc. support is added, the class IDs will change (slightly for MOUL, massively for MV).
Users browsing this forum: No registered users and 3 guests