Page 1 of 1

Let /command /silent-command pass on server side

Posted: Mon Sep 19, 2016 9:33 am
by pjincz
Hi, dear developers,

In recent releases, /command and /silent-command are limited.
This make a trouble on server manager.
(For example, set welcome message)

Can you let there commands pass on server side?

Jin

Re: Let /command /silent-command pass on server side

Posted: Mon Sep 19, 2016 9:38 am
by pjincz
Or just add api to add custom command support?

For example,
/set-welcome-msg Welcome to Jin's World.
/save-map
/set-announcement ...
/dump-production

And then I can add there commands implements to control.lua....

Best regards

Re: Let /command /silent-command pass on server side

Posted: Mon Sep 19, 2016 12:06 pm
by aubergine18
an on_console_input event would be sweet - that would let mods listen to anything (commands or messages) put on the console and act upon them.

Re: Let /command /silent-command pass on server side

Posted: Mon Sep 19, 2016 12:30 pm
by pjincz
aubergine18 wrote:an on_console_input event would be sweet - that would let mods listen to anything (commands or messages) put on the console and act upon them.
:D

Re: Let /command /silent-command pass on server side

Posted: Mon Sep 19, 2016 2:52 pm
by ssilk
Technical equal viewtopic.php?f=6&t=32951 Factorio communicate with server app.
which explains his problem a bit better.