Update plutonium t4 MP parser
This commit is contained in:
parent
3f0b1b892a
commit
092ca5f9bd
@ -3,7 +3,7 @@ var eventParser;
|
|||||||
|
|
||||||
var plugin = {
|
var plugin = {
|
||||||
author: 'RaidMax, Chase',
|
author: 'RaidMax, Chase',
|
||||||
version: 0.3,
|
version: 0.4,
|
||||||
name: 'Plutonium T4 MP Parser',
|
name: 'Plutonium T4 MP Parser',
|
||||||
isParser: true,
|
isParser: true,
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ var plugin = {
|
|||||||
rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint\n';
|
rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint\n';
|
||||||
rconParser.Configuration.GuidNumberStyle = 7; // Integer
|
rconParser.Configuration.GuidNumberStyle = 7; // Integer
|
||||||
rconParser.Configuration.DefaultRConPort = 28960;
|
rconParser.Configuration.DefaultRConPort = 28960;
|
||||||
|
rconParser.Configuration.OverrideDvarNameMapping.Add('fs_homepath', 'fs_localAppData');
|
||||||
|
|
||||||
rconParser.Configuration.DefaultInstallationDirectoryHint = '{LocalAppData}/Plutonium/storage/t4';
|
rconParser.Configuration.DefaultInstallationDirectoryHint = '{LocalAppData}/Plutonium/storage/t4';
|
||||||
|
|
||||||
@ -27,7 +28,7 @@ var plugin = {
|
|||||||
rconParser.GameName = 5; // T4
|
rconParser.GameName = 5; // T4
|
||||||
|
|
||||||
eventParser.Configuration.GuidNumberStyle = 7; // Integer
|
eventParser.Configuration.GuidNumberStyle = 7; // Integer
|
||||||
eventParser.Configuration.GameDirectory = 'raw';
|
eventParser.Configuration.GameDirectory = 'main';
|
||||||
|
|
||||||
eventParser.Version = 'Plutonium T4';
|
eventParser.Version = 'Plutonium T4';
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user