Skip to content

Commit

Permalink
feat(pt5): fully support game log on T5 out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored Dec 21, 2023
1 parent 321ac55 commit 220e46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Plugins/ScriptPlugins/ParserPlutoniumT5.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var plugin = {
onLoadAsync: function (manager) {
rconParser = manager.GenerateDynamicRConParser(this.name);
eventParser = manager.GenerateDynamicEventParser(this.name);
eventParser.Configuration.GameDirectory = '';

rconParser.Configuration.DefaultInstallationDirectoryHint = '{LocalAppData}/Plutonium/storage/t5';
rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint\n';
Expand All @@ -21,6 +22,7 @@ var plugin = {
rconParser.Configuration.CommandPrefixes.RConGetInfo = undefined;
rconParser.Configuration.GuidNumberStyle = 7; // Integer
rconParser.Configuration.DefaultRConPort = 3074;
rconParser.Configuration.OverrideDvarNameMapping.Add('fs_homepath', 'fs_basegame');
rconParser.Configuration.CanGenerateLogPath = false;

rconParser.Configuration.OverrideCommandTimeouts.Clear();
Expand Down

0 comments on commit 220e46f

Please sign in to comment.