Hi
I am working on a multiplayer game and I am planning on using the command prompt for some server stuff. But I have run into a small problem. I do not know how I can send messages to it. For example:
When a player clicks the server.bat file it should open the server. It has the basic arguments of “Game.exe -batchmode -nographics -executeMethod NetworkScript.StartServer”. Now I want to give the player some feedback in the command prompt, like “Server started with this port, this many players e.t.c”. But how do I do this? How can I send messages and handle the command prompt from the game?
Thanks in advance