Thinking about buying bought have questions

Announcements, support questions, and discussion for Love/Hate.
Post Reply
ashlar64
Posts: 1
Joined: Thu Dec 06, 2018 5:02 pm

Thinking about buying bought have questions

Post 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?
User avatar
Tony Li
Posts: 20715
Joined: Thu Jul 18, 2013 1:27 pm

Re: Thinking about buying bought have questions

Post 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.
Post Reply