Member
The Member component is essential for integrating any object or character into the Faction system. By adding this component, you enable the object or character to join or leave factions dynamically.
Last updated
The Member component is essential for integrating any object or character into the Faction system. By adding this component, you enable the object or character to join or leave factions dynamically.
Last updated
It is usually attached to the Character object so it's easy to access. However, you can decide to attach it to some other object or even have multiple characters.
The Member component allows an object or character to:
Join multiple factions at the start or dynamically during runtime.
View and manage affiliations with various factions.
Display status towards the player if the selected member is not the player.
Handle reputation points if enabled for specific factions.
If reputation points are enabled for a faction, the member’s actions can influence their status within that faction.
Use the Ignore Reputation Points checkbox to exclude reputation points from affecting the member’s faction status.
Displays the list of factions the member is currently part of.
Shows the current status (e.g., Friendly, Neutral, Hostile) and allows leaving the faction.
Lists all other available factions.
Shows the relationship status and provides options to join the factions.
If the selected member is not the player, the component will display the status of this member towards the player.
This helps in understanding the relationship dynamics from the member’s perspective.