Page 1 of 1

Thinking about buying bought have questions

Posted: Thu Dec 06, 2018 5:10 pm
by ashlar64
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?

Re: Thinking about buying bought have questions

Posted: Thu Dec 06, 2018 6:55 pm
by Tony Li
Hi,
ashlar64 wrote: Thu Dec 06, 2018 5:10 pm1) Can a entity belong to multiple factions? (not a deal breaker if they can't)
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.).
ashlar64 wrote: Thu Dec 06, 2018 5:10 pm2) 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?
Yes. It's just one call: FactionManager.SerializeToString(). Your C# class can call this method and store the value in a string variable.