Hi everyone!
I found out how to accomplish the desired behavior.
In linux, this is possible using a special "fifo" file.
You use the "mkfifo" tool to create a file that will be used as a bridge between the server process and the other processes.
No time to explain here with details, but basically ...
Search found 2 matches
- Thu Mar 22, 2018 4:51 pm
- Forum: Technical Help
- Topic: Send commands to server from outside the game
- Replies: 1
- Views: 1813
- Tue Mar 20, 2018 2:38 am
- Forum: Technical Help
- Topic: Send commands to server from outside the game
- Replies: 1
- Views: 1813
Send commands to server from outside the game
Hi everyone!
I want to do something and can't figure out how.
I know that you can issue commands from the in-game console.
However, what I want is to issue commands from outside the game.
I will explain.
I have a headless server running on the background (detached from the Linux terminal).
I want ...
I want to do something and can't figure out how.
I know that you can issue commands from the in-game console.
However, what I want is to issue commands from outside the game.
I will explain.
I have a headless server running on the background (detached from the Linux terminal).
I want ...