Navigation

    AWOG

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Users
    • Discord
    • TeamSpeak
    • Steam Group
    1. Home
    2. Xerxes
    3. Posts
    • Profile
    • Following 1
    • Followers 9
    • Topics 57
    • Posts 251
    • Groups 1

    Posts made by Xerxes

    • RE: Black Ops 2 Plutonium Server Ban for being too good

      You are now unbanned now. You just had luck that you tried to join while our DB server was down.

      Apparently the shaky weapon sway can also be caused by network issues on the client.
      But it definitely looked like you had an external cheat removing weapon sway for you. Sadly T6 does not have demo support yet so I could show you a video…

      posted in Ban appeals
      Xerxes
      Xerxes
    • Lag comepnsation removed from PlutoIW5 and PlutoT6 ZM.

      We have ported our lag compensation removal patch over to Plutonium IW5 and Plutonium T6 ZM. This highly increases the hit reg for people with pings below 100ms ping and removes the “rubberbanding” caused by high ping players.

      posted in Announcements
      Xerxes
      Xerxes
    • RE: unfair ban

      Das musst ja nicht unbedingt du gewesen sein, es reicht wenn ein anderer Spieler da mal scheiße gebaut hat und du jetzt dessen IP hast.

      Ich werd den Ban mal löschen, ob du eine eigene IPv4 hast oder diese über deinen Anbieter mit anderen teilst sollte ja egal sein, im Endeffekt kann man damit halt Cheater nicht dauerhaft identifizieren.

      //Edit:

      Sollte nun wieder funktionieren: https://cod.awog.at/Client/ProfileAsync/219014

      posted in Ban appeals
      Xerxes
      Xerxes
    • RE: unfair ban

      Hallo,

      wir betreiben keine Infected Server, ich sehe jedoch, dass du gebannt wurdest weil du mit einer gebannten IP versucht hast dich zu verbinden. Gibt es bei deinem Internetanbieter noch normale IPV4 Adressen für Endkunden?

      posted in Ban appeals
      Xerxes
      Xerxes
    • RE: PlutoT6 MP lag compensation removed.

      Another minor crash has been found and fixed, the ZM servers should no longer crash either.

      posted in Announcements
      Xerxes
      Xerxes
    • RE: PlutoT6 MP lag compensation removed.

      UPDATE: While testing them on our production server we did find a crash that did occur every few hours. We have applied a patch that hopefully does fix that.

      posted in Announcements
      Xerxes
      Xerxes
    • PlutoT6 MP lag compensation removed.

      Thanks to the help of @JezuzLizard we were able to patch out lag compensation from the game. This has been tested in a small scale test and got now rolled out to all our PlutoniumT6 MP servers.

      posted in Announcements
      Xerxes
      Xerxes
    • RE: Black Ops 2 Plutonium Server Ban for being too good

      Hi,
      do you mind explaining your extremely shaky weapon sway when you ADS with a scoped weapon?

      posted in Ban appeals
      Xerxes
      Xerxes
    • IW4x released version 0.6.1!

      IW4x released version 0.6.1 of their Client, the update mainly contains bug fixes and new features. The most important new features of this update are:

      • Added g_antilag Dvar
      • Unlock cg_fovscale Dvar
      • Unlock safeArea_horizontal and safeArea_vertical Dvars
      • Add r_specularCustomMaps Dvar
      • Add g_playerEjection Dvar
      • Add g_playerCollision Dvar
      • Add scr_intermissionTime GSC Function
      • Add host information to /info endpoint on dedicated servers.
      • Fixed slow download speed when using fast download
      • Fixed multiple crashes.

      Furthermore a few new GSC functions got added.

      The full change log can be found on their GitHub.

      posted in Announcements
      Xerxes
      Xerxes
    • RE: Counting numbers

      Youtube Video

      posted in General Discussion
      Xerxes
      Xerxes
    • [RELEASE] Cron Manager

      Introduction

      A plug-in allows you to run commands time based on either the game via rcon or as shell commands on your system. All timings are controlled just like cronjobs. It comes with 2 built-in commands and has a placeholder for the PID of each server for your custom scripts.

      Features:

      • Uses Cron’s syntax
      • Allows to easily send rcon commands
      • Allows to easily use build in commands
        • @kill - kills the server process
        • @processinfo - shows some basic information about the server process, C# limits us here a bit.
      • Allows to easily define custom commands
        • !!taskkill /F /PID {PID} for example does the same as @kill

      Download:

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

      Download Cron Manager.

      posted in IW4m Administrator
      Xerxes
      Xerxes
    • [RELEASE] Vote Manager

      Introduction

      Bring democracy to your server before the US discovers oil on it. With Vote Manager, VM for short, you can add basic votes to your game servers.

      Features:

      • Each votes logic is clearly separated from VM itself, hopefully we can load custom votes at some point through reflection.
      • Comes with 3 different types of votes
        • Votekick (!vk) - starts a vote to kick a player
        • Votemap (!vm) - starts a vote to switch to a certain map
        • Voteskip (!vs) - starts a vote to skip the current map
      • veto (!veto) right for Moderators
      • Customoize-able minimum amount of players.
        • Don’t set it too low or it will be abused.
      • Adds details about the vote to the profile of the victim (votekick only) to make it easier to recognize certain patterns.

      Download:

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

      Download Vote Manager.

      posted in IW4m Administrator
      Xerxes
      Xerxes
    • [RELEASE] Generic Log Parser

      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

      Download:

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

      Download Generic Log Parser

      posted in IW4m Administrator
      Xerxes
      Xerxes
    • [RELEASE] Dynamic Map Reservoir

      Introduction

      A highly configurable plugin that creates random map rotations based on the player count on your servers. For each server there are 3 map pools that are choosen between dynamically.
      Low player count is set to 0-6 per default.
      Medium player count is set to 6-12 per default.
      High player count is set to 12+ per default.

      Features:

      • Fast Apply support, forces the game server to use the new map rotation after his map
      • Customize-able player count per server
      • Customize-able map pools
      • Customize-able game modes
      • Pre-made lists for IW4, T5 and T6 but can be easily configured for IW3 or IW5.
      • Can create randomized map lists.

      Download:

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

      Download Dynamic Map Reservoir

      posted in IW4m Administrator
      Xerxes
      Xerxes
    • RE: PlutoT6 server set-up guide.

      Jup, atm Pluto only supports IPv4. Depending on your ISP you can however just ask them for an IPv4 address, some will give you one for free.

      posted in Configs & Guides
      Xerxes
      Xerxes
    • RE: PlutoT6 server set-up guide.

      There is nothing wrong with the link.

      posted in Configs & Guides
      Xerxes
      Xerxes
    • RE: Suggestion: Classic FFA server

      Hello,
      thanks for your suggestion but we already have a normal FFA server that cycles through maps called [AWOG] FFA awog.at/discord.

      As of writing this it cycles through the following maps, we are however open to map suggestions:
      Dome
      Hardhat
      Terminal
      Mission
      Village
      Interchange

      posted in PlutoIW5
      Xerxes
      Xerxes
    • RE: Why I am banned

      You must upload it as .zip file.

      posted in Ban appeals
      Xerxes
      Xerxes
    • RE: Why I am banned

      You can post them here as zip attachment.

      posted in Ban appeals
      Xerxes
      Xerxes
    • RE: Why I am banned

      Check your mods for a awog.at folder, I think iw4x handles demos for mods a bit different and that there should be a extra demo folder in that mod folder.

      posted in Ban appeals
      Xerxes
      Xerxes