Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 1021 Bytes

File metadata and controls

52 lines (34 loc) · 1021 Bytes

AUannounce

Adds custom announcements to impostor without API or client modifications

Installation

Have Impostor installed locally

 Drag "AUannounce.dll" into your plugins folder, and start the server

If its not installed or configured follow this guide:

Impostor Docs

Custom Announcement

Open your config.json in the root directory

Add AUannounce dependency in your config.json

it should look something like this:

{
  "Server": {
    "PublicIp": "127.0.0.1",
    "PublicPort": 22023,
    "ListenIp": "0.0.0.0",
    "ListenPort": 22023
  },
  "AntiCheat": {
    "Enabled": true,
    "BanIpFromGame": true
  },
  "AUannounce": {
    "Announcement": "EXAMPLE",
    "Enabled": true
  }
}

The Announcements follow text mesh pro formatting with you can find here

Authors