Page 1 of 1

Limit relationship trate

Posted: Thu Aug 11, 2022 6:32 am
by Arficord
Hello. Is it possible to limit relations between fractions in (-100; 100) range?

I'm asking because of the only place where relationship value clamped is updating of FactionMember GUI.
That's mean I can change affinity to 999, and it stays as it until I hover mouse on Inspector of FactionMember. After that it becomes 100.

I have used ModifyAffinity and GetAffinity from DialogueSystem Integration, and it's works as I described.


If it is possible to limit, how can I change the range? (0: 100) for example.

Re: Limit relationship trate

Posted: Thu Aug 11, 2022 9:24 am
by Tony Li
Hi,

That sounds like a bug. I'll make sure this is fixed in the next release. I'll also add clamping ranges to Faction so you can specify that a specific faction should be clamped to [0,100] instead of the default [-100,100].

Edit: I'm adding clamping to personality trait definitions and relationship trait definitions, not individual factions.

Re: Limit relationship trate

Posted: Thu Aug 11, 2022 10:30 am
by Arficord
Thank you. I will be waiting for the next update.

Re: Limit relationship trate

Posted: Tue Oct 11, 2022 4:16 am
by jimgogo
Thanks for the update, as I see now Love/Hate clamps traits to [-100,100]. Awesome.

Re: Limit relationship trate

Posted: Tue Oct 11, 2022 7:47 am
by Tony Li
Glad to help! Thanks for the suggestion.