Skip to content

Commit

Permalink
Update H1 parser too based on iw6&s1 experience
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored and RaidMax committed Nov 7, 2022
1 parent 76333f5 commit 627acec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Plugins/ScriptPlugins/ParserH1MOD.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ var rconParser;
var eventParser;

var plugin = {
author: 'fed',
version: 0.1,
author: 'fed, diamante',
version: 0.2,
name: 'H1-Mod Parser',
isParser: true,

Expand All @@ -29,6 +29,7 @@ var plugin = {
rconParser.Configuration.DefaultRConPort = 27016;

eventParser.Configuration.GameDirectory = '';
eventParser.Configuration.LocalizeText = '\x1f';

rconParser.Version = 'H1 MP 1.15 build 1251288 Tue Jul 23 13:38:30 2019 win64';
rconParser.GameName = 11; // H1
Expand Down

0 comments on commit 627acec

Please sign in to comment.