AWOG
    • Categories
    • Recent
    • Users
    • Discord
    • TeamSpeak
    • Steam Group
    • Register
    • Login

    [RELEASE] Generic Log Parser

    IW4m Administrator
    release
    2
    3
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • XerxesX
      Xerxes
      last edited by Xerxes

      Introduction

      This is a rather simple plug-in that takes events from the game log and translates them into punishments. This is most likely only relevant to people writing their own GSC.

      We at AWOG are using this to punish EMP-ing of perks. Whenever a perk is EMP’d the following log line is written ScriptPerkEMP;<attacker guid>;<attacker slot>

      The plug-in uses the following config to translate this into warnings in IW4ma. Which causes the well known behavior on our servers.

          {
            "EventName": "ScriptPerkEMP",
            "targetsPlayer": true,
            "Punishment": "warn",
            "Message": "Do NOT EMP the Perks!"
          }
      

      Example  Perk EMP kick

      Features:

      • Can be used to react to any in-game event
      • Customize-able actions
      • Customize able messages

      Changelog:

      • c1cbcee
        • Ignore Bots in events to prevent issues.

      Download:

      You are NOT allowed to mirror or hot link this file.

      Download Generic Log Parser

      ~Head admin

      K 1 Reply Last reply Reply Quote 0
      • K
        Kalitos @Xerxes
        last edited by

        @Xerxes Excuse me, what other punishments can I use. I try to use “ban” and IW4MAdmin does not start, it gives me an error.
        On the other hand, if I use “kick”, the application starts normally.
        I need to use “ban” in this case.

        XerxesX 1 Reply Last reply Reply Quote 0
        • XerxesX
          Xerxes @Kalitos
          last edited by

          @Kalitos

          The currently public version has those modes.

                  flag, //Flag
                  warn, //Only warn
                  kick, //Only kick
                  warnKick, //Warn then Kick
          

          The new version will have 2 more. If you want to I can add ban as well.

          ~Head admin

          1 Reply Last reply Reply Quote 0
          • First post
            Last post