Forums » General

i cant see the Chat line

May 01, 2004 PAPA link
Hello my name is Andromeda in the game :) i can*t see the fucking chat ;( only if same one destroy me or a bot ?
Need help ! thx

i cant finished mession what is the Mession bot commands ?

thx
May 01, 2004 Suicidal Lemming link
Try turning multilog back off:
Options -> Graphics -> Multilog
May 01, 2004 Lin link
... and please watch your language ... the chat is not f...

Would be nice if you could stop using the f-word.

Linda (-:
May 01, 2004 RelayeR link
I think it would be nice if EVERYONE stopped using the F-word...here and in game.

Turning multi-log off is the answer to problem #1

Typing /msg "*Mission computer #" (# being the number of the sector you are in) will get you the mission computer. They have changed it to PM now so, "Tab" should get you the last one you talked to and then, you just need to make sure the # is the sector you are in.
May 01, 2004 Ben Shaw link
Ok now we have realised it is multilog that is the problem, i figured i cud step in here. how do you use multilog?
May 01, 2004 toshiro link
/set multilog 1

then, for each channel (1: syslog, 2: msg, 3: group, 4: team, 5: sector, 6: global), you type
/log1
/log2
etc.

OR

you do this:

<copy-and-paste the following part into your wgaf.cfg file>
alias multilogtoggle "multilogon"
alias multilogoff "alias multilogtoggle multilogon; echo 'Multilogging turned OFF'; set multilog 0"
alias multilogon "alias multilogtoggle multilogoff; echo 'Multilogging turned ON'; set multilog 1"
alias channel1 "log1; echo 'System Log'"
alias channel2 "log2; echo 'Private Channel'"
alias channel3 "log3; echo 'Group Channel'"
alias channel4 "log4; echo 'Team Channel'"
alias channel5 "log5; echo 'Sector CHannel'"
alias channel6 "log6; echo 'Public Channel'"
bind F5 channel1
bind F6 channel2
bind F7 channel3
bind F8 channel4
bind F9 channel5
bind F10 channel6
bind F11 multilogtoggle
<end copy-and-paste>

by doing this, you enable F11 to shut multilog on or off, and F5-10 to switch between channels.