Page 1 of 1

Sending team chat from server console?

Posted: Mon Mar 11, 2019 1:11 am
by tterrag1098
Is it possible? I would like to be able to bridge messages from a team chat discord channel to only that team in-game without using a mod.

Re: Sending team chat from server console?

Posted: Mon Mar 11, 2019 2:03 am
by DaveMcW

Code: Select all

game.forces["my_team"].print("my_message")
Transferring the my_team and my_message variables from discord to the server console is left as an exercise for the reader.

Re: Sending team chat from server console?

Posted: Mon Mar 11, 2019 5:37 am
by tterrag1098
Yeah I know it's possible with mods, I want to avoid that if at all possible.

Re: Sending team chat from server console?

Posted: Mon Mar 11, 2019 6:58 am
by quinor
There is no way besides a mod, or (in this case) rcon commands. There's no such option in vanilla Factorio.

Re: Sending team chat from server console?

Posted: Mon Mar 11, 2019 6:53 pm
by tterrag1098
That's all I wanted to know. Thank you.