PDA

View Full Version : Stats does not show.


RagingBull
03-08-2004, 06:09 AM
Im currently running SW on my comp and its connected to a linux server. this until i have it configured right.

Problem is !stats dont workin in game. I think the problem is the path for the games_mp.log file. my path on the server is as follows:
/home/CoD/callofduty/main/games_mp.log.

and i use " tail - f " in front of this. i couldnt figure out the path listed in a previous post. can someone tell me whats wrong with this? or if this is even the problem connected with !stats?

Another problem is if i download Cobras pre-made files for Kill spre msg etc and i try to load this files in to SW it can only find Mohaa files.. is this not working for CoD?

RagingBull
03-09-2004, 12:21 PM
Is there any way to avoid this Base path/homepath thing?

like for instance setting the path in g_log, like this:
set g_log "/home/CoD/callofduty/main/games_mp.log"
this version i tried but no stats yet.

im lost here. Can someone pls respond? would be apreciated with some help.

UnDead
03-09-2004, 07:20 PM
For “SSH Connection” enter your server IP into “Host”, then the port for your SSH server. Then enter your login name and password. If you are connecting to a SSH server on a linux machine enter a command for the file path such as:
CODE
tail -f Program/Files\Call/of/Duty\main\games_mp.log

Note: Case sensitive and "/" is a place holder for the space between Program and Files as well as Call of Duty.
or

CODE
tail -f "Program Files/Call of Duty/Main/games_mp.log"

Thats for linux above...

Now one way to test if FTP or SSH logfile access is working is to go to File and click Debug.

Then in the console window type in status.

Then switch one tab to the right at the top till you get to the black backround green text window and you should see the player list show up. Also you should be seeing chats under this tab as well. This will show if the logfile is being read or not. IF you get nothing but black screen then its not reading the logfile.

RagingBull
03-10-2004, 05:57 AM
Hey thx for the replay.

My ssh connection is working as far as i know. and in the command line i have written :

tail - f /home/CoD/callofduty/main/games_mp.log

should then maybe have written:

tail - f "/home/CoD/callofduty/main/games_mp.log"

This i will try later today.

btw do u know about this " set g_log" ?? i have set the same path here.

as for the status i get up this green text there, but it seems to be incomplete..

i also have problem with the kill spree msg but i guess this problem is connected to the same logfile problem.

Chingaman
04-07-2004, 04:25 PM
If im not mistaken....on a linux server...the /callofduty folder should have a period in front of it. /.callofduty

Cobra
04-10-2004, 08:31 AM
open the debug window in the SW and take a look at the logfile.
If you get text there when people are in the server the logfile is working right.
If you cant see any text there then it is not reading the log from the game server.