Hello,
I am considering purchasing this asset but I have a few questions.
1) Can a entity belong to multiple factions? (not a deal breaker if they can't)
2) I have a C# class which I will be using to serializing all the save data for my game. Can I put the data from the Love / Hate asset inside the save data class?
Thinking about buying bought have questions
Re: Thinking about buying bought have questions
Hi,
Yes. An entity can have its own personal faction plus any number of parent factions. Each of those parent factions can have their own parents, etc. Entities can inherit relationships and personality traits from ancestors (parents, grandparents, etc.).
Yes. It's just one call: FactionManager.SerializeToString(). Your C# class can call this method and store the value in a string variable.