X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=Docs%2Feventlog.txt;h=6a9ca84fe7d12fc7d2f5f269dde152b5185474dc;hp=13b1bbf53f93ea85c0c179d9747b2f6c0a3762b1;hb=c6297696eda1a5a66f2d25b1358e2b21898ab3ea;hpb=f597393bef6f0a0a60e2969c9b9a637391f4233d diff --git a/Docs/eventlog.txt b/Docs/eventlog.txt index 13b1bbf5..6a9ca84f 100644 --- a/Docs/eventlog.txt +++ b/Docs/eventlog.txt @@ -1,15 +1,15 @@ -cvars: +cvars (see xonotic.org/tools/cacs for more up-to-date information): ______________ - sv_eventlog master switch (default: 0) - sv_eventlog_files print frags, scores and captures for separate files each match (default: 0) - sv_eventlog_console print frags, scores and captures to serverconsole during the match (default: 1) - sv_logscores_bots choose whether bot are included in stats or not (default: 0) + sv_eventlog master switch + sv_eventlog_files print frags, scores and captures for separate files each match + sv_eventlog_console print frags, scores and captures to serverconsole during the match + sv_logscores_bots choose whether bot are included in stats or not sv_eventlog_files_counter number of matches logged until now - sv_eventlog_files_nameprefix file name prefix to be used (default: xonotic) - sv_eventlog_files_namesuffix file name extension to be used (default: .log) - sv_eventlog_files_timestamps prefix log lines in the files with :time events (default: 1) + sv_eventlog_files_nameprefix file name prefix to be used + sv_eventlog_files_namesuffix file name extension to be used + sv_eventlog_files_timestamps prefix log lines in the files with :time events log format: ______________ @@ -111,31 +111,19 @@ itemstring: and weapon IDs are: 1 = Laser 2 = Shotgun - 3 = Uzi + 3 = Machine Gun 4 = Mortar 5 = Electro 6 = Crylink - 7 = Nex + 7 = Vortex 8 = Hagar 9 = Rocket Launcher 10 = Port-O-Launch - 11 = MinstaNex + 11 = Vaporizer 12 = Grappling Hook 13 = Heavy Laser Assault Cannon 14 = T.A.G. Seeker - runes/curses are stored as a bit mask with the following values: - 1 = Strength - 2 = Defense - 4 = Regeneration - 8 = Speed - 16 = Vampire - 8192 = Weakness - 16384 = Vulnerability - 32768 = Venom - 65536 = Slow - 131072 = Empathy - death type: either a weapon ID ORed with weapon death flags, or one of the notifications in common/deathtypes.qh in the form of a string.