Page 1 of 1

change diplomatic settings - "teams are locked"

Posted: Fri Oct 20, 2017 10:37 pm
by Pascali
we are getting "teams are locked", if we wan´t to change the diplomatic settings to friendly. How can we change the doplomatic settings. Is there any command?

thank you!

Re: change diplomatic settings - "teams are locked"

Posted: Sat Oct 21, 2017 1:28 pm
by daniel34
If you are using a mod or scenario to set up the teams then check the mod's description / ask the mod author.

Or you can use this command:

Code: Select all

/c game.forces['force1'].set_friend('force2', true)
Replace force1 and force2 with the actual names of the forces. Use false instead of true if you want to unfriend them. Also note that this command is one-sided, if you want to have both of them be friendly to each other you need to repeat the command with force1 and force2 in reverse order.

Re: change diplomatic settings - "teams are locked"

Posted: Sun Oct 22, 2017 1:55 pm
by Pascali
thank you!