Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH General Discussion
Reload this Page how to make log file, to use for aesta!?
MoH General Discussion General Discussion about Medal of Honor: Allied Assault, expansions and Pacific Assault

Reply
 
Thread Tools Display Modes
how to make log file, to use for aesta!?
Old
  (#1)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default how to make log file, to use for aesta!? - 10-20-2002, 11:27 AM

how do i make LOG file?to use with aestate!

heey peeps!
I want to use aestate,. really nice state proggy for mohaa!
and it says that i have to take mohaalog file.
how do i generate log file?
and where are they??
I have to starter my ded server. and play some rounds b4 the log file is made, right?

peace!
  
Reply With Quote
Old
  (#2)
Druid is Offline
Senior Member
 
Posts: 196
Join Date: May 2002
   
Default 10-20-2002, 04:36 PM

You need to add this to your server.cfg in the mohaa/main directory
//Logging. This is needed for Stats - Do Not Remove
seta g_log "qconsole.log"
seta logfile 3
seta g_logsync 1

You also need to add:
+set developer 1
To your command line on the server.
This is the only way to to get log files for mohaa with obituaries.
You will have to get whoever host your server to change the command line.

Anytime you shut the server down, you must grab a copy of the log file.
The log file is rewritten each time the server restarts.
Does anyone know a way around the log file being copied over after the server restarts?
  
Reply With Quote
Old
  (#3)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default 10-21-2002, 09:51 AM

Maaan! Druid maan! you are the MAAN!
and you!? you are the maan!!! the man you are!!
thanx alot, thanx a bucnh! thanx a mill!

Peace!
  
Reply With Quote
Old
  (#4)
DogMeat is Offline
Senior Member
 
Posts: 469
Join Date: Jan 2002
Location: Rockwood, MI
 Send a message via ICQ to DogMeat Send a message via AIM to DogMeat Send a message via MSN to DogMeat Send a message via Yahoo to DogMeat  
Default 10-21-2002, 02:04 PM

The buffering options for the logfile don't seem to work. Drop this into your MOHAA directory as moh.bat and edit as needed.

@echo off
echo DogMeat's NeverEnding MoHAA
:TOP
echo Backing up Log
cd main
copy qconsole.lo1 *.lo2
copy qconsole.lo0 *.lo1
copy qconsole.log *.lo0
cd ..
echo Starting MoHAA
start /wait MOHAA_server.exe +set ui_console 1 +set dedicated 1 +set cheats 0 +set developer 1 +exec servertfo.cfg
echo Restarting
goto TOP
  
Reply With Quote
Old
  (#5)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default 10-21-2002, 03:14 PM

ok i did it! now waht?
i have 3 loo files, and a qconslole.log
  
Reply With Quote
Old
  (#6)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default 10-21-2002, 05:50 PM

Hi Dgmeat again!!

I managed to merge the log files!
but i still get nothing out in MLG when i convert with paraese.exe.

only a 60byte mlg file! with nthign in it!

what should i do?
  
Reply With Quote
Old
  (#7)
Druid is Offline
Senior Member
 
Posts: 196
Join Date: May 2002
   
Default 10-21-2002, 10:29 PM

Are you using the -moh switch when you run preAEs.exe on the log file.
Example... if your log file is called whatever.log
You would use
prease.exe -moh *.log


Hope this helps
  
Reply With Quote
Old
  (#8)
[NBK] G.I. Jerk is Offline
Senior Member
 
Posts: 292
Join Date: Apr 2002
Location: Calgary, Ab. CanaDUH
 Send a message via ICQ to [NBK] G.I. Jerk Send a message via MSN to [NBK] G.I. Jerk  
Default 10-21-2002, 11:48 PM

Quote:
Originally Posted by DogMeat
The buffering options for the logfile don't seem to work. Drop this into your MOHAA directory as moh.bat and edit as needed.

@echo off
echo DogMeat's NeverEnding MoHAA
:TOP
echo Backing up Log
cd main
copy qconsole.lo1 *.lo2
copy qconsole.lo0 *.lo1
copy qconsole.log *.lo0
cd ..
echo Starting MoHAA

start /wait MOHAA_server.exe +set ui_console 1 +set dedicated 1 +set cheats 0 +set developer 1 +exec servertfo.cfg
echo Restarting
goto TOP
Or he could even make a continuous log, time and date stamped per session....
(date/time method for 9x based DOS.... NT based DOS prolly ez'r to steal time via PROMPT)

@echo off


:TOP
ver|time|find "Current">$temp$.bat
echo set ctime=%%3>current.bat
call $temp$.bat

ver|date|find "Current">$temp$.bat
echo set cdate=%%4>current.bat
call $temp$.bat
del current.bat>nul
del $temp$.bat>nul

echo. >>master.log
echo. >>master.log
echo Logfile appended at %ctime% on %cdate% >>master.log
echo. >>master.log
type qconsole.log >>master.log

start /wait MOHAA_server.exe +set ui_console 1 +set dedicated 1 +set cheats 0 +set developer 1 +exec servertfo.cfg

goto top
  
Reply With Quote
Old
  (#9)
Captain_McCusker is Offline
Senior Member
 
Posts: 563
Join Date: Jun 2002
   
Default 10-21-2002, 11:56 PM

Damn! Y'know, this really pisses me off. I don't have access to set batch files to run on my server and nothing I do seems to create a log file with kill lines in it. And I have this guy promising me a copy of a mod/app that will work no matter what server you're using, but he's yet to mail it to me. I've been waiting for some time now to get this working, but so far NOTHING. mad:
  
Reply With Quote
Old
  (#10)
[NBK] G.I. Jerk is Offline
Senior Member
 
Posts: 292
Join Date: Apr 2002
Location: Calgary, Ab. CanaDUH
 Send a message via ICQ to [NBK] G.I. Jerk Send a message via MSN to [NBK] G.I. Jerk  
Default 10-21-2002, 11:59 PM

[quote="Captain_McCusker":21721]Damn! Y'know, this really pisses me off. I don't have access to set batch files to run on my server and nothing I do seems to create a log file with kill lines in it. And I have this guy promising me a copy of a mod/app that will work no matter what server you're using, but he's yet to mail it to me. I've been waiting for some time now to get this working, but so far NOTHING. mad:[/quote:21721]

If you have FTP access to the server I could write you a lil file that goes off across the net, gets the log, disconnects and appends it to a master log on YOUR computer. (if need be)
  
Reply With Quote
Old
  (#11)
Druid is Offline
Senior Member
 
Posts: 196
Join Date: May 2002
   
Default 10-22-2002, 12:27 AM

[quote="Captain_McCusker":06d27]Damn! Y'know, this really pisses me off. I don't have access to set batch files to run on my server and nothing I do seems to create a log file with kill lines in it. And I have this guy promising me a copy of a mod/app that will work no matter what server you're using, but he's yet to mail it to me. I've been waiting for some time now to get this working, but so far NOTHING. mad:[/quote:06d27]


I would bet just about anything you dont have developer +1 on the command line. This is the only reason I know of that would give you a log without the kills.
  
Reply With Quote
Old
  (#12)
r3mix is Offline
Senior Member
 
Posts: 896
Join Date: Apr 2002
Location: Oz
   
Default 10-22-2002, 12:47 AM

Quote:
Originally Posted by Druid
I would bet just about anything you dont have developer +1 on the command line. This is the only reason I know of that would give you a log without the kills.
good info man. ta
  
Reply With Quote
Old
  (#13)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default 10-22-2002, 05:14 AM

HI Druid!!

I use preaese.exe -moh /logs mohaa.log

it creates a 60 byte .mlg file!.
when i use aestst.exe on the mlg file, it says that the file ie empty!

ok! I'll test with the other dude's bat file method!

let's what happend!

Peace
  
Reply With Quote
hmmmm
Old
  (#14)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default hmmmm - 10-22-2002, 05:15 AM

hey dudes!

I just noticed the i didn't write
set developer 1 on the mohaa-server.exe!!!
maybe that is! ok i will try with the old bat file method again !

later
  
Reply With Quote
Old
  (#15)
SonicSpinner is Offline
Member
 
Posts: 81
Join Date: Jun 2002
Location: Denmark
 Send a message via ICQ to SonicSpinner Send a message via MSN to SonicSpinner  
Default 10-22-2002, 05:28 AM

nope!! even i have typed +set developer 1 in the command line!
it made a log fiel without kills!
what i did was, start my ded serve. jion it. and do some suicides!!
but still
when I preaes the log file, it says FRag lines: (nothing )

ok I wil try with the new bat file method!
where it creates master.log

good luck to my self!
  
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.