theox Posted March 29, 2009 Posted March 29, 2009 Hey guys, I'm looking for the complete list of server occurances (deaths, crashes, objective completion, etc.). Is this debrief.log? If not, where can I find the complete log? Is is the same format running off my personal machine as dedicated server?
Case Posted March 29, 2009 Posted March 29, 2009 Not sure if this is for LockOn or Black Shark, but for the former you can check temp/mp_log.txt for a log of in game events. Most likely Black Shark has similar files in the temp directory. These directories are in the root directory of the respective games. 1 There are only 10 types of people in the world: Those who understand binary, and those who don't.
theox Posted March 29, 2009 Author Posted March 29, 2009 Yes, this is for Black Shark. There are several files in there, but none look exactly like what I'm looking for. "debrief.log" appears to be the closest item but it almost looks like a SP debrief log rather than MP. Can anyone confirm? Is it different for Dedicated?
weasel75 Posted March 29, 2009 Posted March 29, 2009 I am interested in such a "real-life"-file!! Can someone send me such a file or put it into public web-space? :helpsmilie: TIA! PS: I love (to write) log-tools and log-analyzers, but since I am behind I firewall (which I have no control-access to) I can not host games :( basic for translators ...
Acedy Posted March 29, 2009 Posted March 29, 2009 Debrief.log is used for servers as well, the other logfile you should look at is the net-server.log, it contains player names and IPs etc. Afaik objective completion isn't logged anywhere, which is a real pity. On a sidenote, if you are interested in additional logging activity, you should take a look at my upcoming ServMan mod, which writes a few additional events to the logfiles. [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
ED Team c0ff Posted April 24, 2009 ED Team Posted April 24, 2009 Afaik objective completion isn't logged anywhere, which is a real pity. This will be fixed in the patch. If you are interested in any MP log changes, please tell now - there's still chance to fix some things in the patch (though, not all). Dmitry S. Baikov @ Eagle Dynamics LockOn FC2 Soundtrack Remastered out NOW everywhere - https://band.link/LockOnFC2.
hitman Posted April 26, 2009 Posted April 26, 2009 This will be fixed in the patch. If you are interested in any MP log changes, please tell now - there's still chance to fix some things in the patch (though, not all). Something similar to LOFC would be great. Time in air, times landed, type kills, etc...would be nice...possibly saved on a location of our choosing (desktop, My Documents for example).
Acedy Posted April 26, 2009 Posted April 26, 2009 This is already possible using the hooks in the events.lua script. :) I am thinking about adding a stats file to the next version of my ServMan mod, however that will be server-side only, but it could for example be parsed by a PHP script and used for online stats tracking on a squadron/server homepage. 1 [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
hitman Posted April 26, 2009 Posted April 26, 2009 Not a whole lot of us know code. I know a little about code, but I get lost starting in VB. Why not just have a simple GUI instead of having to either rely on others or going through a few semesters of college just to write a simple script?
Acedy Posted April 27, 2009 Posted April 27, 2009 If you "know a little about code" this should be sufficient, all you need is the Lua reference manual which can be found here: http://www.lua.org/manual/5.1/ What you want to achieve can be done with a few lines of code. Besides that the FAQ state that the logbook will be fixed sooner or later so that it can also track MP stats, however I don't know when that is going to happen. [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
hitman Posted April 27, 2009 Posted April 27, 2009 Honestly, I wouldnt know what the first thing to do to write a script for exporting stats. I took VB little over 2 years ago...it was greek to me then, still greek to me now. Ive been through the course, think of how lost someone trying to set one up without knowledge of it will be. See my point? :D
Recommended Posts