[Solved] VirtualEntityController setup
-
I started kicking around the VEC last evening, was cut short, and dug in a bit more this morning.
My reactor.yaml:
I verified the yaml is good at https://yamlchecker.com/
What I'm seeing in MSR:
I believe I have followed all steps (standard disclaimers apply).
Anyone else started to tinker with this newness and, if so, what were your results?
-
Sorry, that's a doc error. Your
entities
should lie withingconfig
like this:controllers: # do not copy this line - id: virtual name: VEC implementation: VirtualEntityController enabled: true config: entities: - id: A
Also, any post where it seems likely there was an error somewhere should be accompanied by an examination of the logs and a post of what's found (with context — see the posting guidelines for explanation of what that entails if in doubt).
-
Sorry, that's a doc error. Your
entities
should lie withingconfig
like this:controllers: # do not copy this line - id: virtual name: VEC implementation: VirtualEntityController enabled: true config: entities: - id: A
Also, any post where it seems likely there was an error somewhere should be accompanied by an examination of the logs and a post of what's found (with context — see the posting guidelines for explanation of what that entails if in doubt).
@toggledbits my bad on the logs. I didn't necessarily think of this as "error" as much as "what did I miss??"
Adjustment made and all looks happy.
-
T toggledbits locked this topic on