Update SocialGroups authored by Daniel Rupp's avatar Daniel Rupp
...@@ -16,10 +16,12 @@ At first, depending on the size of the group, place the desired amount of VHs in ...@@ -16,10 +16,12 @@ At first, depending on the size of the group, place the desired amount of VHs in
## Social Group Actor ## Social Group Actor
The Social Group actor will show up in the scene as blue ball and will not be visible during the game. Move the Actor to the position, where the center of the group should be. The Social Group actor will show up in the scene as blue ball and will not be visible during the game. Move the Actor to the position, where the center of the group should be.
In the details panel under the category Social Group, the following properties can be changed: In the details panel under the category "Social Group", the following properties can be changed:
| Parameter| Details | | Parameter| Details |
|------|---------| |----------|---------|
|Agents in Group|Only available to edit, if Spawn as Group is turned off. Allows the user to specify the agents, that should form a group.| |Agents in Group|Only available to edit, if Spawn as Group is turned off. Allows the user to specify the agents, that should form a group.|
|Spawn as Group|If this is set to true, the Agents will spawn automatically.| |Spawn as Group|If this is set to true, the Agents will spawn automatically.|
|Group Size|The amount of agents that shall be spawned, if Spawn as Group is set to true.| |Group Size|The amount of agents that shall be spawned, if Spawn as Group is set to true.|
...@@ -32,7 +34,7 @@ In the details panel under the category Social Group, the following properties c ...@@ -32,7 +34,7 @@ In the details panel under the category Social Group, the following properties c
Under the Subcategory _Dialogue_, parameters can be found for setting up the dialogue system of the social group. Under the Subcategory _Dialogue_, parameters can be found for setting up the dialogue system of the social group.
|Parameter|Details| |Parameter|Details|
|-----|-----| |---------|-------|
|Dialogues|A list of Dialogues, that will be distributed among the group members.| |Dialogues|A list of Dialogues, that will be distributed among the group members.|
|Start Dialogue|If true, the dialogue system will start with the game| |Start Dialogue|If true, the dialogue system will start with the game|
|Number of Agents in Conversation|Specifies, on how many group members, the Dialogues will be distributed.| |Number of Agents in Conversation|Specifies, on how many group members, the Dialogues will be distributed.|
...@@ -41,7 +43,7 @@ Under the Subcategory _Dialogue_, parameters can be found for setting up the dia ...@@ -41,7 +43,7 @@ Under the Subcategory _Dialogue_, parameters can be found for setting up the dia
Dialogues is a list containing parameters necessary to make agents speak and includes: Dialogues is a list containing parameters necessary to make agents speak and includes:
|Parameter|Details| |Parameter|Details|
|---|---| |---------|-------|
|Dialogue Anim Montage|The Animation Montage containing the Lip Sync Animation. See [Face Animation](Components/FaceAnimation)| |Dialogue Anim Montage|The Animation Montage containing the Lip Sync Animation. See [Face Animation](Components/FaceAnimation)|
|Audiofile|The Path to the Audiofile. This path will be used by the Virtual Acoustic Plugin.| |Audiofile|The Path to the Audiofile. This path will be used by the Virtual Acoustic Plugin.|
|Gender|The Gender of the group member, this dialogue should be assigned to.| |Gender|The Gender of the group member, this dialogue should be assigned to.|
... ...
......