Page 1 of 1

[1.27c] Incorrect message about decision's effect

Posted: Sat Feb 28, 2026 11:00 am
by alocritani
Sadly I've not a savegame at turn before the decision, but I'm attaching current status.

I was approached by alien fauna,Vobariria Territory minor regime , I refused their proposal and got the following result

Image

I see several issue:
  • I was not aware they have support by Picard Republic when they threatened us (maybe it's ok, but would be nice to know...)
  • I'm allied with Picard Republic so the "we are now at war with Picard Republic" part is wrong (I was scared at first but no, I'm not at war with them)
So I think the message is reversed: I have a Friendship pact with Picard and they are now at war with Picard

The event is described in row #6, col #76 of table 463:
REGREGKEY.relation=max(0,REGREGKEY.relation-10); REVREGREGKEY.relation=REGREGKEY.relation; exe(346,2,TARGETREGIMESLOT,SOURCEREGIMESLOT)
that basically seems to call
void Helper_DeclareWar(int regSlot, int targetRegSlot, bool intentional = true, bool isJoinOnlyForTargetRegSlot = false)