Sending team chat from server console?

Post all other topics which do not belong to any other category.
Post Reply
User avatar
tterrag1098
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat Jun 07, 2014 6:57 am
Contact:

Sending team chat from server console?

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

User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: Sending team chat from server console?

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

User avatar
tterrag1098
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat Jun 07, 2014 6:57 am
Contact:

Re: Sending team chat from server console?

Post by tterrag1098 »

Yeah I know it's possible with mods, I want to avoid that if at all possible.

quinor
Filter Inserter
Filter Inserter
Posts: 404
Joined: Thu Mar 07, 2013 3:07 pm
Contact:

Re: Sending team chat from server console?

Post by quinor »

There is no way besides a mod, or (in this case) rcon commands. There's no such option in vanilla Factorio.

User avatar
tterrag1098
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat Jun 07, 2014 6:57 am
Contact:

Re: Sending team chat from server console?

Post by tterrag1098 »

That's all I wanted to know. Thank you.

Post Reply

Return to “General discussion”