1) You can easily send messages to your opponent, and the amount of them during one turn is not limited. The only limitation is that one text message cannot be longer than 256 characters.
The messages will be shown to opponent during viewing your turn, in the same order and moreover, camera is "attached" to each text message, i.e. opponent will see the same map region under the same angle. It's very suitable when commenting one's actions.
2) MAN Chat Server and MAN Game Server are two separate servers. Neither of them "knows" about each other.
You can turn on the feature called "Autorefresh".
Open the file settings.ini and find [network] section. If you cannot see anything like
autorefresh = ...
just add such a line where points are replaced by a number which stands for time interval in seconds.
For example,
autorefresh = 60
will result in automatical connecting to Game Server.
It looks like
<...>
[network]
battlenet = "gs.massiveassault.com"
battlenet_port = 6005
autorefresh=60
<...>
|