Town-of-Impostors / TownOfImpostors

TownOfImpostors Mod for Among Us
124 stars 17 forks source link

testing bans me from my impostor server #17

Closed epicwappy20 closed 3 years ago

epicwappy20 commented 3 years ago

it bans me when i join the game

JonyKasual commented 3 years ago

I imagine the client calls made in this mod will straight up look like cheating (and a subsequent ban) to the AntiCheat of that private server. You'll have to disable the server-sided AntiCheat to allow for that.

Please modify and save these Impostor server's config.json values to this for now:

  "AntiCheat": {
    "Enabled": false,
    "BanIpFromGame": false
  }

Then you'll have to take it up with the Impostor team on some way for the AntiCheat to consider mods.

JonyKasual commented 3 years ago

Closing issue.

If you need the AntiCheat enabled, then I recommend opening a ticket over at Impostor here.