modify iw6x parser to default game log vars temporarily, small amount of code cleanup to git rid of warnings
This commit is contained in:
@ -3,7 +3,7 @@ var eventParser;
|
||||
|
||||
var plugin = {
|
||||
author: 'Xerxes, RaidMax',
|
||||
version: 0.1,
|
||||
version: 0.2,
|
||||
name: 'IW6x Parser',
|
||||
isParser: true,
|
||||
|
||||
@ -27,6 +27,8 @@ var plugin = {
|
||||
rconParser.Configuration.Status.AddMapping(102, 4);
|
||||
rconParser.Configuration.Status.AddMapping(103, 5);
|
||||
rconParser.Configuration.Status.AddMapping(104, 6);
|
||||
rconParser.Configuration.DefaultDvarValues.Add('g_log', 'games_mp.log'); // todo: remove this once proper log support is implemented
|
||||
rconParser.Configuration.DefaultDvarValues.Add('g_logsync', '1'); // todo: remove this once proper log support is implemented
|
||||
|
||||
rconParser.Version = 'IW6 MP 3.15 build 2 Sat Sep 14 2013 03:58:30PM win64';
|
||||
rconParser.GameName = 4; // IW6
|
||||
|
Reference in New Issue
Block a user